Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [blacknight] Changing the default / for titles, keyword, etc..

Quote Reply
Re: [blacknight] Changing the default / for titles, keyword, etc.. In reply to
Make a new global called edit_title, with the following code;

Code:
sub {
my $in = $_[0];
$in =~ s/\// - /sig;
return $in
}

Then call with;

<%edit_title($category_name%>

That should work Angelic
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 Changing the default / for titles, keyword, etc.. kato 4919 Sep 2, 2003, 10:18 AM
Thread Re: [kato] Changing the default / for titles, keyword, etc..
Andy 4805 Sep 2, 2003, 11:08 AM
Thread Re: [Andy] Changing the default / for titles, keyword, etc..
kato 4787 Sep 2, 2003, 12:38 PM
Thread Re: [kato] Changing the default / for titles, keyword, etc..
Andy 4771 Sep 2, 2003, 12:48 PM
Thread Re: [Andy] Changing the default / for titles, keyword, etc..
kato 4756 Sep 2, 2003, 1:10 PM
Thread Re: [kato] Changing the default / for titles, keyword, etc..
Andy 4766 Sep 2, 2003, 1:14 PM
Thread Re: [Andy] Changing the default / for titles, keyword, etc..
blacknight 4598 Dec 17, 2005, 5:25 AM
Thread Re: [blacknight] Changing the default / for titles, keyword, etc..
Andy 4637 Dec 17, 2005, 5:42 AM
Thread Re: [Andy] Changing the default / for titles, keyword, etc..
blacknight 4601 Dec 17, 2005, 5:51 AM
Thread Re: [blacknight] Changing the default / for titles, keyword, etc..
Andy 4600 Dec 17, 2005, 5:55 AM
Post Re: [Andy] Changing the default / for titles, keyword, etc..
blacknight 4594 Dec 17, 2005, 6:00 AM