Hello,
i have a question

I want to add a image after each link but this hack "dont allow" that.
I edit the follow in includes/class_bbcodes.php
HTML Code:
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a><img src=\"url.gif\" />";
But nothing happens. If i disable the vBAnonymizer, the image will show.
Someone know, how i can fix that?
Best Regards
/EDIT
Found it