Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: bbMenu 0.1 beta

The code I gave you works fine here.

Well since it does create the bb_menu table I suggest you fill it manually with phpma.

Use these lines:

INSERT INTO bb_menu VALUES (‘active’, ‘Forums’, ‘index.php’, ‘front-page’, 0)

INSERT INTO bb_menu VALUES (‘active’, ‘Search’, ‘search.php’, ‘search-page’, 1)

INSERT INTO bb_menu VALUES (‘available’, ‘Statistics’, ‘statistics.php’, ‘stats-page’, 0)

But NOT all at once. Do them 1 by 1 so like:

INSERT INTO bb_menu VALUES (‘active’, ‘Forums’, ‘index.php’, ‘front-page’, 0)

presss Go

Then enter line 2 etc etc

I am in the final stage of releasing this for 0.8, but I still don’t know why your table isn’t filled like it should… :(

Skip to toolbar