Hi,
I'm pretty new to umbraco, i've been trying to use umbraco for a multi-portal solution. The idea is that i have different starting nodes for each country, but the same node structure within each.
e.g.
Code:
usa
- downloads
- images
- videos
england
- downloads
- images
- videos
all this works great, but i run into an issue when considering the user-rights. i want the "usa admin" to be able to look at "england" and copy over any images, videos, articles etc. over to his node tree. But i don't want him to be able to edit/remove anything in the "england" node, only copy.
Has far as i can see, i can limit the user to a certain node and/or rights (writing, reviewing, etc.) But i can't give him "Read all" and "write some" (only write in "usa node").
Am i right in this conclusion or have i missed something?
If i am, what are my options?