Suppress the Content Ratings and Comments

Suppress the Content Ratings and Comments

Question

In our Digital Hive environment, it would be desirable to disable the ratings and the commentary. Is there a way to suppress these features from the UI?

Answer

It is possible to suppress the ratings and comments, but this would have to be done at the server level. It is not possible to disable the ratings and comments on a Hive by Hive basis.

Disabling the ratings and comments needs to be configured through a file located on the Digital Hive server, so the proper administrative access to the server would be required.

  1. On the Digital Hive server, navigate to the <install_directory>\DigitalHive\app\node1\tomcat\webapps\theia directory
  2. Open the config.json file in a text editor
  3. Add  "disableCommentsAndRatings": true, to the file, making sure that the trailing comma is included
  4. Save the config.json file
The resulting file should look like this:


No restart of the server would be required for the setting to take affect, but users will have to refresh their browsers to see the changes.

Once this setting has been made, the resulting properties panel for an artifact would look like this (notice that the ratings and comments sections have been suppressed):



    • Related Articles

    • Adding URL (link) Objects to Digital Hive Content

      Question There is a lot of content that would be desirable for end users, but the content is only available through a URL link. There was an attempt to embed the individual URLs through a Web Page tile, but the settings on the URLs will not permit ...
    • Hiding Titles within the Content Lanes

      Question As part of our Hive design, we're displaying reports using the Content Lane widget. Is it possible to hide the title and details about the reports so that just the thumbnail is shown? Answer Starting in the Digital Hive 2.1 release, it is ...
    • Add Metadata Tags to Content

      Question There is a lot of content accessible through Digital Hive, so users typically search for relevant content. Is it possible to add metadata tags to content so that the content is searchable by specific key words? Answer Digital Hive provides a ...
    • Sharing Content through Microsoft Teams

      Question Is there a way in Digital Hive to share content to other users in the organization? Answer Digital Hive provides the ability for users to share content directly through Microsoft Teams. This enables users to collaborate with individual users ...
    • Set a Custom Thumbnail for Content

      Question Not all of my content has an automatically generated thumbnail but I would like to have a thumbnail appear for a specific report. Is it possible to configure a thumbnail for a specific piece of content? Answer Yes, as of the Digital Hive 2.1 ...