28.07.2008, 01:41
28.07.2008, 09:15
Hallo Laello,
öffne hierzu die Datei ".../index.php" und ersetze
durch
öffne hierzu die Datei ".../index.php" und ersetze
PHP-Code:
{
eval("\$birthdays = \"".$templates->get("index_birthdays")."\";");
}
PHP-Code:
{
if($mybb->user['uid'] != '0')
{
eval("\$birthdays = \"".$templates->get("index_birthdays")."\";");
}
}
28.07.2008, 12:19
Dank Dir Linwinman 
