![]() |
|
Deactivate top album link in printAlbumMenu - 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: Deactivate top album link in printAlbumMenu (/thread-7135.html) |
Deactivate top album link in printAlbumMenu - kimisgold - 2010-06-03 I'm using the printAlbumMenu plugin, and I'm wondering if there's any way to deactivate the top album link for an album that contains subalbums. I currently have all my links set to go to the first image of each album, but the albums that contain subalbums have no images of their own; they then link to a gallery page of the subalbums. I'd rather the user avoid the album pages altogether, so I'm looking for a way to deactivate the link to a subalbum's top album. Deactivate top album link in printAlbumMenu - acrylian - 2010-06-03 You could try the "omit-top" parameter: If that does not what you want you will have to code your custom menu list. In that case I suggest to get familiar with the object model framework (see the tutorial on the user guide). Deactivate top album link in printAlbumMenu - kimisgold - 2010-06-03 I want the top album names to appear, just not as links. Thanks for the tip, though—I'll look into the user guide. Deactivate top album link in printAlbumMenu - acrylian - 2010-06-04 Sorry, in that case you need to either modify the plugin or code your own album list (the latter is probably a little easier if I get your purpose correctly). |