I've integrated my site but don't want the gallery as the index page. So I changed things around to "multimedia" in admin but now when I click a gallery the page isn't formatted correctly and the images for that gallery aren't even there. The style sheet doesn't seem to be taking. Any insight on linking things and getting my paths right?
Thanks
Comments
Link here.
http://test.empx.net/multimedia.php
If you are integrating into an existing website the best method is to install Zenphoto into a subfolder and place a link on your main index page to that subfolder.
If all you want is a custom index page then you can do something like rename the Zenphoto theme index.php script to something else, say gallery.php. Set the theme option for the gallery index page link to "gallery". Create your new index page with a link to <site>page/gallery. An example of this technique can be found in the stopdesign theme. It has a custom page for the index since it is somewhat different from the normal gallery index.
Sorry just talking out loud...
That the multimedia.php file is not working with the modrewrite rules is normal as the htaccess file does not care about a file of that name.
Pages that are not using the standard way of theming (index -> album -> image) need to be called as a "custom page". Please see the theming tutorial and get a little more familiar with Zenphoto themes in general.
Thanks