![]() |
|
Subalbum Admin (sort of) - 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: Subalbum Admin (sort of) (/thread-1496.html) |
Subalbum Admin (sort of) - sbillard - 2007-06-21 I have managed to get a semblance of subalbum administration added to my theme. I placed the following code in the footer section of alblum.php: This gives me a link to edit the subalbum. Sorting the album appears to work, but doesn’t “stick†and “« back to the list†takes you to the admin edit page (as you might expect.) But you can change the thumbnail for the subalbum and edit the image titles and descriptions, so it is useful. Subalbum Admin (sort of) - sbillard - 2007-06-21 Well, HTML got me. the echo ' . ' really has the middot HTML code. Subalbum Admin (sort of) - sbillard - 2007-06-28 Turns out subalbum image sorting does work. The problem I had was solved when I removed the Thumbs.db file that got copied along with the images. Guess image sorting gets confused by the extra file. Subalbum Admin (sort of) - bigjimmy - 2007-09-02 Your hack is great for editing subalbum's name and arrange photo within the subalbum. Subalbum Admin (sort of) - sbillard - 2007-09-02 There is a full subalbum admin patch on ticket #6 in the WIKI This will allow the sorting. Otherwise you have to use phpMyAdmin to set the sort_order field directly. |