Re: Plugin: bbPortal 1.2
Perhaps cause it’s php 5? I dunno it seems to have problems with:
$r = mysql_query("SELECT * FROM
$bbdb->menuWHERE
set= 'active' ORDER BY
order` ASC”);
while($rw = mysql_fetch_array($r))`
You can see the tabs in the admin erea? (is your bb_menu table filled?)
edit:
perhaps add:
global $bbdb;
right above the code (above the $r
) I showed… what happens then?