Saturday, March 21, 2015

SharePoint 2013 Document Library Drag and Drop option not showing in IE

One of new feature in SharePoint 2013 is the ability to drag and drop files into document libraries. This is useful for adding multiple documents to a library and removes the need to open the library in explorer view.


The reason for drag and drop not working and your document library looking like the above screen shot is due to two reasons:
1. You are using Internet Explorer 9 or lower.
2. You don’t have any Office 2013 components installed.

Resolution:

1. This is due to the fact that the drag and drop functionality uses HTML5. Installing Office 2013 will add an ActiveX control to allow you to use this drag and drop functionality in older browsers.
2. If you were to upgrade to IE10 or IE11 the HTML5 would be handled and the drag and drop would be available regardless of whether or not Office 2013 is installed.



Reference link

Monday, March 2, 2015

ISSUE: Save site as template option missing for publishing sites in SharePoint 2013.


Problem: When you browse to  SharePoint Server Site settings page, you discover that the Save site as template option isn't available.

This issue most frequently occurs because the Community Sites or the SharePoint Server Publishing feature is currently enabled or was previously enabled for the affected site. 

SharePoint doesn’t support creating a template from a site where publishing or community features were enabled. This is because the publishing feature creates site elements that are not supported as part of a template, and these elements remain even when the feature is disabled. This also includes templates that were created through SharePoint Designer.





Even when i tried to navigate to “_layouts/savetmpl.aspx”("Save site as template" page), it is throwing following error.

The "Save site as template" action is not supported on this site.



Here the solution:
After searching on net and i came to know that for publishing site "SaveSiteAsTemplate" is disabled.

Now how to enable this option.


Below are the steps to resolve this issue.


1. Open you Team Site in SharePoint Designer 2013.


2. In SharePoint Designer, under Sites tab select "Site Options".





3. Find "SaveSiteAsTemplateEnabled" in Site Properties.





4. Next change this setting to "true".




5. Now in your Publishing site navigate to "http://<site name>/_layouts/15/savetmpl.aspx" and you would see the old Save Site as Template Page as expected.