Habe eine frage zur Photo Album Mod:
Ich habe ein addon gefunden das man mehr alls ein bild upen kann ,doch das die bilder nicht alle die gleiche zeit bekommen soll man das hier machen >>
doch die Zeile "if($file_ok && $thumbnail......" finde ich nicht !!!when it uploads my 200 pics at once... they all have the same time
which means 1. you can't really sort them and you can't use the slideshow !!!!
here is a little fix
in your modified album_upload.php find:
Code:
if($file_ok && $thumbnail_ok)
{
below add:
Code:
$pic_time = $pic_time + 1;
Kann mir hir einer Helfen bitte
Danke leut
Edit: Mod_Photo_Album_Upload_Directory und Album Addon 2.0.52 von Smartor