Nick
Nick

Reputation: 11

Easiest way to change the URL for the banner logo on many subsites in sharepoint 2010?

A client has created a site collection with many (hundreds) of subsites. The logo in on each subsite takes them to the subsites welcome page but what the client wants is to link to the very top site welcome page in the site collection. How is this done in the easiest way (instead of having to change manually on each site)? Powershell?

Thanks in advance.

Upvotes: 1

Views: 6001

Answers (1)

Anita Boerboom
Anita Boerboom

Reputation: 586

You can change the link in the masterpage to accomplish this. Open the masterpage in e.g. SharePoint Designer in Split mode. Select the logo and adjust the control SPLinkButton. The NavigateUrl value is default "~site". Change this to "~sitecollection". Save, check in and approve the masterpage.

Upvotes: 3

Related Questions