I used
http://forum.coppermine-gallery.net/index.php?topic=7535.0
Is there a way to make it so specific groups can see the "Click here to Download" link?
thanks
This code block is to make sure the person is a registered user... but you could do make the if statement more advanced by searching only for certain group.
if (USER_ID){
// add code for download link
} else {
// leave blank
}
-T 8)