Forum Discussion
upfaffer81
Feb 12, 2022Copper Contributor
News Creater in complex Hubsite
Hello, using a complex Hubsite construct, each Department has own Sitecollection as Sub of the Hubsite. On each department there are a view news creater designated. Per default when i add the nec...
SusanHanley
Feb 13, 2022MVP
I can think of two options to get more control over news posts: You will need to implement each option on each site in your hub family.
Option 1. Add an approval workflow for all pages and then automatically approving “regular” pages but requiring news pages to be approved prior to publishing. You can do this with a condition on the workflow based on the Promoted State attribute of the page. Promoted State =0 are regular pages. All other pages are draft news articles (Promoted State =1) or published news (Promoted State=2). It is not quite the same as only giving permissions to write news pages, but it ensures that there is a review by designated approvers prior to publishing.
Option 2. Create a separate site for publishing news pages and use that as the source for the news web part on your main site. Only designated users can create news on the main site but on the News site, you can open up edit permissions. In this scenario, users would need to follow the News site and the main site to have news show in their personal feeds, but it would allow you to isolate the permissions for news authoring very easily.
Option 1. Add an approval workflow for all pages and then automatically approving “regular” pages but requiring news pages to be approved prior to publishing. You can do this with a condition on the workflow based on the Promoted State attribute of the page. Promoted State =0 are regular pages. All other pages are draft news articles (Promoted State =1) or published news (Promoted State=2). It is not quite the same as only giving permissions to write news pages, but it ensures that there is a review by designated approvers prior to publishing.
Option 2. Create a separate site for publishing news pages and use that as the source for the news web part on your main site. Only designated users can create news on the main site but on the News site, you can open up edit permissions. In this scenario, users would need to follow the News site and the main site to have news show in their personal feeds, but it would allow you to isolate the permissions for news authoring very easily.