Random quote problems fixed. To change the style you'll need to edit the css files. It's pretty simple and there's lots of tutorials on the Internet. The deletion error might be fixed; if you're still getting this, please let me know what version of mySQL you have.
jluerken - Yes, that should have been fixed a few versions ago, is it still showing up on your forum?
thepub - Try a reupload and reinstall, then please give me a link to your forum.
everyone with editing problems - I've enabled editing quotes on my forum. Register on
monkeycrap.com, add a quote and then try editing it. I've tested editing with all those browsers, so it must be either a server or browser setting that's causing problems.
everyone with problems saving options - Run this query (replacing $TP with your table prefix) and tell me what it says:
Code:
SELECT * FROM $TPdatastore where title = "quote_settings"
If nothing shows up after the first query, run this one (replacing $TP with the table prefix again):
Code:
INSERT INTO $TPdatastore (title, data) VALUES ("quote_settings", "")