Our umbraco 4.7.2. website, in prospect, will give access to about one hundred and fifty members, subdivided in two membertypes (about 30 and 120 for each one respectively). to help the people who will insert and edit the profiles of the members we would like to show their members according to MemberType. Some of you have already had this need? Do you have any advice?
Thanks for your fast reply: If it is possibile, I would like to give my colleagues the possibility to browse members by membertype in backoffice. I wonder if someone has already extended the backoffice to realize this behaviour. Thanks!!!! Davide
Custom section with tree to group by type ? or you could configure the uComponents XPath AutoComplete to allow selection of members of a certain type - use two of these ? but that doens't really allow browsing...
(as it happens there's a new datatype (currently named XPath Sortable List - it's in deveopment but functional) in the latest uComponents source that can be configured to render a list of members for selecting, have their text labels prefixed with their type name, and grouped)
list members by membertype
Hi there!
Our umbraco 4.7.2. website, in prospect, will give access to about one hundred and fifty members, subdivided in two membertypes (about 30 and 120 for each one respectively).
to help the people who will insert and edit the profiles of the members we would like to show their members according to MemberType.
Some of you have already had this need?
Do you have any advice?
Thanks in advance and have a nice day! :)
Davide
Hi Davide,
How about:
or do you mean by configuring a datatype in the back office ?
Hi Hendy,
Thanks for your fast reply: If it is possibile, I would like to give my colleagues the possibility to browse members by membertype in backoffice.
I wonder if someone has already extended the backoffice to realize this behaviour.
Thanks!!!!
Davide
Hi Davide,
Custom section with tree to group by type ? or you could configure the uComponents XPath AutoComplete to allow selection of members of a certain type - use two of these ? but that doens't really allow browsing...
(as it happens there's a new datatype (currently named XPath Sortable List - it's in deveopment but functional) in the latest uComponents source that can be configured to render a list of members for selecting, have their text labels prefixed with their type name, and grouped)
Hendy
Thanks! I will look for the creation of a custom section with a tree like one that you have suggested. Any suggestion about this?
Davide
is working on a reply...