MyBB Community Forums

Full Version: Navbar Disappeared
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://www.diigo.com/item/image/17xt4/35uy
Where did user,forums etc go?

Could it be because my browser is making some text italic by itself?
Have you installed a new plugin recently?

Try to add the following on a new line to inc/init.php after the line that says "<?php":
define('NO_PLUGINS', true);
so it looks like this:
<?php
define('NO_PLUGINS', true);
Save it and try again.

Are those items still missing?
Remove the line you just created after testing it again.
No luck, the plugins didn't even go except Matt's plugin uploader, the rest were still there.
It's due to your admin permissions, are you able to get to the Users & Groups section?
But it was fine before, anyway I'm the owner so I have full permissions.
I guess some modules are missing from ./admin/modules/ folder. Check to see if all of them are present there ? e.g. see if config, forum, user, tools folders are there ?
Well they are there as I can go directly to them by typing it into the address bar but they're not on the nav bar nor when you go to them manually will the side bar come up.
What plugins you've installed ?
A lot:
Admin IP Match Plugin
Add Forum Options
Admin CP Honeypot
Admin Notes
Akismet
Attachment Downloads Log
Control Panel
Email Admin-Created User
Extra Forum Permissions
Fassim Anti Spam
Disable Flood Time in Posts for Groups.
Force Password Change
Forum Cleaner
IP Manager
Login Password Conversion
Menu Manager
Disable Minchars in Posts for Groups.
Multiple Registrations Detector
MyCode Installer
MyDemographics
NewPoints
Extra Groups To Access The Forum When Being Off-Line.
Steven's Direct Plugin Manager
Plugin Uploader
Quick Links
Redirect URL Hit Counter
Stop forum spam

The last one I installed was plugin uploader so I tried deactivating it nothing and btw it includes a rewrite of the plugin.php file and I'm running on his upgraded version for people that have a certain problem with their hosts, like me. But it worked fine after, it was only until I exited the acp and went back on later.
What's that "Control Panel" ?

Do you mean this: http://mods.mybb.com/view/control-panel-quick-links ?
Pages: 1 2