How to Create a Rotating Banner in SharePoint Online?

Requirement: Create an image slider (carousel) in SharePoint Online. How to create a Rotating Banner in SharePoint Online? Rotating banners or image carousels is the best way to display multiple banners in one portion of the page and rotate them automatically at fixed time intervals. The cycling visual content grabs visitors’ attention…

Read more

Hide Overwrite existing files Option of Upload Document Page in SharePoint 2010

Requirement: Uncheck and Hide Overwrite existing files Option in Upload Document Page of SharePoint 2010. Solution: If the “Overwrite existing files” option is to be turned off for all uploads, You can locate these lines and Change the Checked=”true” to Checked=”false” in Uploadex.aspx file as below: <asp:CheckBox id=”OverwriteSingle” Checked=”true” Text=<%$Resources:wss,upload_document_Overwrite_file%>” runat=”server” />…

Read more

How to Hide Column Headers in SharePoint List View Web Parts using CSS, jQuery?

I was looking for some ways to hide SharePoint list view column headers today. Here are my findings: You can use CSS to hide column headers Use JavaScript/jQuery to Hide column headers You can edit the page in SharePoint designer and remove column headers Hide Column Headers of All List View using…

Read more

How to Hide Site Templates in SharePoint with PowerShell?

How to hide a site template in SharePoint? Editing the “webtemp.xml” file is one option to hide site templates in SharePoint 2007, as per my other article: Hide Site templates & List Templates in SharePoint However, There is another way to hide site templates in SharePoint 2010: Using PowerShell! Update the “WebTemplates”…

Read more

Disable Delete List Option in SharePoint

What? We’ve a SharePoint list provisioned to store & retrieve custom application settings in a SharePoint site. Its critical to prevent this list from any accidental deletion, so we want to disable delete list option from list settings in SharePoint. How? We can disable “Delete this list” link in SharePoint by setting…

Read more

Change “Add New Item” Link Text to something more descriptive!

Requirement:The end user’s requirement is to change the “Add New Item” link text to “Add New Risk Metrics” so that it will be more meaningful on the Risk metrics list. Solution:  In Content Editor Web Part, Place JavaScript that manipulates Add New Item text. In Detail: 1. Go to the target page…

Read more

MOSS 2007 List Toolbar in SharePoint 2010

After migrating from MOSS 2007 to SharePoint 2010, some users still face difficulty with SharePoint 2010 interface, especially ribbon. What they are asking for is: List toolbar is missing! We need MOSS 2007 style list view toolbar!! As SharePoint 2010 list toolbar integrated with ribbon, SharePoint doesn’t show list toolbar separately, by…

Read more