Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codebycarter

    (@codebycarter)

    Yes sorry about that. Happens when another plugin is using the same position in the menu as WPBB. If you don’t know how to do this or need help please feel free to email me an admin login and I’ll be happy to do it for you. ([email protected] or skype codebycarter).

    Please open wp-bulletin-board/wp-bb.php at line 435 and find:

    add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', 27.7);

    Change to:

    add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', '27.7');

    If that doesn’t work, try a different number until it appears in the menu. For example:

    add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', 28);

    Thanks!

    Thread Starter Voodoo128

    (@voodoo128)

    I tried your suggestion but I keep getting a

    Parse error: syntax error, unexpected T_STRING in public_html/wp-content/plugins/wp-bulletin-board/wp-bb.php on line 565

    I found out that even if I don’t make a change to the file and simply click save I get the same error.

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    Seems to be unrelated. Could you please paste the line here or contact me by email or skype and I’ll fix this for you.

    [email protected]
    codebycarter

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WPBB Control Panel Does not Appear After Installation’ is closed to new replies.