[QUOTE=Dolamite]ok i got it.... for anyone else who might want to do this....
below require_once('./global.php');(in your portal.php, adv_index.php whatever)
add:
[QUOTE] // ### QUOTEIT ################################################## #######
if ($vboptions['showquote'])
{
$result_quote = $DB_site->query("
SELECT * FROM quotes WHERE approved=1 ORDER BY rand() LIMIT 1
");
while ($quote = $DB_site->fetch_Array($result_quote)) {
$randomquote[quoteid] = $quote[quoteid];
$randomquote
Quote:
= $quote
that last bit is what finally did it for me:
eval('$navbar = "' . fetch_template('navbar') . '";');
|
still waiting for an answer to my last reply above. :/