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
MOD aktivieren?
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.
- -=TW!ST3R=-
- Mitglied
- Beiträge: 87
- Registriert: 08.08.2006 14:17
- Kontaktdaten:
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
-
- Mitglied
- Beiträge: 71
- Registriert: 10.03.2006 22:43
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?
## 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?
das was dick markiert ist, da musst du die forenids eintragen glaub ich#
#-----[ 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
//

Mein Projekt: Skiforum