Integrating a home / links page into Zenphoto

Hi guys (and girls), I'm new so be nice! :p

I've just installed Zenphoto to my server and want to know the following.

Is it possible using PHP code to add extra pages to ZP to include a homepage and say some others like 'about me' and 'links' etc? I don't mean integrating ZP into an existing website as I have seen before, but more using ZP as a base for a website.

Hope you guys can help, I'd be ever so grateful :)

Comments

  • The most usual way to do this is to place zenphoto in a subfolder of your web pages--say /zenphoto/. Then you put your home page and other pages in the root of your site. Somewhere in your pages, wherever you wish, you put a link to the gallery `http://www.mydomain.com/zenphoto/`

    When you setup zenphoto, put in your home page URL and title in the admin gallery tab. Then all the distributed themes will provide a link back.

    You certainly could modify a theme to use PHP files within zenphoto as other WEB pages. You link to them with `http://www.mydomain.com/zenphoto/index.php?p=special_page` Clicking on such a link will cause zenphoto to load `special_page.php` from your theme folder.
Sign In or Register to comment.