Effervescence Plus Theme Problem

I'm using the Effervescence theme included with the latest version of Zen photos. Everything seems to be working fine except for the following problem:

In the album page in the links at the top with which one can navigate directly between various albums the one on the right is not working correctly. The one on the left takes you correctly to the previous album but the next button is taking me back to the front/main page of the gallery. Can anyone suggest a fix for this? You can see this in action here:

http://www.arthedains.com/portfolio/architecture/

Many thanks in advance.

Comments

  • Well, this is certainly a wierd problem. However, there is a fix. in album.php replace the call on `getNextAlbumURL()` with `rewrite_path("/" . pathurlencode($album->name), "/index.php?album=" . urlencode($album->name))`

    We will get this fix into a nightly build shortly.
  • Great...it works. Thanks!
Sign In or Register to comment.