Thanks for sticking with me guys, I've had this on my live forum for about three months and only got a few bugs reported. And I swear the editing works in all those browsers when I do it.
thepub - Did you have the old version of QuoteIt! installed? It looks like you need to revert your quote_listbit and quote_randomquote templates.
apokphp - You need to replace $TP with your table prefix (or delete it if you don't have one) and try it again.
Calash - I don't see the quick language chooser on the forum in your signature, is it still happening there?
everyone with editing problems - Edit clientscript/quoteit_moderation.js. Find this:
Code:
var author = agent.handler.responseXML.documentElement.getElementsByTagName('author')[0].firstChild.data;
Above that, add this:
Code:
alert(agent.handler.responseText);
Then let me know what the popup says when you try to edit a quote (you might want to post a screenshot of it).
everyone with option saving problems - Try running this query and see if that fixes it (replace $TP with your table prefix):
Code:
UPDATE $TPdatastore SET unserialize = 0 WHERE title = "quote_settings"