[SOLVED] Instead of relaying on the search crawler for the #Comments field, I simply added the following line in the Display Template and that works with continous crawling: _#= ctx.CurrentItem.NumComments =#_ [/SOLVED] I want to show both number of Likes and Comments in the News webpart, which I have built using Content Search and …
Tag: SP2013
If you want to hide the “Conversations” options from the dropdown menu that is shown after the Search box, the easiest way is to CSS hide it. Set the following class to “display:none”. #ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_NavDropdownList div:nth-child(3){display:none;} Then you want to remove the same option from the Search center page (results.aspx) also. Edit the Search page …
I want to display my news in the Content Search Web Part. And use the one that displays 3 pictures on top and the text below them. But there are a few things I would like to change. One thing is to change the image size so that it fills the text area and still …
After test upgrading my Project Portal, I was not able to edit the custom workflow I had built in SPD using the iLoveSharePoint Workflow action from Codeplex (which is awesome btw). I struggled a bit with this today but finally found the perfect solution if you want to upgrade this workflow action for SharePoint 2013. I use …
If you want to create your own SP app store, then you need to go through quite a few steps.. Here we go!In Central AdminFirst create a new app catalog site I created one on http://server:2013/sites/apps Create the app mgmt service application and the Subscription service app Create the subscription service app $account = Get-SPManagedAccount …
I think I know why this happened from the beginning. I got the warning message in Health Reports about having Admin accounts running the app pools or services. So I have corrected one account and now all these messages are gone. But that caused a new problem with Search Service. The error message was: “Unable …
This happened on a fresh install of SharePoint 2013 on a Win 2012 server, without any CU’s applied. When I started the User Profile Service Application it hung and just when into “Stopped” mode. Checked the Event Viewer and found this error, Event 6398: “The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 84821b32-cf9f-45ff-801b-bb25b69faa6f) threw an exception. More information …
I want to create my own layout for use on the intranet front page. I don’t want to have a left side menu and I want three columns where the middle one should be the widest. There is no page layout that fits my need so I will create my own. Go to Design Manager …
I will only upgrade one service app and that is the Managed Metadata service application, since I have built the company wiki based on a taxonomy tree there. There is an article on technet that I followed to update this, but it failed. I tried it twice and got the same error and I am …
Content databasesNumber and size of databases. Any old that should not be moved over? Custom solutions and brandingIdentify: customizations, branding files, style sheets, farm solutions, customized web parts and copy/install all these files on the new server. Make sure the third party products or any farm solutions are compatible with SP2013. Database structureShould we split …