Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
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.
OK ich glaube wir sind noch net fertig jetzt erscheint die Fehlermeldung am Rand
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/export/www/vhosts/funnetwork/hosting/sascha081088/admin/admin_ug_auth.php on line 507
den Text habe ich aktualliesiert kannst du wieder unter dem Link finden
#
#-----[ COPY ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
copy root/level_list.php to level_list.php
copy root/templates/subSilver/level_list_body.tpl to templates/subSilver/level_list_body.tpl
und das
#
#-----[ FIND ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
define('PAGE_GROUPCP', -11);
#
#-----[ AFTER, ADD ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
define('PAGE_LEVEL_LIST', -99);
und das
#
#-----[ FIND ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<span style="color:#' . $theme['fontcolor3'] . '">', '</span>'),
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
#
#-----[ REPLACE WITH ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<a href="' . append_sid("level_list.$phpEx?level=1") . '" style="color: #' . $theme['fontcolor3'] . '">', '</a>'),
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<a href="' . append_sid("level_list.$phpEx?level=2") . '" style="color: #' . $theme['fontcolor2'] . '">', '</a>'),
#
und das
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
case PAGE_USER_LEVEL:
$location = $lang['Viewing_level_list'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ FIND ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
# if you are using the Username Color Mod, ignore this line
#
case PAGE_USER_LEVEL:
$location = $lang['Viewing_level_list'];
$location_url = "index.$phpEx?pane=right";
break;
#
Welche Dateien soll ich hochladen???
Habe jetzt anscheinend ein Problem mit dem Countdown Mod!!!
Die Fehlermeldung kommt wenn ich im AdminBereich unter Countdown klicke