Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

Re: [gotze] Category name with +

Quote Reply
Re: [gotze] Category name with + In reply to
Not sure where/why you would want to do it?

Could be done with a simple global;

Code:
sub { my $tmp = $_[0]; $tmp =~ s/ /+/g; return $tmp; }

You would pass in the URL string with;

Code:
<%global_name($category_short)%>

Hope that helps.

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 Category name with + gotze 12701 Aug 15, 2004, 12:51 PM
Thread Re: [gotze] Category name with +
Andy 12501 Aug 16, 2004, 12:51 AM
Thread Re: [Andy] Category name with +
gotze 12495 Aug 16, 2004, 11:47 AM
Thread Re: [gotze] Category name with +
Andy 12497 Aug 16, 2004, 11:45 PM
Thread Re: [Andy] Category name with +
gotze 12479 Aug 17, 2004, 3:19 PM
Thread Re: [gotze] Category name with +
Andy 12480 Aug 18, 2004, 1:25 AM
Thread Re: [Andy] Category name with +
gotze 12480 Aug 23, 2004, 4:32 AM
Thread Re: [gotze] Category name with +
Andy 12467 Aug 23, 2004, 5:49 AM
Thread Re: [Andy] Category name with +
jdgamble 12377 Sep 5, 2004, 1:19 AM
Post Re: [jdgamble] Category name with +
Andy 12381 Sep 5, 2004, 3:15 AM