Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
About thickbox
I am using only ExtendedTextFormatter. How can I have the thickbox efffect on every link my users post in the comment box.
Any help will be greatly appreceated.
0
Comments
"<a href=\"$0\" target=\"_blank\" rel=\"nofollow\">$0</a>",
to this
"<a href=\"$0\" target=\"_blank\" rel=\"nofollow\" class=\"thickbox\">$0</a>",
then it should work... I've not tested this, so try at your own peril (it shouldn't break anything, at worst it should just "not-work"). Ensure you have the Thickbox plugin enabled in the JQuery Extension as well though