I installed Sitecore 8.0. When I publish the item, it doesn't have Republish option like screenshot. When I click "Publish Site", it does't have republish option either, only smartpublish and incremental publish.
How can I make the option appear??
I used development tool see the markup and Republish option has "display: none".
==== Update ====
Interesting!!!!!!
"Can Publish Republish" item doesn't exist. So, I manually added new item named "Can Publish Republish" which has "READ" right, then can see the "Republish" option. Huu~~~
There are specific Security Policies
you can grant users permission to use the the different publishing options.
Using the Security Editor
and Access Viewer
you will able to see which roles have Read
access to the Items which control what publish options are viewable by the users. The Items are in the Core
database and at the path /sitecore/system/Settings/Security/Policies
.
Depending on your configuration you may just be able to add the appropriate users to the builtin roles of sitecore\Sitecore Client Publishing
or sitecore\Sitecore Client Advanced Publishing
.
See the following blog for more details and a guide to making the changes - http://jonathanrobbins.co.uk/2015/08/25/sitecore-policies-and-how-to-show-or-hide-publish-options-for-users/