Seite 1 von 1

MOD aktivieren?

Verfasst: 21.10.2006 23:31
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

Verfasst: 21.10.2006 23:34
von -=TW!ST3R=-
is da vielleich ne install datei bei die du noch aus führen must

Verfasst: 21.10.2006 23:41
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?

Verfasst: 21.10.2006 23:52
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:

Verfasst: 22.10.2006 00:28
von Benjamin_DO
Hat geklappt :)
Danke schön

Verfasst: 22.10.2006 01:03
von area57
und auf cback.de gibt es ein Zusatz zum Mod der es erleubt, ein Forum im ACP zum Support-System hinzuzufügen ;)