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.
Quote-Plugin: text doesn't get copied
I installed and enabled the quote-plugin.
but when i click the "quote"-link in a discussion, the button doesn't behave as i suppose it should:
the browserwindow slides down to the textbox (good!), but no text appears in it (like xxxyx xxzzz).
Am I missing something?
but when i click the "quote"-link in a discussion, the button doesn't behave as i suppose it should:
the browserwindow slides down to the textbox (good!), but no text appears in it (like xxxyx xxzzz).
Am I missing something?
Tagged:
0
Comments
@basb Are you using V2 official? What browser? Have you done a hard refresh of the page (force reload all js+css files) since installing the plugin?
Vanilla Forums COO [GitHub, Twitter, About.me]
P.S: BTW, I've uploaded minor update with few small fixes, and "Approved" badge has gone. Could you, please, put it back? Thanks.
How do I make the hard refresh?
@TiGR Quote Selection (old version) didn't help me either. When I highlighted text, nothing happened.
Vanilla Forums COO [GitHub, Twitter, About.me]
I cleared the cache several times of course.
I tried in windows with different browsers (chrome, firefox, ie...), clearing the cache. Any idea?
Gravatar, HtmLawed, Signatures, Tagging, VanillaInThisDiscussion and WhosOnline.
Ubuntu 10.04, firefox 3.6.8
enabled: gravatar, htmlawed, tagging, in this discussion,
Vanilla Forums COO [GitHub, Twitter, About.me]
=====Edit==========
Modify line 65 of /plugins/Quotes/js/quotes.js
Before: var QuotebackURL = gdn.definition('WebRoot')+'plugin/quotes/getquote/'+QuotedElement;
After: var QuotebackURL = 'index.php/?p=/plugin/quotes/getquote/'+QuotedElement;
Is getquote.php supposed to be empty? Because it is in the zipfile on the addons site, and that feels like it could be the source of all these problems! :P