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
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.
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
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) {
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.