4
Hi,
Download
vb_block.zip then edit vb.php file and set your vb forum url:
$vbforum ="http://www.yoursite.com/vb/";
and set your last posts file:
$last="last.php";
then upload vb.php file to your site root folder.
Go to blocks admin page and create new block with this line:
include XOOPS_ROOT_PATH."/vb.php";
Remember to select PHP for block content.