Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 1.1


M
Member

@box87

Hmmm. Let me take a look.

Either $r1 and $rw need to be switched, or $r1 isn’t an array.

Edit:

Lines 358 – 360 should contain the following:

$r = (array) $bbdb->query( "SELECT * FROM ~$bbdb->menu~ WHERE ~set~ = 'active' ORDER BY ~order~ ASC" );

foreach( $r as $rw ) {

Replace the ~ with backticks. I don’t know how to escape backticks in bbPress.

Skip to toolbar