Is it passable to lock the board down, so that anyone can see thumbnails but only registered users can enlarge the picture? A second of all... is it passable to include the last uploaded picture in a home page outside of coppermine?
FAQ: How can I let unregistered users see the thumbnails only, but not the actual pictures? (http://coppermine.sourceforge.net/faq.php#viewThumbnailsOnly)
ok, I guess the better question is... i can let only a certain user group ... say "picturepeople" or some such group see full size, and everyone else thumbnails?
if (USER_GROUP != "Administrators") cpg_die(ERROR, 'You need to be in the admin group to access this page', __FILE__, __LINE__);
In your specific case,
if (USER_GROUP != "picturepeople") cpg_die(ERROR, 'You need to be in the admin group to access this page', __FILE__, __LINE__);
Quote from: wdz on November 12, 2005, 10:16:45 PM
is it passable to include the last uploaded picture in a home page outside of coppermine?
http://forum.coppermine-gallery.net/index.php?board=57.0
In the future, respect the "one question per thread" policy. You agreed to do so when signing up, and common sense says so as well.
Very sorry to offend you, duely noted and it won't happen again. Thanks to those who were more then willing to help!