Tagged Questions
0
votes
1answer
35 views
I keep getting “Revert to template” whenever I set a custom masterpage for one particular page
I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
1
vote
1answer
424 views
How to dynamically change master page's master page?
I have designed a module that change master page dinamically based on user log-in privileges.
I followed this tutorial :
...
0
votes
2answers
195 views
How to route To different MasterPages in sharepoint?
I 'm trying to create a HttpModule that allows to route to different MasterPage preInt event.
I' not an Expert about MasterPages. I'm trying to nderstand about MasterPages Token.
I knows there ...
0
votes
2answers
196 views
How to map master page to the application page
Hello I created a application page in visual studio 2010. Now i want to mapp this to our master page. the default master page is, applicationv4.master. Now to map this to our application page?
I ...
0
votes
1answer
190 views
SOAP error when trying to access data and template from Designer
I get the following error message when trying to view a msater page or try to view data from SharePoint Designer:
soap:ServerServer was unable to process request. ---> Value does not
fall within ...
3
votes
1answer
1k views
How to change global navigation SP Foundation
I would like to ask, how I can to change default page or change global navigation in SP Foundation. I have first web collection "Home" then I have second web colletion "MY PAGE" and my second web ...
0
votes
1answer
1k views
SharePoint 2010 Foundation css url in Master Page
I have an image that is located at the root Style Library site. I want to put that image in the MasterPage. Using SharePoint Designer, I get this reference background-image:url('../../../../Style ...
1
vote
1answer
80 views
Force use of the default content of a master page asp:ContentPlaceholder
I have a ContentPlaceholder in my custom master that has default content. I want to always use this default content. However there are some pages in the 14 hive that have an asp:Content that ...
1
vote
1answer
169 views
Prevent search from indexing master page
I am using SharePoint Foundation.
When I perform a search of "news", all of my site pages appear in the search results, because there is a "news" link in my master page. I would like it to only ...