Switched to Button Bar, Quotes no longer working.
Chris_Withers
New
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.
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.
there could be some insight in the apache log files or something...
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.
just looked again. i dont see it there

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.
Ok, I've stopped embedding it, and I'm still getting the same behaviour. http://www.vancouversouthsiders.ca/forum
looking now
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.
embedding images as in using the img tag?
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.
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
im sort of grabbing at straws, and trying to eliminate obvious differences between our installs.
!()is incorrect. It should be!()[]with the URL inside the square brackets.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.
Probably because I am a massive noob, and am not sure how I would go about doing that.