ZenphotoCMS Forum
Show Title on Drag/Sort page admin-albumsort.php - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Show Title on Drag/Sort page admin-albumsort.php (/thread-5622.html)



Show Title on Drag/Sort page admin-albumsort.php - ktbryant - 2009-08-06

want to see the title on the page when i drag and drop sort.

can't find if the title is stored as a var in getImages function because I can't find the getImages function in any of the functions files. anyone?




Show Title on Drag/Sort page admin-albumsort.php - acrylian - 2009-08-06

If you hover a little over the images there will be a tool tip shown with the title and filename.

getImages() is a method of the album class and only returns the filenames. It would have been easy to find via our documentation...




Show Title on Drag/Sort page admin-albumsort.php - ktbryant - 2009-08-06

thanks. anyone got a way of putting that title into the page instead of the alt attribute




Show Title on Drag/Sort page admin-albumsort.php - ktbryant - 2009-08-06

ok the function i needed obviously was adminPrintImageThumb however now my issue is i need to make a div containing the image AND title that is draggable instead of just the image, anyon got any ideas?




Show Title on Drag/Sort page admin-albumsort.php - acrylian - 2009-08-06

It is not recommended to hack core files as you will have to do this hack with every update again.