Tagged Questions
2
votes
1answer
100 views
Export site as a template and master page link?
We have a site collection that have several sub webs.
In the root site, we created some custom master pages.
We linked the subwebs masterpage url (SPWeb.MasterPageUrl) to the same, centralized ...
1
vote
2answers
4k views
How do I add the top link navigaton bar to the Enterprise Search Center?
The Enterprise Search Center appears to use the minimal master page, and has no top link navigation. This seems a bit silly and is hard to use if you use the Search Center as a subsite in a larger ...
0
votes
2answers
151 views
Add content to a masterpage placeholder in a specific site template
I have a master page which is a customized copy of v4.master. I want to add some content to a the placeholder called PlaceHolderQuickLaunchBottomV4:
<SharePoint:UIVersionedContent
...
1
vote
1answer
237 views
Creating Site Templates - Master Page Not Being Handled Right After Upgrade
In our old MOSS 2007 farm we had a branding feature deployed that swapped out CSS Files, Master Pages, etc for our sites to keep a consistent branding across our Site Collections. We are currently in ...
1
vote
2answers
160 views
Best practice for inheriting common content
I want my site to have a side column which will contain some default content (banners, rss feeds, summary link lists etc.) and I would like to have all this included by default in any pages created ...
1
vote
1answer
220 views
Master template is not being applied to document libraries
I have a MOSS 2007 site set to use a master template called Awesome.master http://mysite.com/AwesomeSite/AwesomeSite.aspx
I recently updated this template to change the <body> tag, and that ...