Junior Member
Junior Member
excy   2008-10-13, 10:39
#1

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

Administrator
Administrator
acrylian   2008-10-13, 11:25
#2
  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
Member
Member
Der_Hans   2010-03-05, 19:45
#3

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

Administrator
Administrator
acrylian   2010-03-05, 20:26
#4

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.