By khawanz on
Dear all..
I m newbie in drupal, also newcomer here. I have a problem.
I want to disappear menu tab based on role. Ok, I'll describe the case.
I want to display content profile based on role. So, i created 'role profile setting' in admin. This setting determine what content profile will appear based on the role. And I just want to display menu tab (content profile link) in http://localhost/drupal/user/3/edit. For example, User 3 has manager role, so it should be just some of content profiles (menu tab) appear based on manager role, not all of them.
How can i do that? what hook should i use?
Comments
just for your information, i
just for your information, i want to do that still as admin. It's different with profile_role (http://drupal.org/project/profile_role) where the user has to log in first..