Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 1.0

Hi,

Did you use the beta aswell? Then delete the bb_menu first with phpmyadmin.

If not, then the table didn’t fill during installation of the plugin. Still don’t know why it doesn’t do that on certain servers.

Fill the table using this information:

mysql_query ("INSERT INTO 

$bbdb->menu

 VALUES ('active', 'Forums', 'index.php', 'front-page', 0)");
mysql_query ("INSERT INTO

$bbdb->menu

 VALUES ('active', 'Search', 'search.php', 'search-page', 1)");
mysql_query ("INSERT INTO

$bbdb->menu

 VALUES ('inactive', 'Statistics', 'statistics.php', 'stats-page', 0)");

I also found another bug. Somewhere I hardcoded bb_menu instead of using the prefix variable. As long as your prefix is bb_ (like most have) there is no problem. This will be fixed in the next release.

Also the ‘doubleclick-and-edit-the-menu-items’ function in the new release is getting along very well!

Greetz

Skip to toolbar