Is it possible to display specific content for target audiences depending on Member Group?
Current "Public Access" mechanism allows us to provide role based restrictions for the selected page. In this case we would be able to create number of different pages depending on the number of Member Groups and assign restrictions.
I was wondering if it is possible to show different page content depending on the Member Group (on the same URL) or can I do it with different Modules? Does Umbraco already have the logic if "Member Group A" is assinged to "Module A" he shows "Module A"? Or "Member Group B" is assigned to "Module B" he shows "Module B"?
Thanks In advance!
I believe this will have to be done through custom logic... You can however use Umbraco's services (see the link below):
You can use this class to determine the group the current Member belongs to. Once you have determined this, you just simply need to alternate between the different bits of content you wish to show to each different group.
Example node: FaqNode
RegisteredUserNotes
NonRegisteredUserNotes
Hopefully this makes sense...
Regards
Craig