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.
Options

Quote-Plugin: text doesn't get copied

13»

Comments

  • Options
    TimTim Operations Vanilla Staff
    gdn.url() is a smart wrapper for gdn.webroot() and gdn.combinepaths, plus some stuff that neither of those functions can do. Uploading a new version of Quotes shortly

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Options
    Cool! Thanks for the edification...
  • Options
    edited September 2010
    Quotes plugin doesn't work with 2.0.9 (PHP 5.3.3)
    Quoted message does not appear into textarea after clicking "quote" links.

    Can be fixed by patching plugins/Quotes/class.quotes.plugin.php as follows:

    - public function Controller_Getquote(&$Sender) {
    + public function Controller_Getquote($Sender) {
  • Options
    Quotes plugin doesn't work with 2.0.9 (PHP 5.3.3)
    Quoted message does not appear into textarea after clicking "quote" links.

    Can be fixed by patching plugins/Quotes/class.quotes.plugin.php as follows:

    - public function Controller_Getquote(&$Sender) {
    + public function Controller_Getquote($Sender) {
    Not working for me :(
  • Options
    Not working for me either, every time I click quote it scrolls up to the top of the page with nothing quoted.

    That's with the jQuery wysiwyg plugin enabled with no other text formatting plugins enabled nothing at all happens it's as if I'm not clicking it at all.
Sign In or Register to comment.