![]() |
|
Three websites accessing the same gallery - 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: Three websites accessing the same gallery (/thread-12414.html) |
Three websites accessing the same gallery - normcdn - 2016-01-08 Hi, Three websites accessing the same gallery - acrylian - 2016-01-08 Bascially you would have to pick one of these choices: However it cannot be intergrated into three sites making it look like it is part of them. The Zenphoto install is always separate with its own urls anyway. The ugly way we don't even list for various reasons would be to use an iframe. Three websites accessing the same gallery - normcdn - 2016-01-08 What if a created from the basic theme, three different versions according to each of my site in the main gallery. BTW: the link « CMS plugin Zenpage » in the page you indicated, return a 404 not found. Three websites accessing the same gallery - acrylian - 2016-01-08 Thanks for the note, apparently a very old outdated link escaped us. This is the right url: http://www.zenphoto.org/news/zenpage-a-cms-plugin-for-zenphoto It should generally be possible to set the theme via the object model using the gallery object: More info about the object model: You would have to check somewhere from which site you are coming from and then set another theme. There might be issues for example if you try to use the static_html_cache plugin but that does naturally not work with frequent "theme switching". Three websites accessing the same gallery - normcdn - 2016-01-10 thanks. Three websites accessing the same gallery - acrylian - 2016-01-11 I fear there is no concret example. The closest is probably the themeswitcher plugin but even that you need to adapt. Easiest would be to try to pass a site identifyier to the Zenphoto site and then switch the theme based on that. But this would indeed be rather advanced theming already. Three websites accessing the same gallery - normcdn - 2016-01-18 For the last week, I have been working with themeswitcher. Three websites accessing the same gallery - acrylian - 2016-01-18 Good to hear. Did you adapt the plugin for your usage? Maybe you can release the adaption in case other users may need the same. Some info how to do that best we have listed here: Three websites accessing the same gallery - normcdn - 2016-01-18 I did not modify the themeswitcher script. Three websites accessing the same gallery - acrylian - 2016-01-18 Ah, okay. Great you worked it out for your purpose! |