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
Comments
Check your RewriteBase in your htaccess file, make sure it matches your path (/zenphoto, not /zp)
Write back if this doesn't fix it.
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 ?
" title="Gallery Index"><?php echo getGalleryTitle();?>
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
Here's the original function:
`" title="Gallery Index"><?php echo getGalleryTitle();?>`
Here the second one, with Home instead:
`" title="Gallery Index">Home`
original function:
`" title="Gallery Index"><?php echo getGalleryTitle();?>`
second function, with Home:
`" title="Gallery Index">Home`
:P
What file would i insert that code into ? the index.php ?
cheers
I use it in my theme as part of the breadcrumbs to have people easily navigate my pages.