![]() |
|
Layout for full image page - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Layout for full image page (/thread-3464.html) |
Layout for full image page - Soleil - 2008-08-13 Is it possible to apply some layout to the page showing the full-size iamge ? For instance background, centering of the image, navigation,etc. ? If yes how ? Thanks a lot in advance for the answer. Layout for full image page - sbillard - 2008-08-13 You would have to create a custom page script and link to that script in place of the full image link. Layout for full image page - Soleil - 2008-08-14 Thank you for your prompt answer. However I am not sure where this [i]full image link[/i] is ? Do you mean : Layout for full image page - macalter - 2008-08-14 Hey, Soleil, if you figure out a script, would you share? I've asked the same question but am clueless with php scripting. My custom page failed miserably. Layout for full image page - Soleil - 2008-08-14 Of course, macalter, I'll share the script. But I have first to get an answer to my question about the location of this [i]full image link[/i]. Or do you know the answer ? Layout for full image page - acrylian - 2008-08-14 ` Layout for full image page - Soleil - 2008-08-18 Thanks a lot acrylian. Unfortunately I cannot find out how Layout for full image page - acrylian - 2008-08-18 Well, the full image is actually not on a page, it's just the full image. You would have to create a new theme page where you call the full image on. You would have to pass the full image url to that page with $_POST or $_GET. |