By karc2008 on
Hi,
I want to change the Text of some Tabs, on a specific page. In this case the profile pages.
For example the "Edit" and "View" Link should changed to "Show Profile" and "Profile Configuration".
Is this possible and how complicated is it, to achieve this goal?
thanks for any help,
Marc
Comments
Here's a code snippet I wrote
Here's a code snippet I wrote in template.php for one of my sites... should get you on the right track. Note change YOURTHEME to your theme's name, and if you already have a preprocess_page function, you need to integrate this into it (otherwise just paste as is):
Code here might be helpful too http://drupal.org/node/483324 for an alternative method of getting at the tabs.
Many tabs you can also reword more easily using http://drupal.org/project/stringoverrides however this probably won't help on tabs like View or Edit which are used in multiple contexts.
Thanks it worked perfectly
I guess to extend it, i just add more $vars-lines to it, right?
thanks again. I´m happy, that this is working - it´s just a lot more logical now for users.