Quote:
Originally Posted by Cap'n Steve
and it will rebuild it with the new options the next time someone loads a page. That should get the random quote to show up. To see if you have the appropriate options saved in the database, run these queries and post what they return:
Code:
SELECT * FROM $TPphrase WHERE varname = "setting_showquote_desc" OR varname = "setting_showquote_title"
Code:
SELECT * FROM $TPsetting WHERE varname = "showquote"
Don't forget to replace $TP with your table prefix.
|
On a whim I went back and ran that 2nd query from this post even though I did not get an error from teh first query. That fixed the problem! I can see the mod now, thanks for the awesome support!