By azwildcat on
Is there a way I can rearrange the position of tabs in the profile page? Every time I add a module that’s user-related, I get tabs that seem to go wherever they want—most of the time in undesirable places. I would like to see the “Edit Profile” tab right next to the “Profile” tab and ideally the tab set would be arranged like this: Profile-Edit Profile-Change Password-Bookmarks-Invitations-Track-Contact. If someone can help, I’d appreciate it.
Comments
Sure
I'm not certain if it can be done from within the theme (I don't think so)... however if you add a very simple custom module, you can do it easily.
Here's an example of code within the module:
This can be done simply in
This can be done simply in the template.php file of your theme. See:
http://agaric.com/note/where-theme-are-tabs-printed
http://www.agileapproach.com/blog-entry/remove-drupal-tab
http://drupal.org/project/tab
http://drupal.org/project/tabtamer for arrangentment
http://drupal.org/project/tabname_tweaker for change name inside the tab
tabtamer module worked really
tabtamer module worked really well.