Shoutbox fürs Forum

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.
Michael Zacher
Mitglied
Beiträge: 1620
Registriert: 03.01.2004 23:12
Wohnort: Aken (Elbe)

Beitrag von Michael Zacher »

Und zu guterletzt, damit alles auch funktioniert, liest Du die Installationsanleitung.
Wenn Du nicht weißt, was Du machen musst, dann wirf auch mal einen Blick auf die MODs - FAQ.
blubbb
Mitglied
Beiträge: 18
Registriert: 23.08.2007 11:49
Wohnort: Kiel

Beitrag von blubbb »

:oops: uuh jetzt wirds peinlich... das hatte ich schon gelesen komm damit aber partout nicht klar... allein weil ich die Shoutbox nach unten in den Footer haben wollt und mich des mit der Index.php verwirrt @.@
...sry ich bin wirklich schwer von begriff :(
LG
_Toby_

Beitrag von _Toby_ »

Hy,

Am besten du machst es nach der Reihe nicht alles auf einaml :wink: .
Fang mit dem an:
  • Downloade dir die Shoutbox hier
  • Dann entpackst du den Ordner
    Rechter Mausklick auf den Ordner, alle extrahieren
Lg Toby
blubbb
Mitglied
Beiträge: 18
Registriert: 23.08.2007 11:49
Wohnort: Kiel

Beitrag von blubbb »

oki soweit hab ichs :D
LG
_Toby_

Beitrag von _Toby_ »

Hy,
  • 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)
Hilfe
Mods FAQ, Punkt 4.

Lg Toby
blubbb
Mitglied
Beiträge: 18
Registriert: 23.08.2007 11:49
Wohnort: Kiel

Beitrag von blubbb »

Hmmmm also :oops: da gibts schon erste probleme ...

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
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!!!! :D
_Toby_

Beitrag von _Toby_ »

Hy,

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 
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
blubbb
Mitglied
Beiträge: 18
Registriert: 23.08.2007 11:49
Wohnort: Kiel

Beitrag von blubbb »

hmmm ich finde den ordner root nicht... oO

und wie ist das mit der index.exe datei???

LG ^^
_Toby_

Beitrag von _Toby_ »

Hy,

Alles nach der Reihe. :D . Also root = 1. Ordner alo einfach der Forumsordner.
blubbb
Mitglied
Beiträge: 18
Registriert: 23.08.2007 11:49
Wohnort: Kiel

Beitrag von blubbb »

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...

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
sooo... also wie muss ich jetzt weitermachen? oO
LG ^^
Antworten

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