Thread Starter
shada
(@shada)
oh i figured it out….never mind guys.
The browser cookie must have misled you…
don’t know it this is the correct way, but in wp-admin/menu.php I changed
$menu[0] = array(__(‘Dashboard’), ‘read’, ‘index.php’);
to
$menu[0] = array(__(‘Dashboard’), ‘edit_posts’, ‘index.php’);
seems to work 🙂
It will still load though when you first log in. Your hack only updates the admin menu.
You can do the same with a plugin and also replace the dashboard with something else if you want to… That way you don’t need to hack it again when you update wordpress or reinstall.
THANK YOU 4hero… you are my hero!
Casey
carho219…. where is this miraculous plugin that can “do the same thing”? Does it exist?
I too wanted to have this feature, and came across this thread.. In the end, I managed to figure out how to do this and made a plugin out of it. Check out http://www.deepwave.net/articles/hide_dashboard/ for the plugin..
Cheers!