[pmwiki-users] Link URL problem

H. Fox haganfox at users.sourceforge.net
Tue May 23 03:15:10 CDT 2006


On 5/22/06, David Goadby <dg at pixel-plus.co.uk> wrote:
> Hi Patrick,
>
> I feel a burke! This is a carry over from my V1 Wiki where I used:
> $UrlLinkFmt = "<a class='urllink' target='_blank'
> href='\$Url'>\$LinkText</a>";
> to force the URL to be viewed in a new window.
>
> In V2.1 we have %newwin% which I have now implemented after removing the
> above line from config.php  (Doh!)

You can have the equivalent of what you had before with

   $UrlLinkFmt =  "<a class='urllink' target='_blank'
      href='\$LinkUrl' rel='nofollow'>\$LinkText</a>";

Hagan




More information about the pmwiki-users mailing list