Adminnews Bar Mod suche

Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikel nicht weiterhilft, kannst du hier den von dir gewünschten/gesuchten Mod beschreiben ...
Falls ein Mod-Autor eine der Anfragen hier aufnimmt um einen neuen Mod zu entwicklen, geht's in phpBB 2.0: Mods in Entwicklung weiter.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Basti89
Mitglied
Beiträge: 109
Registriert: 13.05.2004 19:56
Wohnort: Karlsruhe

Adminnews Bar Mod suche

Beitrag 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 ?
Basti89
Mitglied
Beiträge: 109
Registriert: 13.05.2004 19:56
Wohnort: Karlsruhe

Beitrag von Basti89 »

aso, den hatte ich schon gesehen, bloß war ich mir nicht sicher, weil der ja anders heist...

danke
Basti89
Mitglied
Beiträge: 109
Registriert: 13.05.2004 19:56
Wohnort: Karlsruhe

Beitrag 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.
Basti89
Mitglied
Beiträge: 109
Registriert: 13.05.2004 19:56
Wohnort: Karlsruhe

Beitrag von Basti89 »

kann mir keiner helfen ? ich will wissen wo ich das zeugs einfügen muss :roll:
Antworten

Zurück zu „phpBB 2.0: Mod Suche/Anfragen“