[SOLVED] Can't make new album appear

mart1892

Joined: 2008-06-06
Posts: 20
Posted: Fri, 2012-12-14 13:31

Hi,

I've added a new album called 'modern' (in addition to Rifles, Shotguns, Pistols, and Accessories) to this site:

http://www.thegunandsportshop.co.uk/main.php?g2_itemId=508

And it is supposed to appear in the main nav but isn't. I think I need to amend a file in the theme directory, but can't remember which.

Does anyone have any ideas?

Thanks

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2012-12-14 17:19

Moved to Gallery2 forum.

Looks like you are using a custom theme.
Check /themes/tgass/templates/theme.tpl
or if it exists /themes/tgass/templates/local/theme.tpl

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
mart1892

Joined: 2008-06-06
Posts: 20
Posted: Mon, 2012-12-17 13:41

Many thanks for this - do you know which bit of the theme.tpl I need to amend?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-12-17 13:45

look for this section:

<div id="nav">
<a href="index.php">Home</a>
<a href="http://www.thegunandsportshop.co.uk/main.php?g2_itemId=508">Rifles</a>
<a href="http://www.thegunandsportshop.co.uk/main.php?g2_itemId=487">Shotguns</a>
<a href="http://www.thegunandsportshop.co.uk/main.php?g2_itemId=489">Pistols</a>
<a href="http://www.thegunandsportshop.co.uk/main.php?g2_itemId=595">Accessories</a>
<a href="contact.php" class="lastchild">Contact</a>
</div>

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
mart1892

Joined: 2008-06-06
Posts: 20
Posted: Thu, 2012-12-27 12:54

Great - thankyou!