How to hide a parent resource in the CMS resource tree?

In MODX 3.0.5-pl, I have built a website for a newspaper publisher with the following structure:

Home(1)
___News (2)
___Sports (3)
___Contact (4)
___About Us (5)

News editors and sports editors are completely separate user groups with separate file repositories.
After logging in, the News Editor sees:

Home(1)
___News (2)

After logging in, the Sports Editor sees:

Home(1)
___Sports (3)

Is it possible to hide Home (1) for each group of editors without changing the structure in the tree?

There is a (system) setting tree_root_id that you can set in the user groups to a different value (by adding the setting there). Maybe this achieves what you want.

2 Likes

Perfect, it works! Thank you for the quick response.

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.