I'v built a new section in Umbraco, lets call it Newsletter. I have 2 different customers on my Umbraco installation and now I whant them to be able to design and send newsletter from my new Section but I need to limit there access so they only can reach there own nodes and thoese that they them self create. This is just like it works for the Content and Media secion where you can select from what node a user should have access.
Does anyone know how this works? Are there any built in functions in the Umbraco API I can use?
First, you'll have to store user id info together with your custom data for newsletter nodes, and when doing the tree rendering, use that info to either incluude or exclude nodes from the tree.
User access in new section
Hi,
I'v built a new section in Umbraco, lets call it Newsletter. I have 2 different customers on my Umbraco installation and now I whant them to be able to design and send newsletter from my new Section but I need to limit there access so they only can reach there own nodes and thoese that they them self create. This is just like it works for the Content and Media secion where you can select from what node a user should have access.
Does anyone know how this works? Are there any built in functions in the Umbraco API I can use?
Best Regards
Marthin
First, you'll have to store user id info together with your custom data for newsletter nodes, and when doing the tree rendering, use that info to either incluude or exclude nodes from the tree.
Cheers,
/Dirk
Thank you for the reply Dirk, I will look into this right away!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.