![]() |
|
Menu and beginner zenphoto help? - 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: Menu and beginner zenphoto help? (/thread-12142.html) |
Menu and beginner zenphoto help? - taylor9209 - 2014-09-17 Hi all. Basically what I'm trying to do, is have Zenphoto as my main site. I'd like an index page that just has general info. I'd also like to have a menu at the top, for things like, About Us page, FAQ page, and a contact page, and a link to the gallery that is on every page. I've been playing with the Zenpages plugin, but can't figure out how to make it like I've described. Can someone point me tward the correct info to make this happen? My Web dev skills are pretty basic, so looking for a good tutorial if possible. Thanks for all help. Menu and beginner zenphoto help? - fretzl - 2014-09-17 I suggest you start with reading the theming tutorial. The theme you are currently working on is very complex. Menu and beginner zenphoto help? - taylor9209 - 2014-09-18 Ok, will do. From what I've said I'm shooting for, is sticking with the Zenpage plugin probably going to get me in the right direction? Menu and beginner zenphoto help? - fretzl - 2014-09-18 Quote:is sticking with the Zenpage plugin probably going to get me in the right direction? Menu and beginner zenphoto help? - taylor9209 - 2014-09-18 So, what is the difference between the Zenpage, and the menu_manager plugin? Menu and beginner zenphoto help? - taylor9209 - 2014-09-18 Also, I've been playing with code in a copy of the basic theme, using the themeing tutorial. Just to familiarize myself with what's needed, and not. lol I figured I'd start with the section in the tutorial talking about separation of the gallery, and the index page. "You may wish to have an introductory page to your website but still keep the look and feel of the gallery for visitors viewing your images. This can easily be done by using the theme option custom index page. If you have an existing zenphoto gallery the easiest way to accomplish this task is to rename your current theme index.php script to something else, say gallery.php. Create your new index.php script to introduce your site. Include on it a link to http://yoursite.com/zenphoto/page/gallery (assuming you named your old index file gallery.php and you installed Zenphoto in the folder zenphoto). Set the custom index page option to gallery and your are all set." So, I renamed the index.php file to gallery.php, and created my own simple index.php file. Menu and beginner zenphoto help? - acrylian - 2014-09-18 Zenpage is a plugin that provides news articles (= blog) and normal page management additionally to the standard gallery album management (don't confuse it with the theme of the same name). The menu manager is, well, a menu manager to create one (or more) menu of all sorts of elements like album, Zenpage items or others. Both plugins require built in support on the theme using. Not all themes do. Menu and beginner zenphoto help? - acrylian - 2014-09-19 You are a bit diving into advanced theming. Any page expect the standard index.php, image.php and album.php are so called custom pages. That means their url is I suggest to take the Zenpage theme as the base of your theme as that has these things already built in (even if it has Zenpage news and pages support you don't need to use it).. Basic is really just basic. Menu and beginner zenphoto help? - taylor9209 - 2014-09-19 Thanks. Am I asking these questions in the right forum, or should these type of questions be posted in installation, or another? Menu and beginner zenphoto help? - acrylian - 2014-09-19 The subforum does not really matter. I personally read new posts mostly via RSS anyway so I don't really pay atention to them at all. If this forum software had a way to joing subforums we probably had done that already. |