- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version Devel
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Photo Organizer
Opened by marcus - 2008-08-30
Last edited by pizza - 2008-09-21
Opened by marcus - 2008-08-30
Last edited by pizza - 2008-09-21
FS#376 - Disable folders/albums thumbnail image
It 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).
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I like the idea, but I'm not sure how to go about doing this. This is really a per-login/session setting rather than a true user preference, and I can see the need for anonymous/guest users to also want to be able to disable thumbnails.
Any suggestions? I don't like the idea of sniffing browser info.
For me It would be satisfactory if there is a global option in administration to enable/disable this function. I never needed and used this function.
Okay.. but the thumbnails are only shown if an image is explicitly selected to be a folder/album thumbnail, so if it's never actually used, then the thumbs will never pop up.
I'll see about adding a global toggle.
Acutally there's a global 'disable popups' already.
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?
I'll make the folder/album thumbnail popups respect the global toggle in the mean time.
http://git.shaftnet.org/git/gitweb.cgi?p=po.git;a=commitdiff_plain;h=1f199e183418ece27a886cc8efa11b33521bea09
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...)
Does it work for you? I set $po_options['popup_enable'] = 'f'; and the tooltips are still displayed. In My Settings - Photobrowser it is not possible to choose any time for image info popup. If you change the time and click "save changes" the time changes always to "disabled".
Yes, I want to be able to toggle the textual and the image tooltips independently.
The applied patch corrects a mistake in function display_popup_delay_combo discribed in my last comment. Now it works as desired.
Okay, I applied your patch, thanks!