Friday 23 September 2005 5:11:29 am
Hi, I've been working on a site project for Computer Company. Problems started when I had customized polices and access's rights to different sections and functions for Editors-user group. They publish many of the content like articles, promotions and they want to look around the Draft before they publish it. The problem is that the Editors can't view own Drafts, which haven't been published yet. When they access to "My account" where unpublished drafts are stored, and click for an object they can see "Error / kernel (1)". They can edit the draft and publish but they can't view the draft. Of course I can give them access ( content * * ) to all functions of Content, but when they can read all the site' content even with different users and unfortunately change their information and passwords. :( I have tested all polices for all sections and subtrees. They didn't get access for Editors to view their own Draft. Only "content * *" gives access to this. this is my override/site.ini..
[SiteAccessRules]
Rules[]=Access;enable
Rules[]=Module;content/versionview /* doesn't work */
Rules[]=Module;versionview /* doesn't work */
Rules[]=Module;content/draft /* doesn't work */
Rules[]=Module;draft /* doesn't work */
Rules[]=moduleall
Rules[]=Access;disable
Rules[]=Module;user/register /* works */
Rules[]=Module;role/list /* doesn't work when policy content * * */ Rules[]=Module;users/editors /* doesn't work when policy content * * */
[RoleSettings]
PolicyOmitList[]=content/trash
PolicyOmitList[]=content/draft /* doesn't work */
PolicyOmitList[]=content/versionview /* doesn't work */
PolicyOmitList[]=draft /* doesn't work */ PolicyOmitList[]=versionview /* doesn't work */ Maybe someone knows how to establish the policy rights to the Drafts, maybe some kind of code hack ? Regards, Mariusz
|