Quote:
Originally Posted by DeanoG
The hack is working great .. but I have noticed a problem with Links to external site.
is there any way the anythink with the BBcode [ url]....... [/ url] between them can be ignored by the plugin ?..
for example..
replacement code
Code:
microsoft===<a href="http://www.microsoft.com">microsoft</a>
it screws up live links ....
if some has posted a link in the post to the microsoft site it screws up ...
for example ...
Code:
http://www.microsoft.com/windows/ie/ie6/downloads/critical/ie6sp1/default.mspx
is replaced by
Code:
http://www.microsoft.comcom/windows/ie/ie6/downloads/critical/ie6sp1/default.mspx
|
I'm not planing on ignoring that but to fix this put your replacement code
to be:
Code:
microsoft ===<a href="http://www.microsoft.com">microsoft</a>