Skip to:
Content
Pages
Categories
Search
Top
Bottom

Not seeing Dashboard


  • bbuser12345
    Participant

    @bbuser12345

    Just upgraded to 1.0.2 and could use some help fixing the following problems.

    – The anonymous plug-in is broken by 1.0

    – I do not see the cool new dashboard in the admin area. I see a set of HTML links for:

    Forums

    Topics

    Posts

    Appearance

    Plugins

    Users

    Tools

    Settings

    etc….

    I can still get to everything I just do not get the GUI.

Viewing 6 replies - 1 through 6 (of 6 total)

  • bbuser12345
    Participant

    @bbuser12345

    So now, strangely enough, I suddenly get the dashboard for my keymaster user but I still get only the links for the other mods and admins.


    bbuser12345
    Participant

    @bbuser12345

    So now, strangely enough, I suddenly get the dashboard for my keymaster user but I still get only the links for the other mods and admins.


    bbuser12345
    Participant

    @bbuser12345

    Mods still get the HTML links rather than the GUI dashboard.

    Anon posting still broken. Can anyone help?


    bbuser12345
    Participant

    @bbuser12345

    Mods still get the HTML links rather than the GUI dashboard.

    Anon posting still broken. Can anyone help?

    Exact same problem. The header and footer of the admin menu wouldn’t load until I modified the file includes to go to the correct directory.

    Modified bb-admin/includes/functions.bb-admin.php

    Replaced: include( ‘admin-header.php’ );

    With: include( dirname(__file__).’/../admin-header.php’ );

    and

    Replaced: include( ‘admin-footer.php’ );

    With: include( dirname(__file__).’/../admin-footer.php’ );

    Can’t work out why it was doing this, file permissions? something to do with the rewrite rules? *shrug*

    Exact same problem. The header and footer of the admin menu wouldn’t load until I modified the file includes to go to the correct directory.

    Modified bb-admin/includes/functions.bb-admin.php

    Replaced: include( ‘admin-header.php’ );

    With: include( dirname(__file__).’/../admin-header.php’ );

    and

    Replaced: include( ‘admin-footer.php’ );

    With: include( dirname(__file__).’/../admin-footer.php’ );

    Can’t work out why it was doing this, file permissions? something to do with the rewrite rules? *shrug*

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar