Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 7

CurtisOdenericgillette +5 guests

Quote-Plugin: text doesn't get copied

This discussion is related to the Quotes addon.
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?
Tagged:
«1

Comments

  • Posts: 1,586
    @Tim?

    Vanilla co-founder

  • TimTim
    Posts: 1,573
    @TiGR ^ That was a low blow. Minor douchbaggery detected.

    @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 Senior Developer [GitHub, Twitter, About.me]

  • Posts: 250
    @Tim, excuse me, I just tried to be helpful :D

    P.S: BTW, I've uploaded minor update with few small fixes, and "Approved" badge has gone. Could you, please, put it back? ;) Thanks.
  • Posts: 110
    @Tim I'm using the official V2, yes.
    How do I make the hard refresh?
    @TiGR Quote Selection (old version) didn't help me either. When I highlighted text, nothing happened.
  • Posts: 250
    @basb, try using new version. If it still does not work, let me know what browser it is.
  • TimTim
    Posts: 1,573
    @basb This sounds like you're having some kind of Javascript issue. What browser are you using? Hard refresh shortcut depends on your browser, but you can generally away with just clearing your cache manually.

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 110
    @Tim I'm using Safari 5.0
    I cleared the cache several times of course.
  • Posts: 110
    Both Plugins work now - don't know what changed...
  • Posts: 6
    For me are not working, I have the same problem, when I click, slides down to the textbox but no text appear.

    I tried in windows with different browsers (chrome, firefox, ie...), clearing the cache. Any idea?
  • Posts: 250
    Any other plugins installed?
  • Posts: 6
    Yes:
    Gravatar, HtmLawed, Signatures, Tagging, VanillaInThisDiscussion and WhosOnline.
  • Same problem here. Newest version installed (0.2.2) and using both Firefox and Internet Explorer the plugin doesn't work. Windows slides down, but no text is in the textarea.
  • Posts: 430
    i concur, plugin doesn't work for me either, click quote takes me to the bottom of the page as if its going to copy the text, but nothing is copied.

    Ubuntu 10.04, firefox 3.6.8

    enabled: gravatar, htmlawed, tagging, in this discussion,
  • Posts: 37
    Same problem here. completely cleared cache and tried it on 3 PC's 2 windows and one linux, all using firefox but none of them worked.
  • TimTim
    Posts: 1,573
    I'll take a look today and figure out what's happening. Thanks for the reports guys

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • It doesn't work for me either
  • Running v. 0.2.2 of this plugin on Vanilla 2.0.1, the "Quote" does an ajax post to the backend, but the back end responds with an entire html page. Not sure what was supposed to happen, just letting you know.

    =====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;
  • Works for me - nice :-)
  • Posts: 19
    @Tim

    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
  • Posts: 19
    This one is a blocker for a site I'm planning to deploy in a week or so. Is there no progress being made? :/
  • Posts: 101
    Still doesn't work for me. It slides down, but no text. I tried disabling all of my other plugins but no dice.
  • TimTim
    Posts: 1,573
    getquote.php is indeed empty by design.

    What version of vanilla are you using, and are you using RewriteUrls = TRUE?

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 37
    I still have this problem, Vanilla version 2.03 and RewriteUrls = False. It needs to be false because the Apache config on the server the forum is on does not support URL rewrites so turning it on breaks the forum.
  • TimTim
    Posts: 1,573
    2.0.4 will fix this bug. AJAX is basically broken in 2.0.3 with RewriteUrls = FALSE

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • Posts: 37
    Many thanks Tim.
  • I too was having the problem with the blockquote HTML not being inserted. I ran it with Firebug enabled, and saw that there was a missing '/' between my forum's root URL and the getquote request part of the URL, e.g. it looked like:
    example.com/forumplugin/quotes/getquote/Comment_2
    After editing the plugin file js/quotes.js line 65 from:
    var QuotebackURL = gdn.definition('WebRoot')+'plugin/quotes/getquote/'+QuotedElement;
    to:
    var QuotebackURL = gdn.definition('WebRoot')+'/plugin/quotes/getquote/'+QuotedElement;
    (i.e. added a '/' between the webroot and the rest), it seems to submit a proper request for the quoted text and in turn inserts the blockquote.
  • Posts: 19
    Tim said:

    2.0.4 will fix this bug. AJAX is basically broken in 2.0.3 with RewriteUrls = FALSE

    Updated to 2.0.4, running with RewriteUrls = TRUE, just as I did under 2.0.3. Still having the same problem. None of the other solutions in this thread has helped, either :/
  • TimTim
    Posts: 1,573
    Do you have Firefox with Firebug installed?

    Vanilla Forums Senior Developer [GitHub, Twitter, About.me]

  • have got the same problem.. wont work good.
Sign In or Register to comment.