hab noch eine Fehlermeldung beim Albummod.
Die tritt auf, wenn ich auf "Deine persönliche Galerie" klicke...
Code: Alles auswählen
Warning: strstr(): Empty delimiter. in /var/www/html/web70/html/osboard/album_mod/album_personal.php on line 270
Und hier die besagte Textstelle
Code: Alles auswählen
$no_personal_gallery = false;
if ($row['count'] == 0)
{
if ( !strstr($album_nav_cat_desc, sprintf($lang['Personal_Gallery_Of_User'], $username)) )
{
$album_nav_cat_desc .= ALBUM_NAV_ARROW . '<a href="'. append_sid(album_append_uid("album.$phpEx?cat_id=$cat_id")) .'" class="nav">'.sprintf($lang['Personal_Gallery_Of_User'], $username)."</a>";
}
Danke schonmal
bazo
EDIT:
Steinigt mich

Tut mir Leid


