Gallery 3 (3.0.3)
I've set up my gallery so that unregistered users cannot download full size images.
If a user selects the slideshow icon, the process starts but does not display any images. No images is fine and I understand why but is there a way to turn the slideshow icon off if the viewer is not a registered user?
Temporarily, I've disabled slide shows for all users.
Regards
Geoff
Posts: 27300
http://codex.gallery2.org/Gallery3:Modules:slideshow#Notes
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
Thanks Dave,
Works to remove the icon which will do for now (I'd like registered users to still be able to view a slideshow)
Regards
Geoff
Posts: 814
Geoff, if you're comfortable adding/modifying code to the files, you could alter the modules/slideshow/helpers/slideshow_event.php
you could wrap an 'if' around each of the $menu->append blocks as in the following example:
Note: there are three functions that would need the edits...