Quote:
Originally Posted by FRDS
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 
|
Yes, there is a new css value in the latest version of Wordpress that seems to set the size on select boxes. You can also change it in the css file.. When I get a chance, I will probably update the script so it manually bypasses any select definition in css.