MyBB Community Forums

Full Version: left side admin cp menu disappears!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
it happens randomly...
sometimes wen i click an option in d admin cp, d option page opens in full page and d left side menu disappears...this never happens wen i enter d admin cp..only wen i click on somethin in d menu in adim cp..and that also not always..happens sometimes...sometimes works fine...
pls help..
What browser are you using?
IE 6
Maybe it's a browser caching issue.
This happens to me too. On the Admin index page the left side is there, but if I click on Change or Plugin Manager or anything that left side menu disappears!!!
This has happened to me before as well. I find that logging out of the AdminCP and then logging back in fixes it (until the next random time it happens). Also using IE6.
Could you pls tell me if this fix the problem.

open ./admin/adminfunctions.php

find

	$navoptions .= "<li><a href=\"$url\">$name</a></li>\n"; 

replace with

 	$navoptions .= "<li><a href=\"$url\" target=\"body\">$name</a></li>\n";

regards
It happens to me every time I install a new arcade.tar
I tried your fix, but it didn't help.
'traget' should be 'target' in zaher's code, but I don't think it'll work anyway.

For all of you who have problems please list the modifications, plugins, and modules that you have installed.
oh sorry :$ spelling mistake Big Grin.

zabava could you try again, i have fixed the typo.

regards
Pages: 1 2 3