2 quick questions 2 quick questions
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

2 quick questions

Started by wdz, November 12, 2005, 10:16:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wdz

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?


wdz

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?

Stramm

if (USER_GROUP != "Administrators") cpg_die(ERROR, 'You need to be in the admin group to access this page', __FILE__, __LINE__);

OmegaGOD

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__);
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Joachim Müller

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.

wdz

Very sorry to offend you, duely noted and it won't happen again. Thanks to those who were more then willing to help!