Works on VB4 and 1.10.1
Just needed to make a couple of small chgs to makevbmodule.php
find this
Code:
while($row = @mysql_fetch_array($result, MYSQL_ASSOC))
And add the bit in
red
Code:
$wik = $wik .'<div class="blockrow"><table>';
while($row = @mysql_fetch_array($result, MYSQL_ASSOC))
And find this
Code:
$wik = $wik . '</span>';
Replace with
Code:
$wik = $wik . '</table></div>';