Client Backend
rob dean - March 25, 2009 - 22:24
I am trying to figure the best way to create a simple backend for clients to use. Has anyone found a good approach for providing the client a simple backend that just presents what they need for basic management?
Possible modules that have already been created to handle this?
Thanks

Ideas
You could try creating a role for the client that doesn't have many permissions. Then the admin menu won't look so complicated. I'm assuming, of course, the client doesn't need many permissions, and someone else will do the admin work.
To make the backend look fancier you could try the control panel module:
http://drupal.org/project/controlpanel
or Administration menu:
http://drupal.org/project/admin_menu
Good Ideas
That is just what I was looking for. So it seems reducing the permissions and using something like the control panel module will give the desired effect.
Thank You