Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?

Quote Reply
Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag? In reply to
Hi,

If the <> stuff is just in your category name, it should be as simple as editing subcategory.html. Find:

<%Name%>

..and replace with:

<%Clean_Special($Name)%>

..then add a new global, called "Clean_Special", with the following code:

Code:
sub {
my $tmp = $_[0];
$tmp =~ s/[\<\>]//;
return $tmp;
}

Hopefully that works - still a little early over here in the UK =)

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!
Subject Author Views Date
Thread; hot thread How do I edit the <%category%> tag? V.E.C.T.O.R. 10807 May 31, 2009, 9:08 PM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10621 May 31, 2009, 11:48 PM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10559 Jun 1, 2009, 12:21 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10557 Jun 1, 2009, 12:30 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10518 Jun 1, 2009, 12:57 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10572 Jun 1, 2009, 1:00 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10567 Jun 1, 2009, 1:08 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10572 Jun 1, 2009, 1:12 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10555 Jun 1, 2009, 1:16 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10584 Jun 1, 2009, 1:20 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10521 Jun 1, 2009, 1:38 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10551 Jun 1, 2009, 1:42 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10535 Jun 1, 2009, 1:50 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10541 Jun 1, 2009, 2:04 AM
Thread; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10523 Jun 1, 2009, 2:08 AM
Thread; hot thread Re: [Andy] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10524 Jun 1, 2009, 6:11 AM
Post; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
Andy 10503 Jun 1, 2009, 6:11 AM
Post; hot thread Re: [V.E.C.T.O.R.] How do I edit the <%category%> tag?
V.E.C.T.O.R. 10557 Jun 1, 2009, 1:14 AM