Hi all,
... and the next one with the 'button problem'
[UPDATE]
Problem is solved for me...
When I'm logged in as admin, everything is fine, but guests or normal users cannot see the slideshow-button.
When I'm allowing upload to all users, it's getting strange... The slideshow-button appears, but inactive (not clickable)
When uploading is not allowed, the slideshow button dissappears completely.
I'm running 4images 1.7.4, PHP 4.4.4 and mySQL 4.1.22. Template is a modified 4bare.
At the moment I'm a little bit clueless... Anybody any ideas?
Sometimes the error is sitting in front of the computer
In my case, the problem was located in the /4images/categoeires.php
I pasted the additional code
SUCHEN
$upload_button = "<a href=\"".$upload_url."\"><img src=\"".get_gallery_image("upload.gif")."\" border=\"0\" alt=\"\" /></a>";
}
DANNACH EINFÜGEN
//-----------------------------------------------------
//--- Slideshow changes -------------------------------
//-----------------------------------------------------
require ("categories_slideshowII.inc");
NOT behind the last "}", so it was located in the if clause for checking the upload permissions...
Cheers
HoSt