Full size images only avalible to Certain Groups ?
I just want to say keep up the great work guys this is probabily the best image gallery in the world.
Back to the topic question. I have two groups , Registered and Special Members , I would like to know if it is possible to only make the Special Members group have the ability to view full size images. But I want both groups to be able to view the intermediate pictures ? Is this possible ? Any feedback would be apprieciated. thanks.
I'm not sure, but I think someone has posted a hack that will do that for you, but I don't remember where it was posted or what keywords to search for, so this may be a stupid comment from me...
A quick and dirty hack would be to edit displayimage.php and modify the lineif (isset($image_size['reduced'])) {
to something likeif (isset($image_size['reduced']) && USER_GROUP == 'your_special_group_id') {
(not tested though).
GauGau
Can this line be modified to allow a certain user group to view the full images?
if (!USER_ID) cpg_die(ERROR, 'You need to register to access this page', __FILE__, __LINE__);
Okay I didn't realize I had this enabled until someone used it. I deleted their pics but I can't delete their album......
okay delete that last post
We never delete postings, they remain as a reference. If you managed to resolve your issue, post what you did for the benefit of others and to enable moderators to mark your thread as "solved".
You might also want to take a look at this plugin. http://forum.coppermine-gallery.net/index.php?topic=25010.0 (http://forum.coppermine-gallery.net/index.php?topic=25010.0)