Copied to clipboard

Flag this post as spam?

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


  • CelticHarp 12 posts 52 karma points
    Apr 01, 2013 @ 11:20
    CelticHarp
    0

    Umbraco custom member sorting

    Hello there,

    I currently want to change the way the Member area works at the back office of umbraco.

    My site's member names will be in Greek, so I would like to change the way the sorting works.

    I don't want my members to be children of "Other" node. Something like greek alphabet nodes just like the english ones would be great.

    Can I change this? If so, can you please point me a direction to it?

    I don't have any experience in extending umbraco.

    Thanks in advance!

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Apr 01, 2013 @ 13:06
    Matt Brailsford
    0

    Hey,

    I don't think there are enough hooks to change how the current members tree renders, so the best I could suggest would be to write a custom tree. Take a look at these umbraco videos on the subject:

    http://umbraco.com/help-and-support/video-tutorials/developing-with-umbraco/custom-sections,trees-and-pages.aspx

    Other than that, you can do a search for custom trees in Umbraco and you should find plenty of examples:

    https://www.google.co.uk/search?q=umbraco+custom+trees

    Worth bearing in mind though, from Umbraco 4.8, how you declare trees moved out of the database and into config files:

    http://www.theoutfield.net/blog/2012/07/creating-custom-applications-and-trees-in-umbraco-48plus

    Once you have a working tree though, you can basically set the initialize attribute for the member tree to false, and it should hide the default members tree, then you can just show yours in it's place.

    It's a bit of an advanced subject to cover everything, but hopefully the above will give you a starting point and then by all means come back with any specific questions you might have.

    Hope that helps

    Matt

  • CelticHarp 12 posts 52 karma points
    Apr 01, 2013 @ 14:20
    CelticHarp
    0

    Thank you. 

    I'll check them out and I'll come back with further questions :)

Please Sign in or register to post replies

Write your reply to:

Draft