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

Products: Gossamer Links: Development, Plugins and Globals: Re: [ManuGermany] url of <%title_linked%> -question: Edit Log

Here is the list of edits for this post
Re: [ManuGermany] url of <%title_linked%> -question
This

$title_linked =~ s|^\s+<[^>]+>|<a href="http://www.ace-installer.com">|;

will only change the first url in title linked. If you want to change all of them to relative urls you would need to change it a bit. Something like this?

$title_linked =~ s|<a href="http://www.ace-installer.com/?(.*?)">|<a href="/$1">|g;

Laura.
The UK High Street

Last edited by:

afinlr: Dec 13, 2002, 5:22 AM

Edit Log: