Hi there,
Sorry if this has been answered already - i have had a good look.
None of my thumb nails are displayed and I cant viw my gallery, it says
" Not Found: The requested URL /zp/index.php was not found on this server"
But thats because its /zenphoto/index.php like its meant to be for everything else to work?
Thanks in advance
Adam
Something's up with your htaccess file (I think)
Check your RewriteBase in your htaccess file, make sure it matches your path (/zenphoto, not /zp)
Write back if this doesn't fix it.
Yep sorted ! Thanks alot for your help guys!
Just another quick qestion - i wanted to link back to my website is there a quick way to put a link in the top right or top left saying home ?
You can use the handy dandy function:
" title="Gallery Index">
It even includes the HTML to make it a link. Just cut n paste where you want to display the name of the gallery and it will link to your zenphoto root. If you want it to say "home" instead, cut n paste this one:
" title="Gallery Index">Home
Aww crap. My code got wrangled. Hold on:
Here's the original function:
" title="Gallery Index">
Here the second one, with Home instead:
" title="Gallery Index">Home
damn. I really should RTFM. It is right below. Dummy.
original function:
``
second function, with Home:
Home
phew. that did it.
Ah cool!
What file would i insert that code into ? the index.php ?
cheers
You can place that code in any of these files: image.php or album.php. index.php is essentially what the link code points to (e.g. http://www.yourURL.com/YourZenphotoBase) so putting it into the index.php won't do much.
I use it in my theme as part of the breadcrumbs to have people easily navigate my pages.