ZenphotoCMS Forum
SideBar - 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: SideBar (/thread-3559.html)



SideBar - excy - 2008-10-13

Hi,
I would like to show my albums in a sidebar, navigational way.
How can I do that?




SideBar - acrylian - 2008-10-13

  1. Read our theming tutorial: http://www.zenphoto.org/2008/05/theming-tutorial/
  2. Modify your theme or make a custom one to match your requirements.
  3. Use the print_album_menu plugin for example: http://www.zenphoto.org/documentation/plugins/_plugins---print_album_menu.php.html



SideBar - Der_Hans - 2010-03-05

Hello!

To pick up a related problem:

I wanted the list of albums in the sidebaar, too.
But the print_album_menu did not satisfy my needs, because I wanted the list of albums with the original thumbnails of the normal album list.

So I copied the lines
`

                        " title=" ">





                                " title=" ">

`

into the sidebar.php.

This works within gallery, pages, and news ... but it does not work in album and images. Does anyone know why and how to solve the problem?

Greets

Der Hans




SideBar - acrylian - 2010-03-05

It does not work because on album.php there is already a next_album loop. There can only be one as it depends on interal objects that have been looped through already when you call it a 2nd time.

That is why there is the menu plugin. You will have to either modify the album menu plugin or you have to code your one menu function using the Zenphoto object model framework.