Dann speichere die 5 Dateien als TXT-Datei und verlinke sie hier ....
Dann schau ich mal ....
Ich habs mal probiert .... es klappt doch ... zumindest als Gast

Markus
Code: Alles auswählen
suche und lösche:
if ($template)
{
$board_config['default_style'] = $template;
setcookie('default_style',$template , (time()+21600), $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);
} else if (isset($HTTP_COOKIE_VARS['default_style']) )
$board_config['default_style']=$HTTP_COOKIE_VARS['default_style'];
suche:
?>
davor einfügen:
if ($template)
{
$board_config['default_style'] = $template;
setcookie('default_style',$template , (time()+21600), $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);
} else if (isset($HTTP_COOKIE_VARS['default_style']) )
$board_config['default_style']=$HTTP_COOKIE_VARS['default_style'];
Code: Alles auswählen
suche und lösche:
# (THIS ADDS THE NUMBER OF USERS WITH THIS STYLE TO THE DROP DOWN.
# SKIP TO THE NEXT FILE IF YOU DO NOT WISH TO ADD THIS FEATURE)
Code: Alles auswählen
suche:
?>
davor einfügen:
$lang['Change_style'] = "Change Style";