0

I have documents library with different files in the table. I want to add rating column which I learned to do this from this tutorial http://geekswithblogs.net/venkatx5/archive/2010/12/02/how-to-use-rating-in-sharepoint-2010.aspx.

Steps which I reproduce:

  1. Click on some documents library
  2. Click on library tools
  3. Click on library settings
  4. Here us the problem I cannot see Rating Settings from General Settings menu.

What should I do to see this Ratings Settings link ?

theChampion
  • 4,207
  • 7
  • 28
  • 35
  • Try to activate publishing feature. – Yevgeniy.Chernobrivets Nov 18 '13 at 10:03
  • How can I do this ? Can you share some steps or link ? – theChampion Nov 18 '13 at 11:03
  • 1
    Go to Site Collection Features (Site Actions-> Site Settings -> Site collections features) and activate "SharePoint Server Publishing Infrastructure" feature. Then go to Site features (Site Actions-> Site Settings -> Manage site features) and activate "SharePoint Server Publishing" feature. – Yevgeniy.Chernobrivets Nov 18 '13 at 11:17
  • I red that I should do this Enable-SPFeature Ratings -url http://intranet-test/suppliers/. Do you know where I can put this script or what should I do with it ? – theChampion Nov 18 '13 at 11:21
  • From this article on the bottom is the script. http://www.sharepointdiary.com/2013/06/rating-feature-how-to-activate-fix-ratings-not-updating.html – theChampion Nov 18 '13 at 11:23
  • You need to copy this script to your sharepoint server and run it with powershell using elevated privileges. – Yevgeniy.Chernobrivets Nov 18 '13 at 11:24
  • Ok, thank you. This works fine what you wrote me. Go to Site Collection Features (Site Actions-> Site Settings -> Site collections features) and activate "SharePoint Server Publishing Infrastructure" feature. Then go to Site features (Site Actions-> Site Settings -> Manage site features) and activate "SharePoint Server Publishing" feature. – theChampion Nov 18 '13 at 12:42
  • If my answer helped you please mark it. Thank you. If you have any other additional comments feel free to edit it. – Yevgeniy.Chernobrivets Nov 18 '13 at 14:04

1 Answers1

3

Try to activate publishing feature.

Yevgeniy.Chernobrivets
  • 3,194
  • 2
  • 12
  • 14