Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Peck 690 posts 1896 karma points c-trib
    Jan 21, 2014 @ 15:47
    David Peck
    1

    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!

  • David Peck 690 posts 1896 karma points c-trib
    Jan 23, 2014 @ 15:36
    David Peck
    0

    Boo... Thought this would be an easy one for someone.

    Bump!

  • glenatron 37 posts 132 karma points
    Jan 24, 2014 @ 13:57
    glenatron
    0

    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.

  • David Peck 690 posts 1896 karma points c-trib
    Jan 24, 2014 @ 14:39
    David Peck
    0

    I did a search through the files without success. I think it is probably hardcoded e.g:

    [Application("newsletterApp","NewsletterApp", ".traymedia")]
    public class NewsletterApp : IApplication { }

    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.

Please Sign in or register to post replies

Write your reply to:

Draft