I saw this posted from 07 and don't know if anything has changed. I want to be able to open the gallery to the thumbnails of a specific album. Really I don't even need an album per-say. Is this possible without me writing some redirect for apache?
I don't understand the question actually. Zenphoto is filesystem based so any folder within the root `albums` folder becomes an album on discovery. Zenphoto does not work without albums.
Maybe I can be more clear. I only have one album. I want to open directly to the album itself, I don't want to have the user actually click on the album to open it.
So you want to skip the index page alltogether? If you mean an option, no. But you could modify your theme. Might be some work. A redirection would probably be easiest.
If you use Zenphoto just as the gallery part of your website you can just link directly.
Comments
If you use Zenphoto just as the gallery part of your website you can just link directly.
Thanks so much.
Yes I have no problem with linking directly. I just want to make sure that nobody will go to the index page. I will try a rewrite rule.