Hmmm. The problem is that $showrandomquote ends up empty for some reason. That means either there's something wrong with the index.php code (although this wouldn't explain why it doesn't show up on your portal page either), or it's never getting the template for some reason.
Enable debug mode (by adding $DEBUG = 1; at the bottom of includes/config.php) and see if the quote_randomquote template is in the list of templates used on that page. If it is, click on "explain" and see if there are any queries that mention your quotes table. If there aren't, then it must be a problem with your settings.
|