Because 'Member' means something quite different (not rude) to our client they've asked us to rename the Membership section in the back office to 'Website Users'. From what I've read this is done within applications.config and trees.config. However doing to seems to be ineffectual as the tree nodes still have the same names.
Heh, funny story about how easy it is to find useful stuff from the Umbraco forum. Always nice to see a former colleague equally afflicted, though.
Anyways, I would take a look through the Umbraco folders and see whether there are any controls that literally namecheck the "Members" section. I have only really got to play with 6.x so I don't know much about the quirks of version 4 but I'm sure there are plenty.
Renaming section names
Because 'Member' means something quite different (not rude) to our client they've asked us to rename the Membership section in the back office to 'Website Users'. From what I've read this is done within applications.config and trees.config. However doing to seems to be ineffectual as the tree nodes still have the same names.
<add alias="member" name="Website Users" icon=".traymember" sortOrder="5" />
<!--Members-->
<add application="member" alias="member" title="Website Users" assembly="umbraco" type="loadMembers" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
<add application="member" alias="memberGroup" title="Website User Groups" assembly="umbraco" type="loadMemberGroups" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
<add application="member" alias="memberType" title="Website User Types" assembly="umbraco" type="loadMemberTypes" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
I'm using 4.11.10, and yes I've restarted the application. Any ideas?
Thanks!
Boo... Thought this would be an easy one for someone.
Bump!
Heh, funny story about how easy it is to find useful stuff from the Umbraco forum. Always nice to see a former colleague equally afflicted, though.
Anyways, I would take a look through the Umbraco folders and see whether there are any controls that literally namecheck the "Members" section. I have only really got to play with 6.x so I don't know much about the quirks of version 4 but I'm sure there are plenty.
I did a search through the files without success. I think it is probably hardcoded e.g:
But it should possible to override this using the configs that are written for that purpose.
Generally I find this forum pretty good. It is community driven so not perfect of course.
is working on a reply...