Im looking for solution:
I want the not registered users to only be able to view the thumbnail of the gallery, if thy click on the thumbnail it should prompt them to register to view the full size picture.
How should i go about doing this ?
thanks in advance,
sorry guys, got the answer:
How can I let unregistered users see the thumbnails only, but not the actual pictures?
Edit displayimage.php and add
if (!USER_ID) cpg_die(ERROR, 'You need to register to access this page', __FILE__, __LINE__);
just before
/**************************************************************************
* Local functions definition
**************************************************************************/
To others: the answer was taken from the FAQ: http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#viewThumbnailsOnly