Quote:
Originally Posted by wirewolf
Your quite welcome kall. This hack is exactly what I've been looking for.
BTW, I was looking at this part of the code:
PHP Code:
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
}
else
{
return "<a href=\"$rightlink\" rel=\"nofollow\" target=\"_blank\">$text</a>";
}
, and was wondering if it could be edited with some conditionals related to my post here.
I'll have to play around with it, and see if something can work.
John
PS; I forgot to add, I have V-3.0.7 and this hack works fine.
|
I think that would involve some way of defining a link as being internal or external...
Something that is outside my scope I am afraid. If someone else could give us some pointers?