Gossamer Forum
Quote Reply
top links
hi, how do i create a level heirarchy that can be accessed by every page?

in other words: on the homepage it will say "home", and on a subcategory page it will say "home/subcategory", and so on.

oh! it's just like the links on top of this forum --> "home: products: links sql....." etc. is this built in? sorry, i tried to search for a global variable on the forums, but i can't find :T heh, thanks!
-simon
http://www.fatscripts.com
Quote Reply
Re: [lastsaga] top links In reply to
Try;

<%title_linked%>

To see a full list of tags available to you in the different templates, just use;

<%GT::Template::dump%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] top links In reply to
title_linked only seems to work in:

new listings, popular listings, and the subcategories.

it doesn't work for the homepage, top rated, or any other page.

also, how do i rename the links shown in title_linked? i.e., instead of "LINKS_TOP" can i have "Home" or something? what do i need to rename?
-simon
http://www.fatscripts.com
Quote Reply
Re: [lastsaga] top links In reply to
bump.

okay, i just manually coded in the top links for the pages that won't accept the title_linked tag.

NOW:

** how do i rename the links so it's not LINKS_TOP : (category)

and instead it's HOME > (category) ??
-simon
http://www.fatscripts.com
Quote Reply
Re: [lastsaga] top links In reply to
I think you need to go to use Links SQL Admin panel and go to the Build Menu, and then select User Language on the left column, and then select the Links option. There should be one named LINKS_TOP. If the description for LINKS_TOP is blank then add whatever term you want to use (i.e. Home). If LINKS_TOP is not even there, then add it as a new one with the code value being LINKS_TOP and the description being Home.

--Frank