Tuesday, August 26, 2014

Step by step - Enable Form based authentication in SharePoint 2010 or SharePoint 2013 (step by step FBA / Claims based authentication)

Finally done :)

I was planning to implement and write a article with screen shots about claims from long time.


Follow below steps to enable Form based authentication in SharePoint 2010 or SharePoint 2013.



Wednesday, August 20, 2014

Change Search tips link from advance search page - SharePoint 2010 Search


<script src="<link to file>jquery-1.11.1.min.js"></script>

<script>
$( document ).ready(function() {
$(".ms-advsrchtips" ).find('a').attr("href", "javascript:openDiaFormadvsrchtips();")
});

Why installing latest CU will not fix your problem?

Today I came across this very good article explaining about CU, Uber (Serve Package), Patch Baselines, PU and Farm patch version information.


http://blogs.technet.com/b/stefan_gossner/archive/2014/08/19/sharepoint-patching-demystified.aspx


SharePoint document metadata not updating

I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...