![]() |
|
custom menu function link advice - 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: custom menu function link advice (/thread-10986.html) |
custom menu function link advice - lainyrache - 2013-04-10 Hi I want to create a link from the custom menu to an album view which contains the first default large image with album thumbnails on the right. custom menu function link advice - acrylian - 2013-04-10 Sorry, there is no convenient way to dynamically link to the first image directly using the menu. The only way would be to use the print_album_menu menu function within the custom menu. custom menu function link advice - lainyrache - 2013-04-11 Thanks acrylian, This works well until a tag is clicked and then the user sort of gets trapped in the thumbs for that tag. As a work around, I tried to create a back to Gallery link on image.php using the code from another post http://www.zenphoto.org/support/topic.php?id=3472 getImages(); ?> But this has the same issue, as it is looking for the images in the current album. custom menu function link advice - lainyrache - 2013-04-11 Am I getting there? I have gone to admin> menus So something like Embarrassing attempt I know. Please don't laugh. custom menu function link advice - acrylian - 2013-04-11 No, right way atually. You have to create a function that lets you do this. You will need to create the object of the album in question and then use Btw, you could open a ticket for an option to allow this in the menu on the GitHub tracker. So we might consider it for the 1.4.5 release. custom menu function link advice - lainyrache - 2013-04-11 Hi Acrylian custom menu function link advice - acrylian - 2013-04-11 Sure, please look at our paid support page. The forum does not have any PM function. |