Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 0.1 beta

I FINALLY fixed it!! YESSSSSSSSSSSSS

What did I do? Well simply replace bb_get_location output with: front-page.

It even doesn’t chance the page id :D

Perhaps it’s a “dirty” fix, but it works:

function get_bb_menu() {

global $bbdb;

$pemal = get_bb_location();

$pemal = str_replace('topic-page', 'front-page', $pemal);

$pemal = str_replace('profile-page', 'front-page', $pemal);

-normal code goes here-

Going to do some more testing and then it’s ready for release!

Skip to toolbar