Are you using the global.php file from vBulletin forum root?
If so:
PHP Code:
<?php
$forums = $db->query_read("SELECT * FROM mst_forum");
while ($row = $db->fetch_array($forums))
{
eval('$home["$mods[modid]"][\'content\'] .= "' . fetch_template('adv_portal_hehe') . '";');
}
?>
and in your template:
Code:
<a href=forumdisplay.php?f=$row[forumid]><strong>$row[title]</a><br>
<small>lastpost: <a href=showthread.php?goto=newpost&t=$row[lastpostid]><strong>$row[lastpost]</strong></a> by: <strong>$row[lastposter]</strong></small><BR><BR>