Sorry, I'm kind of new to web design. I've installed Zenphoto and was wondering if there was a way to setup a button or link in the gallery to return to my main site after visiting the gallery. Thanks for any info!
You mean you have Zenphoto separated from your main site ? Then you could code something like this in your theme pages: `link to mainsite`
Or you can use `<?php echo getMainSiteURL(); ?>` This prints the URL of the main website as set by the "Website URL" option on the gallery options tab.
Sorry, I may not have explained well. Like I said, new to design. I'm just using the default theme, which is fine. And I installed Zenphoto to \gallery on my website. So on my home page if they click the link for gallery, it goes there, but other than using the back button there's not a way to return to the main page. Instead of doing it that way, would it have been better to have zenphoto load into a frame on my site? Rather than going to the gallery itself? I wasn't sure how most folks did it.
Why don't you just use the built-in feature? There is a field in Settings -> Gallery where you have to put in the URL of your website and a name for ist. After that there is a link to your homepage in the breadcrump.
Comments
Then you could code something like this in your theme pages:
`link to mainsite`
Or you can use `<?php echo getMainSiteURL(); ?>`
This prints the URL of the main website as set by the "Website URL" option on the gallery options tab.
Please try to familiarize yourself a bit with Zenphoto.
The theming tutorial is always a good place to start.
http://www.zenphoto.org/news/theming-tutorial
I'm just using the default theme, which is fine. And I installed Zenphoto to \gallery on my website. So on my home page if they click the link for gallery, it goes there, but other than using the back button there's not a way to return to the main page.
Instead of doing it that way, would it have been better to have zenphoto load into a frame on my site? Rather than going to the gallery itself? I wasn't sure how most folks did it.
You can of course use the same technique to make links to your main site on the gallery.
Just put your link code into the theme pages where you want the link to appear.
Wete
It is supported by the default theme.