November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi, you will need to create one more group like "SiteEditors" and give them the correct rights instead. If you look in the web.config-file you will se that we are using the group WebEditors to give them access to the EditMode but you should use another group inside episerver that tell them what they are allow to do once they are inside the system.
For more information please read our admin manual: http://world.episerver.com/en/Documentation/Items/Manuals/EPiServer-CMS/Administrator-Manuals---EPiServer-CMS-5-R2/
Regards /Eric
Thanks for your reply, but I don't think my problem has anything to do with the groups.
My problem is that even if I add them to another group, there doesn't seem to be a permission that only gives them 'Ready to Publish' rights, i.e. if they have 'Create' rights they can Save pages but don't have the Publish or Ready to Publish options. If I give them 'Publish' rights then they have Ready to Publish but also Publish which I don't want.
I can't see a way to give them one without the other!
I am not sure I completely understand the problem here, but this is the model we generally recommend when working with access rights in EPiServer CMS:
Hope this will provide some help here.
Silly me I simply hadn't noticed that the 'Ready to Publish' button was available after selecting 'Save and View' (provided a change was made to the page).
Thanks for pointing me in the right direction!
This thread helped me when I was trying to do pretty much the same thing. The only difference between the answers in this thread and what I found in EPiServer CMS 5 R2 is that the event that should be used to trigger the workflow is "PageCheckedIn".
However, I have a different problem now. The user who should approve publishing of the saved page only has a single button which says "Publish". I can't find anything such as "Do not publish" which would ideally send an e-mail to the person who wrote the page.
How do I do that?
Thanks a bunch
Is a plugin like Ted Nyberg´s custom unpublish page plugin (see blog) an option?
In order to approve a page that is 'Ready to Publish' you need to use one of the approval workflows (Sequential Approval or Parallel Approval) that come out of the box with CMS6 (and also available for CMS5) and the approver needs to click on their 'My Tasks' tab in Edit Mode. The pages that are ready to be published can be clicked on here and then the approve/reject control appears in the action window.
Is it possible to give someone 'Ready to Publish' access rights without giving them Publish rights?
In my scenario users in the WebEditors group should be able to create pages and then when they click on Ready to Publish a workflow is initiated whereby a WebAdmin is notified and either publishes the page or sends it back for ammendment. The problem is that the WebEditor shouldn't have the rights to publish the page, but I don't seem to ba able to give them 'Ready to Publish' without Publish.