Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Not sure if this is working properly.
For some reason when I click the quote link on my forum it loads a new page instead of automatically copying the quote into the textarea. It also simply adds a ">" in front of the quote which doesn't allow multiple lines.
Feels like I'm missing something here. Any suggestions as to where I should look?
Thanks.
Feels like I'm missing something here. Any suggestions as to where I should look?
Thanks.
0
Comments
Error: jQuery.proxy is not a function
Source File: http://example.com/forum/plugins/Quotes/js/quotes.js?v=1.2
Line: 15
EDIT: Cleaned up that error. I had jQuery included twice. Now when I click quote, it scrolls to the textarea but doesn't paste any text.
I just changed back to the default theme and it still ins't copying the text.
Vanilla Forums COO [GitHub, Twitter, About.me]
I did have HTML comments disabled but have since reenabled then to test things. Since I've corrected the jQuery bug in my seconds post it simply scrolls down to the textarea but doesn't paste any text.
Update:
Firebug shows that the GET request is returning the proper data:
{"Quote":{"status":"success","selector":"Comment_386","body":"This is a test.","format":"bbcode","authorid":"34","authorname":"atariboy"},"FormSaved":true,"DeliveryType":"VIEW","Data":"","StatusMessage":"","RedirectUrl":""}
Nothing is appearing. I've stripped out all custom js as well just to make sure there isn't a conflict.
I overlooked a part in my config file where I enabled bbcode.
$Configuration['Garden']['InputFormatter'] = "bbcode"
Switched that back to Html and it works as expected.