28.07.2008, 00:41
28.07.2008, 08: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, 11:19
Dank Dir Linwinman