Info
- 4 posts
- 2 voices
- Started 1 year ago by BBuser12345
- Latest reply from cubehouse
- This topic is resolved
Not seeing Dashboard
-
- Posted 1 year ago #
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.
-
- Posted 1 year ago #
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.
-
- Posted 1 year ago #
Mods still get the HTML links rather than the GUI dashboard.
Anon posting still broken. Can anyone help?
-
- Posted 1 year ago #
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*
-
You must log in to post.