I often get requests to have the link of the home logo on a subsite link to the home page of the root site collection?
I can't see any native way of doing this with the SharePoint navigation but might be missing something?
|
I often get requests to have the link of the home logo on a subsite link to the home page of the root site collection? I can't see any native way of doing this with the SharePoint navigation but might be missing something? |
|||
|
|
|
You would be looking at customizing the masterpage to accomplish this. In 2010 (You didn't have a version specified though 2007 / WSS should be similar) you can update the following lines to behave how you would like, or more specifically you could set the NavigateUrl of the SPLinkButton to whatever you want it to be if you only wanted to change the page that clicking the image navigates to.
|
|||||
|
|
As tylerr07 said you'll need to edit the master page, however you'll need to use the ~sitecollection token to get to the root site of the site collection. eg: NavigateUrl="~sitecollection"
|
|||||||||||
|