change home page?

I'm brand new to zenphoto. Install and setup went great, but I want my url to go to my main home page, not to my zenphoto gallery home page when people type in my url. The zenphoto gallery home page is index.php. What do I name my main home page so it will be brought up (I've tried home.html and index.html)? Sorry dumb question. Then I'll link to the index.php on a link off my home page.

Comments

  • acrylian Administrator, Developer
    You probably will have to change that on the theme files itself. We have a function named `printHomeLink()` that uses the url you can enter on the admin options but not all themes have that included.

    So either you add that function yourself to your theme or you just add a normal link. Please see the theming tutorial for detailed info about Zenphoto themes.
  • You can have only one default page for your website. If you want that to be your current home page you will have to install Zenphoto in a sub-folder. You can then use the above `printHomeLink()` in Zenphoto to reference back to your main page (after appropriately setting the option.)
Sign In or Register to comment.