And it looks quite promissing, but I don't get how the user/group based permissions system works for the categories.
I have a few users in group 1
and a few other users in group 2
and ofcourse an admin user
Then I created a lot of categories with subcategories.
example:
Code: Select all
Category 1 (Public)
|--SubCat1 (Public)
|--SubCat2 (Public)
| |--SubSubCat1 (Public)
| |--SubSubCat2 (Group1 only)
| | |--SubSubSubCat1 (Group 1 only)
| |--SubSubCat3 (Group 1 only)
Category2 (Public)
When I log in as a user from group 1, I see all categories in the overview.
So far everything works as expected.
Then I select Category 1 in the menu
-> In the menu I see all SubCats
-> In the overview I see the SubCats, but not SubSubCats 2 and 3, as if I don't have permission to it.
Then I select SubCat2 in the menu, still no SubSubCats 2 and 3 in the overview.
Then I select SubSubCat2 in the menu
-> In the menu I see SubSubSubCat 1 being displayed
-> In the overview I only see a piece of URL in the form of "/faq/index.php?action=show&cat=14" instead of the category name and no SubSubSubCat 1
Is this a bug (didn't find anything about it on the bugtracker) ? or am I doing something wrong?
If it is a bug, and if it is corrected already, is there a quick patch available for it?