![]() |
|
multiple galleries on one zenphot install - 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: multiple galleries on one zenphot install (/thread-9506.html) |
multiple galleries on one zenphot install - ism-design - 2012-03-18 Hi all I have been looking to implement multiple galleries on my homepage (zpskeleton), and saw a few threads which all lead to installing multiple zenphotos. I think I might have found a simple hack that does the job, please let me know if I am wrong and will result in issues later in my development.
{li)(a href="http://www.spraycan-art.com/folder1/")folder1(/a){/li) (I used (&) instead of due to forum errors, please change vefore using this code) this should work, but there is still a link back to gallery on each page, and should not be there for easthetic reasons. Remove this by removing the entire tag from "albums.php". Now there should be two links where there was one gallery link, both going to their individual album, now treated as gallery. I have this working on my site www.spraycan-art.com, which is still under construction. I hope this helps, let me know if it does not work for you. Peter hamilton multiple galleries on one zenphot install - sbillard - 2012-03-18 There are several approaches to the multiple galleries solution.
The specific steps you used seem unique to the theme you have chosesn. Unfortunately I am not conversant with that theme, so cannot comment on on the changes. Coming soon in the next release of Zenphoto will be some help for taking path #2. With Zenphoto 1.4.3 (and currently in the development nightly builds) we have implemented the ability to "clone" the zenphoto scripts to multiple installs. Basically this is done by using "symlinks" for the Zenphoto folders. But because of the quirks of symlinks and PHP there was considerable work needed on Zenphoto to make this work smoothly. multiple galleries on one zenphot install - acrylian - 2012-03-18 What you did is actually just adding toplevel albums to the main navigation. That is not really the same actually. The multiple sites with one install means actually really independent installs on different domains with different look, content and settings but just one core Zenphoto install. This is the functionality that can be previewed and tested in the dev nightly builds as expained by sbillard. |