MOD aktivieren?

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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
Benjamin_DO
Mitglied
Beiträge: 71
Registriert: 10.03.2006 22:43

MOD aktivieren?

Beitrag von Benjamin_DO »

Hallo,
ich habe mir folgenden MOD runtergeladen: http://www.phpbb.de/moddb/supportticket_system und die Codes entsprechend der txt-Datei angepasst.

Leider habe ich keine Veränderung in meinem Forum festgestellt bzw. auch nirgends einen Punkt gefunden wo ich etwas aktivieren kann.

Wer kann mir hier weiterhelfen?
Besten Dank
Benutzeravatar
-=TW!ST3R=-
Mitglied
Beiträge: 87
Registriert: 08.08.2006 14:17
Kontaktdaten:

Beitrag von -=TW!ST3R=- »

is da vielleich ne install datei bei die du noch aus führen must
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Benjamin_DO
Mitglied
Beiträge: 71
Registriert: 10.03.2006 22:43

Beitrag von Benjamin_DO »

Into this MOD I made a change at the file common.php and I add the var $stforums. Here
## you have to insert your support Forums IDs (you'll find your forum ID by looking at the
## forum links (...viewforum.php?f=1) the number after f= is your forum ID.) Please insert
## these IDs into the ID Line, sepearated with ","!
##
## I didn't use a MySQL Database or ACP Module cause I thought support forums aren't
## changed often so this is a simpel and fast method.

Dieses habe ich eben noch gefunden, nur kann ich damit nichts anfangen.
Kann mir hier jemand helfen?
MTV-King
Mitglied
Beiträge: 513
Registriert: 19.10.2006 22:15
Wohnort: Nordenham
Kontaktdaten:

Beitrag von MTV-King »

#
#-----[ OPEN ]------------------------------------------
#
common.php


#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/template.'.$phpEx);
include($phpbb_root_path . 'includes/sessions.'.$phpEx);
include($phpbb_root_path . 'includes/auth.'.$phpEx);
include($phpbb_root_path . 'includes/functions.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);


#
#-----[ AFTER, ADD ]------------------------------------------
#

//
// CBACK SupportTicket System (Support Forum IDs)
// please add here the forum IDs wich are Support Forums at your board and
// where you want to use the CBACK SupportTicket System.
//
// Example:
// $stforums = array('2','4','6');
//

$stforums = array('0');

//
// END CBACK SupportTicket System
//
das was dick markiert ist, da musst du die forenids eintragen glaub ich :roll:
Mein Projekt: Skiforum
Benjamin_DO
Mitglied
Beiträge: 71
Registriert: 10.03.2006 22:43

Beitrag von Benjamin_DO »

Hat geklappt :)
Danke schön
Benutzeravatar
area57
Mitglied
Beiträge: 2111
Registriert: 26.12.2005 19:43
Wohnort: Berlin
Kontaktdaten:

Beitrag von area57 »

und auf cback.de gibt es ein Zusatz zum Mod der es erleubt, ein Forum im ACP zum Support-System hinzuzufügen ;)

Windows - Ein Slangebegriff der Indianer: Weißer Mann starrt durch Glasscheibe auf Sanduhr
In a world without walls - Who need's windows and gates???
Antworten

Zurück zu „phpBB 2.0: Mod Support“