How to enable rating star in sharepoint 2013 programmatically

i want to enable rating star on a document library in sharepoint 2013, i used the way workings in sharepoint 2010,but it failed,can anyone show me?TKS in advance.

Hi,
 Please follow the below steps to add ratings.
If the list or library page is not already open, click the name of the library on the Quick Launch. Or, click Site Actions, click View All Site Content, and then under the appropriate
section, click the name of the list or library.
In the ribbon, do one of the following:
For a list, under List Tools, click List, and then click List Settings in
the Settings group.
For a library, under Library Tools, click Library, and then click Library Settings in
the Settings group.
Under General, click Rating settings.
Under Allow items in this list to be rated, click Yes.
Balaji -Please click mark as answer if my reply solves your problem.

Similar Messages

  • How to delete Content Source in Sharepoint 2013 Search Service

    I want to delete Default Content Source in Search
    Service in SharePoint 2013 but delete button is disable?Please see the below image. Content Source Type=SharePoint Sites
    How to do it?
    If In Content Source type=Files than delete button enables but
    not for the Content Source type=Sharepoint sites
    Vishal Goyal

    Hi,
    try to remove it using powershell
    $searchapp = Get-SPEnterpriseSearchServiceApplication "NameofSearchAPp"
    Remove-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp -Identity "Name"\Regards
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • How to properly create and configure SharePoint 2013 Search service with PowerShell?

    Hello Forum,
    I have installed SharePoint 2013 across three tier servers:
    WFE Server  (Of course, SharePoint is installed here. Bsically this is just a Web server)
    APP Server  (Of course, SharePoint is installed here + Central Admin + Service Apps).
    SQL Server  
    I now want to create and configure the Search service, obviously on the APP Server, But of course the search functionality should work correctly on the WFE server to.
    I want to do this via a proper PowerShell script. I found Spence Harbar's script on: (http://www.harbar.net/articles/sp2013mt.aspx), But it has three problems, and they are as follows:
    1) Spence Harbar himself literally stated on his article that this script is for: "deploying on a single server farm", But what if I have three tier servers? Could anyone please help me out in suggesting the required tweaks in the
    script?
    2) By default Search uses the SP_Farm account, So, How can I change the script to use other dedicated account for the search service e.g. SP_SearchAcc ?
    3) How can I modify the script to specify a default Search center?
    4) Apart from all the three aforementioned point - Is the script missing anything? 
    I would greatly appreciate your inputs - Thanks !

    the only differences are where you place the components.  if you are doing a small server farm with a 1-1-1, most likely you just need to change the script so that you set the index and query processing component on the front end, but the others on
    the app server.  just a 2 second update... just keep in mind this will work, but I am making several assumptions without any knowledge of your farm, users, capabilities. 
    generally, there would be more of a breakout on the topology than that, but im guessing for this farm that you wont have dedicated search servers.  also, a lot depends on # users (rps really), # items in index, size of VMs (RAM for query processing,
    Disk for index, etc, etc), and making sure the topology works for your particular environment and needs. 
    if you want more detailed topology help, which aligns as closely as possible to "best practices" (not that those exist in SharePoint, go ahead and provide the total # users, average/peak RPS for search, current index size, content source types,
    VM specs RAM, CPU, #/Size of drives, HA concerns/priority (obviously isn't, since only 1-1-1)
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

  • How to add List view to SharePoint 2013 app

    Hi
    I'm developing intranet metro style app as SharePoint 2013 auto hosted . i need to get promoted list to display in my app page as it is display in SharePoint host site. i have seen some blog post but no clue of detail way of doing it (http://www.greggalipeau.com/2013/12/25/adding-list-views-to-sharepoint-2013-apps)
    Can any one let me know how to do this in a way steps to follow or any information on this highly appreciated.
    Kind regards
    Radika 

    http://newscarrouselapp.codeplex.com/ Download sample
    http://nettitude.wordpress.com/2013/01/27/creating-a-carousel-in-a-sharepoint-app-using-client-side-rendering/
    http://webcache.googleusercontent.com/search?q=cache:t4nEmPtXxtQJ:sp2013.blogspot.com/2012/08/use-list-view-in-sharepoint-2013-apps.html+&cd=4&hl=en&ct=clnk&gl=in&client=firefox-a
    <WebPartPages:WebPartZone runat="server"
    FrameType="TitleBarOnly" ID="full" Title="loc:full" >
    <WebPartPages:XsltListViewWebPart ID="XsltListViewWebPart2"
    runat="server" ListUrl="Lists/SlideShow" IsIncluded="True"
    NoDefaultStyle="TRUE" Title="Slideshow Images"
    PageType="PAGE_NORMALVIEW" Default="False"
    ViewContentTypeId="0x">
    </WebPartPages:XsltListViewWebPart>
    </WebPartPages:WebPartZone>

  • How to view rating stars on pictures in browser or split view

    On an Imac aperture v3.2 I cannot see the rating stars on the pictures in browser or split view.  I can only see them if i open the metadata for each individual picture.  Does anyone know how to turn this feature on?  My husband has a Macbook pro using the same software and he can see them.

    The ratings are part of the Metadata Overlays (link goes to User Manual page with full instructions).  There are seven different Metadata Overlays.  It is helpful to customize each of them.  The customization is done via "View→Metadata Display→Customize".
    The Browser Metadata Overlay is toggle on/off with "u".  "{Shift}+u" will toggle the Browser Metadata Overlay between "Basic View" and "Expanded View".
    What is most likely is simply that either your Browser Metadata display has been toggled off.  Try each of the toggles above, and see if that doesn't bring back the ratings.  If it doesn't, you'll have to add them back to the Metadata View using the customize command above.
    Message was edited by: Kirby Krieger -- link added.

  • How to configure Reporting functionality to SharePoint 2013 if RS is already installed as Native mode

    Is it possible to publish reports to SharePoint if SQL Server 2012 reporting service is on native mode?
    How to do it?
    I have SharePoint 2013 and SQL Server 2012. I have created cube and reports with its data tools. This is single server environment.
    This is what I have done:
    A) I can successfully see from SQL Server installation tool that "Reporting Service-SharePoint" and "Reporting Services Add-in for SharePoint Products" are checked.
    B) I don't see Reporting Services under the Manage Service Application of the SharePoint Central Admin.
    c) When I choose report from reporting service project and I click deploy, it asks Reporting Services Login, but it does not accept admin logins. Server path should be valid.
    I got idea from following instruction that I should register and start the Reporting Services SharePoint service
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    C) I tried to run command Install-SPRSService, but it was not recognized cmdlet command.
    D) I see from Reporting Service Configuration Manager that Reporting Server Mode is Native. Report Service Status is Started.
    Kenny_I

    Hi Kenny_I,
    Since the release of SQL Server 2012, Reporting Services SharePoint Integrated mode has been changed from a Windows Service to be a SharePoint Shared Service. In this way, Reporting Services Configuration Manager no longer supports Reporting Services SharePoint
    mode, and all the configurations of SharePoint mode is completed using SharePoint Central Administration.
    In SSRS 2008 R2 or lower version, only one report server (either native mode or SharePoint integrated mode) can be active at one time in one SSRS instance. In SSRS 2012, the report server that runs in SharePoint integrated mode and the report server that
    runs in Native mode work separately at the same time in one SSRS 2012 instance. So, in this issue, you don’t need to care about the report server that runs in native mode when you work with the report server that runs in SharePoint mode.
    First, please install SQL Server 2012 SP1 which introduces more BI features.
    For the issue you encounter when running the commands to register the Reporting Services SharePoint Service, it may occur if you run the commands in the Windows Powershell instead of the SharePoint Management Shell. Please launch the SharePoint Management
    Shell by clicking Start-> All Promgrams -> Microsoft SharePoint 2013 Products -> SharePoint 2013 Management Shell. Then, please continue the steps in the following document or blog to create a Reporting Services Service Application:
    Install Reporting Services SharePoint Mode for SharePoint 2013
    Installing and configuring SQL Reporting services on SharePoint 2013
    After a SSRS Service Application is created properly, to deploy the project to the SharePoint integrated mode report server, please see the project property settings in the following document:
    Project Property Pages Dialog Box
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How to install Cumulative Update for SharePoint 2013?

    I'm currently running on a single server instance of SharePoint Server 2013 RTM (15.0.4420.1017) and Project Server 2013 (no sure if CU's for sharepoint will affect this).
    I would like to install SP1 on my SharePoint server. Does anyone know of any in-depth step by step guides I could follow?
    Thanks
    James T.F

    Hi James,
    check the steps on those articles
    http://blog.fpweb.net/how-to-install-sharepoint-2013-service-pack-1/#.VDRnG_mSxyw
    http://jamesdiblasi.wordpress.com/2014/03/02/howtosharepointsp1/
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • How to play MP4 video in SharePoint 2013?

    I want to play different videos in SharePoint 2013. I have added three videos in different formats in the Asset Library. One WMV and two MP4.
    When i click om the WMV video in the library, it start to play ok. And I can put the video in a published page and it works ok.
    But if I click on one of the MP4 video, I got the error message "Media failed to load. This file is in a format that is not recognized". What do I have to do to make it work? (If I try to start the MP4 video from my computer it works ok)

    Hi Ona-M,
    Did all MP4 videos occur this issue?
    Please install the Silverlight on your computer, check if the MP4 videos could be played.
    http://blogs.office.com/b/sharepoint/archive/2013/03/08/enhanced-video-experience-in-sharepoint-2013.aspx
    http://msdn.microsoft.com/en-us/library/cc189080(VS.95).aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to disable Shredded Storage in SharePoint 2013?

    Hi,
    My understanding is that SharePoint provide  "FileOperationSettings" property to disable Shredded Storage but this property is not working in SharePoint 2013 RTM release.
    Only the way they provide is modify the FileWriteChunkSize property and set the chunk size is 2 GB  for bypassing the shredded storage.
    Is there any another way to disable the Shredded Storage in SharePoint 2013 and store the document in database same as SharePoint 2010 does?

    Hi Nitin, 
    To override the FileChunkSize is the best way to disable shredded storage. The following powershell is one of the cleanest way to do it. Shredded storage causes some undesirable effects sometimes and disabling it in this way works pretty nicely. You can
    set the chunk size to 1 GB itself ( 2 GB is not reqd).
    $wa = Get-SPWebApplication http://webappurl
    $wa.WebService.FileWriteChunkSize = 1073741824
    $wa.webservice.update()
    Narahari
    ******If a post answers/helps your question, please click
    "Mark As Answer" on that post and/or "Vote as Helpful*******

  • How to import column values into SharePoint 2013 Term Store Using Powershell(CSOM)

    Hi, 
    I do have SharePoint 2013 list with more than 500 items in it.Now I am trying to import column values into SharePoint 2013 Term Set A using Powershell scripts.
    I am new to Powershell(csom) and can anybody help me out to accomplish this task?
    Any help would be greately appreciated.
    Thank you,
    AA.
    AA.

    Hi
    check this doc
    http://wellytonian.com/2012/10/sharepoint-2010-2013-term-store-importer-using-csv/
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • How to implement news ticker in sharepoint 2013?

    Hi All,
    Please give me some guidance to implement news ticker webpart in sharepoint 2013.
    Thanks in advance.
    Phani kumar

    Take a look at this post. 
    http://www.sharepointnadeem.com/2011/09/news-ticker-webpart.html
    It was originally written for SP 2010. But the steps should be same for SP 2013.
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • How to create recurring task in SharePoint 2013?

    Hello,
    Applies to: SharePoint 2013
    Requirement: Is there a way to create recurring task in SharePoint 2013?
    Regards
    Tanzim Akhtar
    Tanzim Akhtar

    this might have the answer and work around. I will try it.
    "What's changed in SharePoint Designer 2013"
    http://msdn.microsoft.com/en-us/library/jj728659.aspx
    Here is some of the explanation:
    Description of the change. Some features of the SharePoint 2010 Workflow platform that are dependent on Windows Workflow Foundation 3.0 are deprecated in SharePoint 2013.
    Reason for the change.SharePoint 2013 introduces a new SharePoint 2013 Workflow platform that is built upon Windows Workflow Foundation 4.0 and that is integrated with Workflow Manager 1.0.
    Migration path. In SharePoint Designer 2013, you can still create a SharePoint 2010 Workflow and use all of the SharePoint 2010 Workflow features by choosing the SharePoint 2010 Workflow platform.
    You can also integrate features from the SharePoint 2010 Workflow platform into the new SharePoint 2013 Workflow platform. To do this, create a SharePoint 2010 Workflow by choosing the SharePoint 2010 Workflow platform; create a SharePoint 2013 Workflow by
    choosing the SharePoint 2013 Workflow platform; and then use the Start a list workflow and Start a site workflow actions in the SharePoint 2013 Workflow to call the SharePoint 2010 Workflow.

  • How to Create Custom List in SharePoint 2010 Programmatically ?

    Hi,
    i have tried the following way, 
    http://devendra-sharepoint.blogspot.in/2012/01/creating-list-programatically-in_30.html
    But i am not able to create list.
    Becuase i am getting the following error.
    'Microsoft.SharePoint.SPWeb' does not contain a definition for 'EnsureList' and no extension method 'EnsureList' accepting a first argument of type 'Microsoft.SharePoint.SPWeb' could be found (are you missing a using directive or an assembly reference?)
    Please advice.
    Thanks,
    Aasai

    Hi,
    You can use list.Fields.Add() to add column in list. See below blog:
    http://www.c-sharpcorner.com/blogs/3764/create-sharepoint-list-programmatically.aspx
    Use this to delete list:
    http://www.c-sharpcorner.com/UploadFile/54db21/delete-list-in-sharepoint-2010-programmatically-using-vs-201/
    See this for remove user/group from list:
    http://www.c-sharpcorner.com/UploadFile/54db21/remove-group-permission-to-list-in-sharepoint-2010-programma/
    Hope it could help
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • How to enable "All Files" in SharePoint Designer 2010

    Hi everyone,
    How can I enable "All Files" in my sharepoint designer.In home laptop I see it,but in production environment where I work,opening SharePoint Designer I can not see "All Files" button.I am with admin account and everithing is ticked in the central administration
    Designer options.
    Thanks in advance. 

    Hi ,
    I noticed that you said you can see the ‘All files’ folder in home laptop ,but it is missing when open in the production environment .Did this happen to
    all the sites or the site in the specific web application ?Have you extend the web application into an Internet zone?
    Actually you should change  the SharePoint designer settings in both  Central Administration and Site collection settings .Perform an IIS reset after change
    the settings and reopen the site in SharePoint designer.
    For more information about SharePoint designer settings ,please refer to this site :
    Locking Down SharePoint Designer 2010 :
    http://blogs.msdn.com/b/mcsnoiwb/archive/2010/07/01/locking-down-sharepoint-designer-2010.aspx
    Thanks,
    Entan Ming

  • How to create Site Directory in Sharepoint 2013

    Hi All
    I have a requirement to create Site Directory in SP-2013 , It should list all the sites available in Farm. Can you please Guide me how to do this. It will be a great help
    Thanks in Adavnce
    Manoj Gangwar
    Manoj Gangwar | Sharepoint 2010 MCPD | Sharepoint 2010 MCTS

    Hi Manoj,
    You can check if the following article could work for your requirement with using the PowerShell script code to loop and list all sites' URLs,
    Thanks
    Daniel Yang
    TechNet Community Support

Maybe you are looking for