Business requirement: Add a SharePoint Web Part to multiple sites at once
You might have created a set of similar SharePoint sites, all based upon the same site template, just like me. After some time, business requirements change, and the end-users want to have a new Web Part on all the home pages of each of these SharePoint sites. If there are a multiple SharePoint sites, you might want to avoid, just like me, to edit each of the home pages of those SharePoint sites one-by-one.Solution: use the SharePoint Tips Utility Pack
Ishai Sagi developped a great package of utilities which can be downloaded from CodePlex: SharePoint Tips Utility Pack. I described in a previous post Hide list fields upon creation of a SharePoint list item how these utilities can be used to modify some SharePoint field settings which cannot be changed in the regular SharePoint interface.
However, Ishai's utilities offer also the possibility to push Web Parts to several SharePoint sites at once.

As a result, your exported SharePoint Web Part is added to the SharePoint page you selected on all SharePoint sites under a particular SharePoint root site at once: no need to add the SharePoint Web Part on each SharePoint site individually.
Event Receiver Definition: Data and Filter
-
I recently declared an Event Receiver through a SharePoint Feature: Event
Registrations
Some of the samples online had surprising elements such as <Data...
6 days ago




Very nice tool!
How about deleting a webpart on multiple sites at once?
Grtz
Hi Steven,
I'll think you'll have to look at solutions like the Web Part Manager from Echo. I haven't tried it yet, but it seems to have the delete functionality, although this tool isn't for free. You can download a trial version though.
Post a Comment