This is the bug tracker for Photo Organizer.
FS#376 - Disable folders/albums thumbnail image
Attached to Project:
Photo Organizer
Opened by Marcus Hinz (marcus) - Saturday, 30 August 2008, 19:26 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 21 September 2008, 14:37 GMT
Opened by Marcus Hinz (marcus) - Saturday, 30 August 2008, 19:26 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 21 September 2008, 14:37 GMT
|
DetailsIt would be nice to have a gui element for enable/disable the folders/albums thumbnail image. It can be slow and generates unnecessary traffic (for me) if you have a slow internet connection (for example a GPRS-connection with a mobile phone).
|
This task depends upon
Any suggestions? I don't like the idea of sniffing browser info.
I'll see about adding a global toggle.
in config_site.php, set $po_options['popup_enable'] = 'f';
That will of course disable everything -- or do you want to be albe to toggle the textual and the image tooltips independently?
This commit has everything respecting the global popup_enable toggle.
(There's only one non-image popup though, so it may make more sense to permanently enable that popup, and use the toggle for only the image ones...)
Yes, I want to be able to toggle the textual and the image tooltips independently.