Member
Member
jeronimo42   2013-03-23, 17:06
#1

What's the best way to allow full image access to one and only one album/directory and normal or restricted access to all other albums?

For example, I'm creating an album for a recent outing and want full image access in that album but not the rest of my gallery. What's the easiest way to do this? Thanks for the help.

Member
Member
sbillard   2013-03-23, 18:09
#2

You would have to code this yourself in your them image.php script. It would look something like:

if (public image album) { $link = getUnprotectedImageURL(); } else { $link = getProtectedImageURL(); } echo html_encode($link);

Administrator
Administrator
acrylian   2013-03-23, 18:31
#3

Additionally you use the multiple_layouts plugin so you could sort of assign this behaviour to certain albums.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.