We use Plone 4.1 and would like to have a custom view of the contents in the folder.
The "Select a content item to be used as the default view in this folder" display will not work for us, because we have private subfolders that should only be displayed if the user who is logged in access rights.
For example, we have the main folder "IT". Inside this "IT" folder, we have subfolders called "Admin", "Users", "FAQ", etc. The Admin folder is not published, i.e. is private, and it should be displayed in the folder display view only if the registered user is a member of the administrator group. The Users and Frequently Asked Questions folders are published, so there’s no problem.
If we use “Select a content item that will be used as the default view in this folder”, there will be no information on the content page to list the “Administrator” subfolder only if the logged-in user is part of the administrator Group.
We do not want to use default views, i.e. “Summary view”, “Standard view”, “Table view”, although these views can display the “Administrator” subfolder only if the logged-in user is a member of the administrator group.
Is there a way to create my own custom view in which the "Admin" subfolder will be displayed when the registered use is part of the admin group?
source share