Page and Image Links not working

I have installed the zen gallery and customised the default template to fit my site , http://www.thisismoda.com/gallery/ .

However the h1 title tags is not breadcrumbing correctly to allow people to browse through the albums. Can anyone please tell me if there is anything that I should check is on the config file or each page. I tried to compare each of my pages with the default pages and everything seems to appear ok?

THanks

Comments

  • Are you using mod_rewrite (.htaccess)? If so, you might try turning it off and see if things get better. You can turn it on/off by editing the "zp-config.php" file. Look for the "$conf['mod_rewrite'] =" record.

    Jeff
  • I tried changing the code to :

    $conf['mod_rewrite'] =" record "

    but it didn't work my pages are only displaying the title of the page they are on, not the back links to album and the index page?

    The title is displaying correctly though?
  • Hmmmm... No, I guess I wasn't clear. I meant for you to look for the mentioned *record* in the config file. The string "record" is *not* part of the setting.

    You want one of the following:

    $conf['mod_rewrite'] = true;

    --- or ---

    $conf['mod_rewrite'] = false;

    The "true" setting turns *on* mod_rewrite. The "false" setting turns it off...

    Jeff
  • ah ok I'll try it and let you know how I get on.
  • No still no joy, I think I may have done something to my template files, I have uploaded my edited defaul theme to my server. If you have time to look at the theme files it would be appreciated.

    You can download the file here : http://homepage.mac.com/andycet/filechute/default.zip
  • I have had problem using the .htaccess file - as soon as it is enabled it makes an internal server error / misconfiguration.

    So I have disabled it as mention above and no more int. serv. error but I cannot see neither the images or the thumbs in my galleries.. I only see the name of them and if I click on them I can see them.

    Using the latest 1.0.6 version on mediatemple.net (will provide further infos is nescessary)

    thanks in advance
  • This worked fine when I used the default template just went wrong when I changed the template layout?
Sign In or Register to comment.