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 ?
Adminnews Bar Mod suche
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.
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.
Hi ...
Den gibt es hier ...
http://www.phpbbhacks.com/viewhack.php?id=1036
Oder auch bei www.forumimages.com
Markus
Den gibt es hier ...
http://www.phpbbhacks.com/viewhack.php?id=1036
Oder auch bei www.forumimages.com
Markus
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
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:
Code for display of the FI NewsBar:
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.
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:
You then need to add the following code wherever you wish the FI NewsBar to appear;<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
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.