ZenphotoCMS Forum
printAlbumMenu - other options - 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: printAlbumMenu - other options (/thread-2807.html)



printAlbumMenu - other options - macalter - 2008-05-05

printAlbumMenu("list","count","album_menu","album_menu_active","album_menu_sub","album_menu_sub_active"); ?>

"list" (ul) is an unordered list but not sure what the syntax to use to replace "list" in the code an ordered list (ol)?

  1. album1
  2. album2
  3. album3

Or, if I want the entries across
album1 - album2 - album3




printAlbumMenu - other options - acrylian - 2008-05-05

The print album menu does't have an option for an ordered list. If it had it would be documentated....
It's meant as a menu, did you ever see a menu that is numbered?...:-)
Just replace the ulin the menu with ol in the code if you want that....

[i]Or, if I want the entries across
album1 - album2 - album3[/i]
Ever heard of CSS?...:-)




printAlbumMenu - other options - macalter - 2008-05-05

Yes, heard of CSS but not for changing an UL list vertical to horizontal... I know a menu is normally bullet but because I have 11 albums {Page nav at bottom only shows 1-7 then ...). Listing vertically is pushing the Gallery image down too far and all my CSS attempts to get it back up on the #main are failing.




printAlbumMenu - other options - acrylian - 2008-05-05

Why don't you place the menu in a kind of sidebar then?

And there are lots of internet resources about vertical menus using lists.