Shoutbox fürs Forum
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.
-
- Mitglied
- Beiträge: 1620
- Registriert: 03.01.2004 23:12
- Wohnort: Aken (Elbe)
Hy,
Mods FAQ, Punkt 4.
Lg Toby
- Jetzt öffnest du die shoutbox_1.1.7em.txt Datei mit einem Editor.
(In der Datei ist alles beschrieben, was zu erledigen ist. Solltest du aber noch Probleme haben, dann lass es uns wissen)
Mods FAQ, Punkt 4.
Lg Toby
Hmmmm also
da gibts schon erste probleme ...
also..öhm da bei Copy das was ich iwohin kopieren soll (phpBB root directory) öhm wohin? wo finde ich das und was ist das?? (öhm... hat das was mit dem FTP kram zu tun? spontane idee... xD )
und da da bei Open index.php ... öhm muss ich das auch machen wenn ich die SB in den footer haben will oder muss ich dann was anderes öffnen? und wenn ich das trotzdem da reinpacken muss wie kommt das dann am ende in den footer? @.@
LG Blubbb, die sich jetzt schonmal ganz dolle für eure Hilfe bedanken möcht... THX!!!!

Code: Alles auswählen
#-----[ COPY ]------------------------------------------------
#
copy shoutbox_db_update.php to shoutbox_db_update.php
copy root/shoutbox.php to shoutbox.php
copy root/shoutbox_max.php to shoutbox_max.php
copy root/shoutbox_view.php to shoutbox_view.php
copy root/templates/subSilver/shoutbox_body.tpl to templates/subSilver/shoutbox_body.tpl
copy root/templates/subSilver/shoutbox_max_body.tpl to templates/subSilver/shoutbox_max_body.tpl
copy root/templates/subSilver/shoutbox_max_guest_body.tpl to templates/subSilver/shoutbox_max_guest_body.tpl
copy root/templates/subSilver/shoutbox_view_body.tpl to templates/subSilver/shoutbox_view_body.tpl
copy root/templates/subSilver/images/icon_censor.gif to templates/subSilver/images/icon_censor.gif
copy root/templates/subSilver/bbcode.js to templates/subSilver/bbcode.js
#
# This MOD need a database update.
# Then, as you must have now copied the shoutbox_db_update.php file
# in your phpBB root directory, run it with your navigator...
# http://www.yourWebSite.xxx/phpbbRootDir/shoutbox_db_update.php
#
# ...and then delete it from the phpBB root directory!!!
#
# Please, do it NOW! Before editing phpBB files by EM or manually!!!
# Otherwise, you may have an error message during your next
# connection.
#
#
#-----[ OPEN ]------------------------------------------------
#
index.php
und da da bei Open index.php ... öhm muss ich das auch machen wenn ich die SB in den footer haben will oder muss ich dann was anderes öffnen? und wenn ich das trotzdem da reinpacken muss wie kommt das dann am ende in den footer? @.@
LG Blubbb, die sich jetzt schonmal ganz dolle für eure Hilfe bedanken möcht... THX!!!!

Hy,
Also dort wo COPY steht, heist das, dass du die Datei kopieren musst. Ich erklärs dir mal bei einem Beispiel:
Wenn das dort steht, dann musst du die Datei shoutbox_db_update.php( Die findest du in dem Shoutbox -Ordner)kopieren. to heist, dass du die Datei dorthin kopieren musst. In diesem Fall in den Ordner root/shoutbox_db_update.php . Also du kopierst die Datei in den Ordner deines Forums.
(Hoffe du verstehst was ich meine)
Lg Toby
Also dort wo COPY steht, heist das, dass du die Datei kopieren musst. Ich erklärs dir mal bei einem Beispiel:
Code: Alles auswählen
copy shoutbox_db_update.php to shoutbox_db_update.php
(Hoffe du verstehst was ich meine)
Lg Toby
so habe jetzt alle in "schritt eins" zu kopierenden sachen an den hoffentlich richtigen ort upgeloadet...
wie gehts weiter? ^^
ah moment am besten kopier ich die nächsten schritte mal hier rein...
sooo... also wie muss ich jetzt weitermachen? oO
LG ^^
wie gehts weiter? ^^
ah moment am besten kopier ich die nächsten schritte mal hier rein...
Code: Alles auswählen
#
# This MOD need a database update.
# Then, as you must have now copied the shoutbox_db_update.php file
# in your phpBB root directory, run it with your navigator...
# http://www.yourWebSite.xxx/phpbbRootDir/shoutbox_db_update.php
#
# ...and then delete it from the phpBB root directory!!!
#
# Please, do it NOW! Before editing phpBB files by EM or manually!!!
# Otherwise, you may have an error message during your next
# connection.
#
#
#-----[ OPEN ]------------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------------
#
'FORUM_LOCKED_IMG' =>
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Start add - Fully integrated shoutbox MOD
'U_SHOUTBOX' => append_sid("shoutbox.$phpEx"),
'L_SHOUTBOX' => $lang['Shoutbox'],
'U_SHOUTBOX_MAX' => append_sid("shoutbox_max.$phpEx"),
// End add - Fully integrated shoutbox MOD
LG ^^