Forum Discussion
Scott Booth
Jul 17, 2017Copper Contributor
Communication Site Document Library Rating Settings?
I'm plaing with the new Communication Sites and would like my document library to allow users to rate/like the documents. However, in the Library Settings, "Rating Settings" isn't available. Is thi...
Dave Heffernan
Apr 27, 2022Brass Contributor
Hi, I'd expect it to work with site collection admin permission but haven't tested.
Keith-365
Jul 13, 2022Brass Contributor
Dave Heffernan ComputerChic kmktnn
We ran the PnP PowerShell command on the Comms site we need to add Ratings to. The commands ran ok (signed in as an Admin) but the Ratings option is still not available in Library Settings? Any advice/help?
(also, come on MS!!! why make these design decisions. Let the actual paying public decide maybe?)
Connect-SPOService -Url https://[TENANT]-admin.sharepoint.com
Connect-PnPOnline -url https://[TENANT].sharepoint.com/sites/[COMMS_SITE] -interactive
Enable-PnPFeature -Identity 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 -Scope Site -force
- Dave HeffernanJul 13, 2022Brass Contributor
Hi Keith-365, possibly need to raise it with MS. Haven't used the command myself in a while but agree the feature should just be available :0/
Best of luck,
Dave