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

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

Quote Reply
Re: [ManuGermany] url of <%title_linked%> -question In reply to
WinkCoolCoolCoolYeah got it! It's not clean programming but it works:



sd_category:

sub {
my $vars = shift;
my $category = $vars->{category};
$category =~ s|www.shop-netz.de|unicum.shop-netz.de|g;
$category =~ s|shopping/|cgi-bin/shop/page.cgi?g=|g;
$category =~ s|">|&d=1&t=beispiel">|g;
return $category;
}


sd_title_linked:

sub {
my $vars = shift;
my $title_linked = $vars->{title_linked};
$title_linked =~ s|www.shop-netz.de|unicum.shop-netz.de|g;
$title_linked =~ s|shopping/|cgi-bin/shop/page.cgi?g=|g;
$title_linked =~ s|">|&d=1&t=beispiel">|g;
return $title_linked;
}

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 11445 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