SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

May 202007

Setting the masterpage Url

Masterpages are great. You can change the appearance from your website very easy by modifying the default.master masterpage in the root of your sitecollection. But how do you get all pages beneath to use the same masterpage? Some pages use their own masterpage library, and ignore the one from the sitecollection rootsite.

With this little tool, you can set the masterpage Url for all subwebs of a sitecollection to the masterpage Url from your rootweb, or some url you specify.

Syntax: SharePointMasterpage.exe http://sitecollectionurl [pathToAlternativeMasterpage]

You can download this little tool here.

(If you are in a MOSS environment, you can set the masterpage in the site settings, if you select to use this masterpage for all sites beneath.)

Update:

I updated my tool to set the masterpage Url. Now you can set the masterpage Url for a Web and its subwebs only.


Published: 5/20/2007  4:01 PM | 0  Comments | 0  Links to this post
Tagged as: Development, SharePoint

May 122007

Compare SharePoint Lists

With this Tool you can compare two SharePoint Lists. E.g. if you have a test Server and a live Server, you want to know if you created all your Fields with the correct type.

You can download this tool here.

Update:
Here is an example what you have to write in the fields:

http://sourcesite/web/subweb
listnumberone

http://sourcesite/web/anothersubweb
listnumbertwo


Published: 5/12/2007  5:39 PM | 0  Comments | 0  Links to this post
Tagged as: Development, SharePoint