AAN -
This post has instructions for adding it to other pages.
ambrosious - Not right now, but I'm working on one.
MortysTW -
In modules/quote.php find this
PHP Code:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('quote_randomquote') . '";');
and replace that with this
PHP Code:
eval('print_output("' . fetch_template('quote_randomquote') . '");');
Then turn Clean File Output on again. If that doesn't work, then I really don't have any idea why. You might want to ask the vBadvanced guys.