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.
Quotations
Quotations
0
Comments
Quotations 1.6
Version 1.5 is available. Download
Maybe you should try AjaxQuote and see if you have the same problem with this extension.
(Signature Extension)
Add this 2 lines in quote.js
var pattern = /<span class=\"CommentSignature\">.*<\/span>/; commentText = commentText.replace(pattern, "");
after
commentText = dumpCodeTree(document.getElementById("CommentBody_" + commentId));
i think.let me know if u can't find it
[p]this is a quote[/p]
instead of:
this is a quote.
Suggestions?
Do you have any ideas what lines of code I need to change.
Thanks a lot in advance.
I renamed the quote.js to quote-html.js and then renamed the quote-bb.js to quote.js
and I am using the Forced BBCode 0.1.0 extension as well. But still the quote is trying to use html commands.
<quote><cite></cite></quote>
Any ideas what I might be doing wrong?
Also tried this with BetterBBCode extension. It still chooses to use html
EDIT: Fixed. Please note that just renaming the quote.js file to quote-html.js and renaming quote-bbcode.js to quote.js wont work. You must also remove quote-html.js from the extensions/quotations/ folder.