Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Title tag format change

Quote Reply
Title tag format change
Hi,

My subcategories pages titles are showing in this format -> Examplecategory/subcatexample/subsubcatexample, and I would like them to show in this format ->Examplecategory subcatexample subsubcatexample

Can anybody help?

Looked around in the forums but couldn't find anything about how to do this.

Thanks,

Z
Quote Reply
Re: [Z] Title tag format change In reply to
Hi,

Check out my ULTRAGlobals plugin (in my signature), and try:

Code:
<%Plugins::ULTRAGlobals::Edit_Title_Full_Name($Full_Name,'normal','&gt;','0')%>

There is also documentation in the plugin itself, regarding how you can change the delimiter, format, etc

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Title tag format change In reply to
Thanks Andy, I'll give it a try.