I have added a few custom datatypes to the existing Member Type. There is a need to add these new columns for selection to the existing dashboard for members display(where the list of members for a specific member type are displayed). Currently, the fields Name, Email, Username, LastEdited are displayed by default. Can you indicate how may I add new custom field for selection in this table(screenshot attached).
There are also a couple of attributes when adding custom datatypes for member types, namely "Show on member profile" and "Member can edit". Can you indicate their purpose?
If you have access to the developer section in your Umbraco installation go there, and the open up the data types folder.
Then you will get a list of the data types. Look for List View - Members in there you can configure and add columns for the list view for members. Try to see this screenshot below.
Thanks for your answer, the above manipulation did the trick for me :)
I had a couple of additional questions though. The custom attribute I have added is of type Drop Down List, and I have added a few prevalues to it.
I cannot sort the table based on the custom field(on click o the field in the table header, no action is performed).
Another issue is that the prevalue ID is being displayed in the list instead o the text of the prevalue. Can the text be displayed instead?
Custom Field in Member Type not displayed
Hello,
I have added a few custom datatypes to the existing Member Type. There is a need to add these new columns for selection to the existing dashboard for members display(where the list of members for a specific member type are displayed). Currently, the fields Name, Email, Username, LastEdited are displayed by default. Can you indicate how may I add new custom field for selection in this table(screenshot attached).![enter image description here](/media/upload/9193ff6a-bd15-4715-8f9a-ca3b49c1f654/Members.PNG)
There are also a couple of attributes when adding custom datatypes for member types, namely "Show on member profile" and "Member can edit". Can you indicate their purpose?
Kind Regards, Kavish
Hi Kavish and welcome to our :)
If you have access to the developer section in your Umbraco installation go there, and the open up the data types folder.
Then you will get a list of the data types. Look for List View - Members in there you can configure and add columns for the list view for members. Try to see this screenshot below.
Hope this helps,
/Dennis
Hello Dennis,
Thanks for your answer, the above manipulation did the trick for me :)
I had a couple of additional questions though. The custom attribute I have added is of type Drop Down List, and I have added a few prevalues to it.
I cannot sort the table based on the custom field(on click o the field in the table header, no action is performed).
Another issue is that the prevalue ID is being displayed in the list instead o the text of the prevalue. Can the text be displayed instead?
Kind Regards, Kavish
is working on a reply...