Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Change Tab Names
I know this has been asked before, and I've read the stuff about adding a mod/plugin, etc. But is there a quick fix I can just make in the code?
I'm using Vanilla with Elgg and I want to change the Tab name 'Account' to 'Profile' to be in sync' with Elgg terminology.
*Edit*
Is there just a way I can hard-code the tab label?
Thanks
0
This discussion has been closed.
Comments
Be warned that there are a number of other definitions that reference "Account". If you care about consistency, you'll need to change several definitions. But if the Tab is all you care about, changing that definition should do the trick.
Another option would be to create an extension that $Menu->RemovesTab() the Account Tab, and then $Menu->AddTab() a new Tab called Profile that directs the user to the Account Page.