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.
AjaxQuote
I'm about to upload this extension, so i'm creating this discussion for bug reports, comments etc.
Adds quote option to posts. Works with any format type without complex JS parsing (retrives original data from DB on the fly). Redirects to last(CommentBox) page if needed. Works great in combination with BBCode (BetterBBCode), Vanillacons and similars.
This extension is my quick attempt to resolve some issues i had with another quote extensions. It's stable and fully functional, however I plan to rewrite js file, and make redirection to commentbox page with POST ..
enjoy
link
Adds quote option to posts. Works with any format type without complex JS parsing (retrives original data from DB on the fly). Redirects to last(CommentBox) page if needed. Works great in combination with BBCode (BetterBBCode), Vanillacons and similars.
This extension is my quick attempt to resolve some issues i had with another quote extensions. It's stable and fully functional, however I plan to rewrite js file, and make redirection to commentbox page with POST ..
enjoy
link
0
This discussion has been closed.
Comments
I think it's well worth it in exchange for never having to worry about parsing HTML backwards into markup.
From your readme.txt
I wonder why it's not possible to check which syntax is checked at the bottom of the comment box and set the format type depending on the users choice?
Cheers
Inkscape
How long would it take to do another screenshot?
Just me being pedantic and anal but goofs like that don't indicate a good attitude to detail and testing in your coding.
Just me being pedantic and anal but goofs like THAT don't indicate a good attitude to detail and testing OF MY coding.
function _ajaxquote(request) { if(g_aq){ g_aq.className = ''; g_aq.innerHTML = q_qoute; } if(!request.responseText || request.responseText=='ERROR'){ _ajaxquote_failure(); return false;} var tinyMCEquote = '<blockquote><cite> '+g_com_author+':</cite>'+ request.responseText+'</blockquote><p> </p>'; tinyMCE.execCommand("mceInsertContent",false,tinyMCEquote); return false; }
No need for that language mate :-)