Brauche Hilfe für Simply CMS

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
Benutzeravatar
Panzer89
Mitglied
Beiträge: 52
Registriert: 26.06.2004 19:17
Wohnort: Darmstadt

Brauche Hilfe für Simply CMS

Beitrag von Panzer89 »

Also wie die überschrift schon zeigt brauch ich hilfe bei der instalation von SimplyCMS. Dort muss ich bei common.php etwas editieren.

in der installationsanleitung steht
##-----[ FIND ]------------------------------------------------------
##

error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime

##
##-----[ ADD BEFORE ]------------------------------------------------
##

// Begin simply CMS Mod
// Type in all the cats-ids you want to display in the simply CMS.
// Separate the cat_ids in $cont_cat with an ',' (comma)
// e.g. $cont_cat = "(1, 2, 5, 7)";

$cont_cat = "(1)";

//
// End simply CMS Mod
//
jetzt weiss ich aber nich wo ich diese "$cont_cat = "(1)"" genau einfügen muss bei
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
Könnte mir jemand helfen
Both

Beitrag von Both »

Ich denke mal vor die
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
, dass es im Enddefeckt so aus sieht:
// Begin simply CMS Mod
// Type in all the cats-ids you want to display in the simply CMS.
// Separate the cat_ids in $cont_cat with an ',' (comma)
// e.g. $cont_cat = "(1, 2, 5, 7)";

$cont_cat = "(1)";

//
// End simply CMS Mod
//
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
Timmy
Antworten

Zurück zu „phpBB 2.0: Mod Support“