I have installed this on 2.3.0 RC3 running VBportal 3.0.
All appears ok but if you turn the vbportal option on, i get the following errors.
Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/new-version.org.uk/httpdocs/vbb/forums/vbstats.php on line 353
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/new-version.org.uk/httpdocs/vbb/forums/vbstats.php on line 355
Those two lines are relating to the code for VBportal 2.
I notice the poll line is working but the news one is not. I would guess (and its only a guess) that the code cannot handle multiple news forums and that is why it fails (preferences in vbportal have news forums as " 1,2,5,9" to show forums 1,2,5 & 9 are news forums.
If the vbportal option is turned off, then the rest of it is fine without errors.