![]() |
|
Creating a blank themed page? - 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: Creating a blank themed page? (/thread-2322.html) |
Creating a blank themed page? - PeterM - 2008-03-03 Hello! Any pointers? Thanks Creating a blank themed page? - acrylian - 2008-03-03 Even easier, just take album.php for example and remove all the album/image stuff. Then rename that page to "info.php" for example and you can call it with Creating a blank themed page? - PeterM - 2008-03-03 Ooo, I get this though: Zenphoto Error: the requested object was not found. Please go back and try again. Maybe I took out too much? ` Creating a blank themed page? - acrylian - 2008-03-03 No, more too less, you need to remove all album related stuff, since there is no album context, you get an error. Here the more or less core stuff (from default theme):
| Archive View | Powered by zenphoto ` I hope I missed nothing myself... Creating a blank themed page? - PeterM - 2008-03-03 Parse error: syntax error, unexpected ';' in /public_html/zenphoto/test.php on line 10 Where can I put this file? Currently I have it in the zenphoto directory. Creating a blank themed page? - acrylian - 2008-03-04 You have to place it in your theme's folder Creating a blank themed page? - PeterM - 2008-03-04 How would I edit it to work outside the themes folder, say, in the "zenphoto" root folder? Hmm :S Creating a blank themed page? - acrylian - 2008-03-04 Why do you want that page to be outside the theme's folder? To repeat it, the url for a custom theme page ist There is apparently something missing in your theme, since it shows an error, too, when using the correct url. of course my example was from the default theme which is much simple than the somewhat stopdesign theme. So her an empty page for stopdesign: Creating a blank themed page? - PeterM - 2008-03-05 Well, I edited it to look the same but I am still getting a blank page. Creating a blank themed page? - acrylian - 2008-03-05 If you would post the code we'll could take a look and maybe help. Creating a blank themed page? - PeterM - 2008-03-05 Hmm, it is at: http://www.petermakosch.com/02/zenphoto/ ` Creating a blank themed page? - acrylian - 2008-03-05 No, subdirectories do not matter. Here is the a example for stoppdesign based on your posted code. I just tested it: Creating a blank themed page? - PeterM - 2008-03-05 I am so thick sometimes. Boy, I feel so sheepish! oops! |