![]() |
|
Modify Zenpage index.php - 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: Modify Zenpage index.php (/thread-5490.html) |
Modify Zenpage index.php - ThreeDot - 2009-07-16 I am building a portfolio based on Zenphoto, using Zenpage. The portfolio has only one album and I'd like index.php to redirect to album.php rather than gallery.php. However, when I make this change to index.php, the page breaks. How do I do this? Modify Zenpage index.php - acrylian - 2009-07-17 So what do you want to show for that album? The normal thumbnail list? You can't link to album.php itself as it needs to know what album to actually display. The link to an album is like this if Zenphoto installed in the folder "zenphoto": Alternatively you may try to setup the global album object Modify Zenpage index.php - ThreeDot - 2009-07-17 Where do I direct to the album? In index.php, album.php, or .htaccess? Modify Zenpage index.php - acrylian - 2009-07-18 On the themes index.php of course as you want it to show by default (if I understood it correctly). |