Site structure
Version 5.x > Site structure > Displaying News on client side according to user roles View modes: 
User avatar
Member
Member
gaurav.agrawal-octalsoftware - 4/6/2011 5:34:16 AM
   
Displaying News on client side according to user roles
Hi,

I have a unique requirement in kentico cms system.
I want to implement news section of kentico cms according to login user role.
suppose there are 3 news and 4 roles i have.
news1
news2
news3
and
role1
role2
role3
role4
in this situation i want to display news1 to role2 and role3 users only, rest of the users can't see this news on his/her client side pages.

How we can restrict news according to rose wise on client side not on cmsdesk panel.

I am waiting for your valuable answer.....

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/6/2011 4:11:34 PM
   
RE:Displaying News on client side according to user roles
Hi,

You need to set appropriate permissions on the document level for given user roles - Document level permissions and also set the web parts to check the permissions, basically folloing the steps described in Displaying personalized content chapter.

Best regards,
Juraj Ondrus

User avatar
Member
Member
gaurav.agrawal-octalsoftware - 4/6/2011 11:28:26 PM
   
RE:Displaying News on client side according to user roles
Thanks for this valuable answer and it works fine according to our requirement....