The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi,
Since you are using SharePoint Server on-premises, there are some limitations compared with SharePoint Online.
Based on my testing and research, I could not find an option in SharePoint Server on-premises to disable or remove the Comments section from Site Pages. This functionality is currently available in SharePoint Online, but I could not find an equivalent setting for SharePoint Server.
If having the Comments section removed is an important requirement for your environment, I recommend submitting this as feedback through the SharePoint Feedback portal so the product team can consider adding this capability in a future update.
Reference: Can I delete the Comments part in a page? - Microsoft Q&A
For the other actions such as New, Send by email, or Promote, you can control what users can do by adjusting their permissions.
If the page is intended to be a read-only landing page containing only Quick Links, I recommend:
- Give regular users "Read" permission through the site's Visitors group.
- Make sure they do not have "Edit/Contribute" permission to the "Site Pages" library.
- Keep page creation and modification permissions restricted to the users who maintain the site.
In SharePoint Server, the "Visitors" group is intended for users who only need to view pages and content, while Members/Contributors can add or modify content.
Microsoft documentation: Plan site permissions in SharePoint Server - SharePoint Server | Microsoft Learn
Also, SharePoint Server 2019 supports modern Site Pages and modern web parts, so using a modern page with Quick Links as the main content is supported.
So, in short:
- Remove/disable the Comments section: Not available as an out-of-the-box setting in SharePoint Server.
- Prevent users from creating/editing pages: Yes, use appropriate Read/Visitors permissions and restrict Edit/Contribute access to the Site Pages library.
- Use the page as a read-only Quick Links landing page: Yes.
If completely hiding the Comments UI is a strict requirement, it would require a custom solution rather than a standard SharePoint Server setting.