I'm using this on 3.7 and WP 2.5.1 but the box where you can choose another forum besides the default forum is extremely small and only shows 1 forum at a time?
I changed it to a drop down on my install by changing a line in the vbbridge.php file
Code:
<CENTER> Select Forum To Post To: <BR><select id="forumid" name="forumid" class="inputbox" size="5">
Change to
Code:
<CENTER> Select Forum To Post To: <BR><select id="forumid" name="forumid" class="inputbox">
Looks 100x better