Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbPortal 1.2

@null

Member

Perhaps cause it’s php 5? I dunno it seems to have problems with:

$r = mysql_query("SELECT * FROM$bbdb->menuWHEREset= 'active' ORDER BYorder` 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?

Skip to toolbar