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.
Switched to Button Bar, Quotes no longer working.

As stated, just made the switch to Button Bar. Now, clicking on the "Quote" button in a post no longer works. No error, just nothing happens. The text is not copied and the screen doesn't jump down to the text entry box.
0
Best Answer
-
Chris_Withers New
FIXED! This may be the hackiest hack that ever was hacked, but the problem was apparently with quotes.js. I'd tried reinstalling the file with no success. Redownloading: nothing. I used inspect element on THIS forum, found the quotes.js file, copied all the text into my quotes.js file, and VOILA! Working quotes.
I did the same thing with Button Bar and now it's pasting the Markdown image tag properly.
Please let me know if there was anything proprietary in either of those files, as I don't want to infringe.
0
Answers
maybe not helpful, but did you try disabling, then enabling the quotes plugin?
i have both plugins running together.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Yes I did. No effect.
seems like for some reason the .js file isn't being loaded.
if you are using chrome you can right click, inspect element then choose resources. your site doesn't show the quotes.js file under scripts. that's what does the magic you are missing. cant tell you why it's not loading though.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
there could be some insight in the apache log files or something...
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I just checked, and it shows quotes.js in the scripts list using chrome inspect element. Is it supposed to show up somewhere else?
interesting. i didnt see it when i inspected your site. i'll look again.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
just looked again. i dont see it there

Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
i see it under the scripts tab, but not under scripts for the page. im wondering if it has to do with the iframe embedding.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Ok, I've stopped embedding it, and I'm still getting the same behaviour. http://www.vancouversouthsiders.ca/forum
looking now
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I don't know if it's related or not, but embedding images isn't working either.
hmm... so i see the js is being loaded. i also see pretty urls are not being used. not sure if it's a routing issue.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
embedding images as in using the img tag?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
i see some image in comments on the thread i'm looking at. (http://vancouversouthsiders.ca/forum/index.php?p=/discussion/1488/southsiders-flatcaps#Item_47) cool hats BTW.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I was using the
!()
markdown code which I thought I'd installed properly, but it didn't work. img does work.is there a reason why you aren't using pretty urls?
i ask because i had problems with other add-ons not finding the right resources server side before i got pretty working properly
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
im sort of grabbing at straws, and trying to eliminate obvious differences between our installs.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
!()
is incorrect. It should be!()[]
with the URL inside the square brackets.Vanilla Forums COO [GitHub, Twitter, About.me]
And its purely a javascript issue right now. When Quote is clicked, you can see that it properly performs the AJAX request to retrieve the original quote, but somehow fails midway through.
Vanilla Forums COO [GitHub, Twitter, About.me]
Probably because I am a massive noob, and am not sure how I would go about doing that.