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

Re: [Andy] url of <%title_linked%> -question

Quote Reply
Re: [Andy] url of <%title_linked%> -question In reply to
Thanks,

i didn't found this post, but it doesn't work properly,

If I create the global

sd_title_linked:

sub {
my $vars = shift;
my $title_linked = $vars->{title_linked};
$title_linked =~ s|^\s+<[^>]+>|<a href="http://www.ace-installer.com">|;
return $title_linked;

}


it works for the main-page in <%title_linked%> but not for the subcategories!

There is a tag called <%URL%> in subcategory.html but somehow it doesn't work if I create another global:

sd_URL:

sub {
my $vars = shift;
my $URL = $vars->{URL};
$URL =~ s|^\s+<[^>]+>|<a href="http://www.ace-installer.com">|;
return $URL;

}








Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.
Subject Author Views Date
Thread url of <%title_linked%> -question ManuGermany 11709 Dec 13, 2002, 2:44 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
Andy 11587 Dec 13, 2002, 2:52 AM
Thread Re: [Andy] url of <%title_linked%> -question
ManuGermany 11585 Dec 13, 2002, 3:24 AM
Post Re: [ManuGermany] url of <%title_linked%> -question
ManuGermany 11518 Dec 13, 2002, 5:03 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
afinlr 11565 Dec 13, 2002, 5:21 AM
Thread Re: [afinlr] url of <%title_linked%> -question
ManuGermany 11587 Dec 13, 2002, 5:35 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
afinlr 11573 Dec 13, 2002, 8:15 AM
Thread Re: [afinlr] url of <%title_linked%> -question
Paul 11506 Dec 13, 2002, 8:24 AM
Post Re: [Paul] url of <%title_linked%> -question
afinlr 11468 Dec 13, 2002, 8:30 AM
Post Re: [Paul] url of <%title_linked%> -question
Paul 11473 Dec 13, 2002, 8:32 AM
Thread Re: [afinlr] url of <%title_linked%> -question
ManuGermany 11534 Dec 13, 2002, 9:14 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
Paul 11529 Dec 13, 2002, 9:22 AM
Post Re: [Paul] url of <%title_linked%> -question
ManuGermany 11471 Dec 13, 2002, 9:31 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
afinlr 11501 Dec 13, 2002, 9:36 AM
Thread Re: [afinlr] url of <%title_linked%> -question
ManuGermany 11480 Dec 13, 2002, 10:46 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
afinlr 11456 Dec 13, 2002, 12:06 PM
Thread Re: [afinlr] url of <%title_linked%> -question
ManuGermany 11472 Dec 14, 2002, 5:02 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
ManuGermany 11477 Dec 14, 2002, 5:49 AM
Thread Re: [ManuGermany] url of <%title_linked%> -question
ManuGermany 11444 Dec 14, 2002, 6:18 AM
Post Re: [ManuGermany] url of <%title_linked%> -question
afinlr 11406 Dec 14, 2002, 7:04 AM
Post Re: [ManuGermany] url of <%title_linked%> -question
Paul 11432 Dec 14, 2002, 7:12 AM