Seite 1 von 1

Adminnews Bar Mod suche

Verfasst: 03.06.2004 12:16
von Basti89
hi

ich suche den Adminnews Bar mod sowie hier in diesem forum: http://phoenix-7.milten.lima-city.de/ph ... /index.php da wo die grüne schrift durchläuft.

ich habe schon alle seiten von "gesucht gefunden" usw durchsucht aber nichts gefunden. gibt es diesen mod nur im dimension-paket ? da habe ich auch gesucht aber nichts gefunden. gibt es diesen mod auch für mein normales 2.0.8 forum ?

Verfasst: 03.06.2004 13:10
von Markus67
Hi ...

Den gibt es hier ...

http://www.phpbbhacks.com/viewhack.php?id=1036

Oder auch bei www.forumimages.com

Markus

Verfasst: 03.06.2004 13:21
von Basti89
aso, den hatte ich schon gesehen, bloß war ich mir nicht sicher, weil der ja anders heist...

danke

Verfasst: 03.06.2004 13:25
von Basti89
hmm, schon das erste problem, wo soll ich den code einfügen ?

Installation

Installation is a three step process that initially consists of placing the fi_newsbar_user.js & fi_newsbar.js files in a directory on your server. Then you continue by adding the below code above the closing </head> tag of the web page;



Code for above the closing </head> tag:
<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
You then need to add the following code wherever you wish the FI NewsBar to appear;



Code for display of the FI NewsBar:
<div class="finews" id="finewsdisplay">
<script type="text/javascript" src="fi_newsbar.js"></script>
</div>


The above code assumes that the fi_newsbar_user.js & fi_newsbar.js files are in the same directory as the page that the NewsBar will be displayed on. You will need to edit the references to the files should this not be the case.

Verfasst: 03.06.2004 19:12
von Basti89
kann mir keiner helfen ? ich will wissen wo ich das zeugs einfügen muss :roll: