I have scenario where i have multiple users and each user will create member manually.
I only want to show users the members create by themselves. Is it possible to hijack member section and then manipulate the member data base on some condition using RenderMvcContorller or is there any other way to achieve same?
I agree with Brendan. Just because I am not so skilled on extending Umbraco backoffice I don't know how easily that could be done. Another alternative would be to restrict their user access level for the member section, create a new member type of Admins and create an admin page for them to CRUD the other members.
Is it possible to override/hijack member section?
Hi awesome peoples,
I have scenario where i have multiple users and each user will create member manually. I only want to show users the members create by themselves. Is it possible to hijack member section and then manipulate the member data base on some condition using RenderMvcContorller or is there any other way to achieve same?
Thanks in advance
It sounds like you'd be better to recreate the member section, then set permissions to hide the old member section and display the new one.
I agree with Brendan. Just because I am not so skilled on extending Umbraco backoffice I don't know how easily that could be done. Another alternative would be to restrict their user access level for the member section, create a new member type of Admins and create an admin page for them to CRUD the other members.
is working on a reply...