Tagged Questions
1
vote
0answers
13 views
Custom navigation provider - trouble with the masterpage
I'm trying to write a custom navigation provider. Later it should be able to distinguish between two different web templates so that sites with one template are only shown in the current navigation on ...
0
votes
0answers
85 views
What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?
I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
0
votes
2answers
321 views
custom aspx page with default.master page CSS issue
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ItemDetails.aspx.cs" Inherits="namespacename" Debug="true" MasterPageFile="~/_layouts/default.master" %>
<%@ Assembly ...
4
votes
1answer
113 views
Define a new custom DelegateControl tag and ControlId?
I would like to add a new custom-defined DelegateControl to the bottom of my MasterPage so that I can install Google Remarketing markup to the bottom of all my pages with a Feature. I already have the ...
4
votes
0answers
112 views
Can I set master page based on whether user is anonymous or not? [duplicate]
Possible Duplicate:
A seperate masterpage for annoymous users?
Stemming from a previous suggestion on how I can display my sharepoint site completely differently to anoymous users, I am ...
7
votes
2answers
139 views
Pulling hair out: How to customize MOSS2007 site to be front facing
I have a client that I've been working for that has a front facing MOSS2007 site, and wants another one. I originally did the work by using SD2007, creating a master page, and then creating a bunch of ...
0
votes
2answers
483 views
NullReferenceException on function call in master page
I've got the following code that works well on most pages in SharePoint 2010; but it blows up on Site Actions > Site Settings > Manage site features with a NullReferenceException on the GetRootTitle() ...
1
vote
1answer
95 views
Editing custom master pg. gives “Access Denied”
I'm getting an error on SP2010 while editing a custom master page: When any user who doesn't have administrative (Full Control) rights tries to access the site, it gives "Access denied". This page ...
2
votes
2answers
745 views
Site with custom master page reverts to v4.master on upgrade
I have a web application in 2007 that contains a bunch of sites that all used a custom site definition and a custom master page (deployed using a feature). All is well.
I've upgraded the code for ...
1
vote
1answer
461 views
Custom .aspx pages in Sharepoint 2010
I need to deploy a custom aspx page to Sharepoint 2010 using Visual Studio. So far I added a new Sharepoint 2010 page and I see the new page in my 14 hive.
However, I can't figure out how I can access ...