4
votes
1answer
172 views

Difference between Publishing Master Page and Standard Master Page

In SharePoint Designer, you can create a new Master Page or a new Publishing Master Page from Content Type. So what is the difference between a Master Page with a Content type of "Publishing Master ...
0
votes
2answers
66 views

System master page is assigned to all pages, and site master pages has no effect

I am building a publishing site in SharePoint 2010, but I have get in troubles when I choose a masterpage: I have to choose the same masterpage to back-end pages and to site pages. I know that I can ...
0
votes
1answer
2k views

Page Title not showing up in the breadcrumb - SharePoint 2010

I am trying to include current page title after site name on a sharepoint 2010 publishing site. The master page that I have created contains the necessary control to render the page title as attached ...
0
votes
1answer
53 views

Line brakes between paragraphs on Page Content Field

I have SharePoint publishing site, just a basic staff - few CQWP and Page Content Field. The problem with my page content field is that it put line brakes between my paragraphs or lines in a sentence. ...
2
votes
2answers
146 views

How can I rename Page Layouts without having to manually reset content pages using those layouts?

I need to rename a bunch of Page layouts and Master Pages without having to re-set the Page Layout to each content page that is using those layouts. For example: I have two page layouts - ...
0
votes
2answers
486 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() ...
2
votes
1answer
1k views

“Attempted to read or write protected memory” exception

We ran into this error while trying to open the page /_catalogs/masterpage/Forms/AllItems.aspx. I'd been attempting to approve a page layout that I'd just updated and checked in a major version. By ...
3
votes
3answers
588 views

Page layouts vs. Master pages

When do you create a custom page layout vs. a custom master page for a site? Is it good practice to create custom page layouts only for limited branding of SharePoint 2010? I'm thinking the page ...
1
vote
2answers
6k views

Can't activate Server Publishing

I'm trying to activate the SharePoint 2010 Server Publishing on a site and it gives the following message: Site The feature being activated is a Site scoped feature which has a dependency on a Site ...
3
votes
2answers
974 views

remove *.debug.js from master page

When I view my SharePoint site I see a lot of .debug.js files being added by SharePoint. Is there a way to stop this happening. cui.debug.js core.debug.js sp.debug.js sp.ribbon.debug.js ...
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 ...
2
votes
1answer
448 views

Dynamic Master Pages

Has anyone ever managed to implement dynamic master pages on a publishing site? Something along the lines of the master page switching automatically depending the referrer or some other passed ...