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.
JQmedia
This discussion is related to the JQmedia addon.
Comments
the media files show up even when text-only mode is enabled.
http://www.renofixed.com/talk/comments.php?DiscussionID=586
in JQMedia/default.php, change line 64 from:
if (in_array($Context->SelfUrl, array('comments.php','post.php')) {
to:
if (in_array($Context->SelfUrl, array('comments.php','post.php')) && $Context->Session->User->Preference("HtmlOn") == 1) {