Hmm, 3 more issues.
1) Edit doesn't work. I click the edit button, nothing happens. This is true on both IE and Firefox and is true either in random quote or on the full quote list. Ajax editing of posts is working on the board
2) The formatting of the quote list and random quote is wacky on IE. There's a huge blank space between the quote and the author.
3) Deleting from the random quotes display doesn't work. I get a popup box with OK and Cancel buttons, but no other text. If I hit OK, the random quote display disappears from view (returns after a refresh) and the quote has not been deleted. and I get this sql error
Code:
Invalid SQL:
DELETE quotes.*, ratings.*, guestratings.* FROM quotes AS quotes
LEFT JOIN quoteratings AS ratings ON quotes.quoteid = ratings.quoteid
LEFT JOIN guestquoteratings AS guestratings ON quotes.quoteid = guestratings.quoteid
WHERE quotes.quoteid IN (1);
MySQL Error : Not unique table/alias: 'ratings'
Error Number : 1066
Deleting seems to work from the full quote list.