Thank you, it works!!!!
In functions/functions_filters.asp change line 120 so it would like this:
strTempHTMLMessage = Replace(strTempHTMLMessage, ">", " target=""_blank"" rel=""no follow"">", 1, -1, 1)
Thank you again!!!
/edit
You have to modify functions_format_post.asp
line 61: strMessage = Replace(strMessage, " target=_blank rel=nofollow>", ">", 1, -1, 1)
line 877: strMessage = Replace(strMessage, " target=""_blank"" rel=""nofollow""", "", 1, -1, 1)
line 373: strTempMessage = Replace(strTempMessage, "[FILE=", "<a target=""_blank"" rel=""nofollow"" href=""", 1, -1, 1)
functions_edit_post.asp
line 67: strMessage = Replace(strMessage, " target=""_blank"" rel=""nofollow""", "", 1, -1, 1)
otherwise things get messed up while editing... I hope I didn'd miss smth out...
Edited by jur3k - 24 May 2006 at 2:14pm