Follow SMF on Twitter.
Gallery looks great. That is the most customized version of the gallery I have seen to date.
There are a lot of members adding really small images. Is it possible to put a limitation for minimum height or minimum width?I'm using the pro. version, and I still have a few months left on my 1 years subscription.
You would change the redirectexit call in the addpicture2 function to point back to picture id action=gallery;sa=view;id=###
if (isset($_REQUEST['copyimage'])) { redirectexit('action=gallery;sa=copyimage;id=' . $gallery_pic_id); } else if (isset($_SESSION['last_gallery_url'])) { redirectexit($_SESSION['last_gallery_url']); } else { // Redirect to the users image page. if ($ID_MEMBER != 0) redirectexit('action=gallery;sa=myimages;u=' . $ID_MEMBER); else redirectexit('action=gallery;cat=' . $cat); }
// Redirect to the users image page. if ($ID_MEMBER != 0) redirectexit('action=gallery;sa=myimages;u=' . $ID_MEMBER); else redirectexit('action=gallery;cat=' . $cat);