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.
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.
Mods still get the HTML links rather than the GUI dashboard.
Anon posting still broken. Can anyone help?
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*