![]() |
|
image page, links not working - 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: image page, links not working (/thread-3810.html) |
image page, links not working - funeralcake - 2008-09-23 On my image page, I'm trying to print a menu of all the images in the album. I use the same code to generate a menu on my album page and it works fine. here is the source for my image.php, there is a comment next to the code I used to make menu. ` Jordor.com
' note: I used an include for the menu of albums because I couldn't figure out how to get it display on the album.php page. I seem to be having menu problems all around, as soon as I go down one tier, problems arise. anyway, here are the links to the page, the image menu is below the black bar. Thank you for your help. image page, links not working - acrylian - 2008-09-23 You mentioned, you used an include for the album menu? What is that for a album menu? The plugin print_album_menu? That is a plugin, all you need to do is activating it and pasting the printAlbumMenu() function where you want to display it. Please put the code into image page, links not working - funeralcake - 2008-09-23 thanks for your help, figured it out, the code was write but i had some weird css bug. |