Tagged Questions
1
vote
2answers
43 views
How Can I Change My Intranet's Homepage Page Layout?
As part of the branding of our new SP2013-based intranet, I have created a new custom Masterpage and Page Layouts and set this as the default Masterpage.
I have also created a custom Masterpage and ...
2
votes
1answer
34 views
Creating pages dynamically through code?
First thing is first, I'm doing this in Sharepoint 2013.
I'm not exactly sure what the best approach is to be, so I'm explaining my problem and hopefully people can throw around some terms or ideas ...
0
votes
1answer
31 views
How to display “English” link on Arabic website and “Arabic” link on English website
I want to display link "Arabic" on my English site so user can click on it to view "Arabic" version. I want to do similar thing on my Arabic site where it will display link "English".
How do I do ...
0
votes
0answers
32 views
How to use customized Default Page Layout for Catalog Item Pages?
I try to implement an internet site with SharePoint 2013 using the new concept of cross site publishing.
Content is stored in an authoring site collection and crawled through the search service app. ...
0
votes
1answer
36 views
Will it come in Master Page or Page Layout? (doing integration for the first time)
I am going to integrate the following home and about page for the first time using SharePoint designer. As far as I know there are 3 types of pages.
Master page
Page layout that comes under master ...
0
votes
1answer
39 views
Use welcomepage from parent on subsites
How can I use a custom welcomepage (Home.aspx) on every subsite I create?
When I select the Welcomepage in Site Settings I get an Welcome page invalid error.
0
votes
2answers
90 views
How do I add a list to the master page?
In WCM, I have a list (or two) that I would like to have appear on every page of the site using SPD. I would like this list to be dynamic, based on and existing list.
How do I add this list to all ...
1
vote
2answers
1k views
Multiple master pages or layouts?
On a branding website, I placed header and footer in the master page. Then I created the layout for welcome page and another for sub-sites. Now, the footer in main page has an extra row (a div nested ...
0
votes
1answer
105 views
Default Web-Part Page for new Lists / Calendars etc
When you have a team site and create a new List of Document Library, Calendar etc. SharePoint creates a new WebPart page and places the respective WebPart in there. As you can see when you edit the ...
0
votes
0answers
46 views
Save MasterPage to file system is not bringing Webpart data
I am saving some masterpages to the file systems in some build scripts to automate the process of building deployment packages. This is what I am using to save the masterpages and layouts:
using ...
0
votes
5answers
2k views
Add a Web Part to a Master Page for only one page in SP2010?
I would like to add a Web Part to part of a Master Page, but only in the case of the home page of the site. Otherwise it is not needed.
How can I handle this? (see attached image) Do I have to ...
0
votes
1answer
1k views
Overwrite custom masterpage on deployment? [duplicate]
Possible Duplicate:
How to update custom master page and page layout, which is already deployed
I have my custom masterpage in my visual studio solution and first time I deployed it worked ...
0
votes
2answers
136 views
Custom Master Page Issue
I was hoping someone could help me out with a little issue I have in regards to a customized masterpage. A bit of background:
I need to revamp our Intranet website upon migration to 2010 so decided ...
2
votes
2answers
756 views
Application pages and master pages
We plan to use SharePoint 2010 application pages and wondered about our current setup, which has the default master page (v4.master) with no changes but a heavily customized page layout for the ...
1
vote
0answers
231 views
SitePages uses System Master Page?? Why?
Bit of a strange issue today.
I wasn't involved in the initial branding/master pages etc of my companie's SP Environment. Anyways, I have a strange issue.
On my site, I have some pages storted under ...
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.
...
0
votes
5answers
6k views
How to change the master page associated to a custom page layout?
I'm creating a custom page layout starting from the Article Page layout, which is associated by default to the master page v4.master. I want now associate this web page with a custom master page of my ...
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 ...
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
439 views
Fixed content in page layouts
I hope you can help me with this simple user case.
I have a master page and several page layouts in SharePoint 2010. The master page standardizes only the header, navigation and footer. The page ...
25
votes
5answers
10k views
How to update custom master page and page layout, which is already deployed
I have a feature which deploying custom page layout. It's done by this code:
<Module Name="MasterPageModule" Url ="_catalogs/masterpage">
<File Path="MasterPageModule\defaultTemplate.aspx" ...
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
1answer
5k views
Change page title in SharePoint 2010
I've noticed that using the default master page on SP2010, there doesn't seem to be any way to change the page title. The page's Edit Properties is grayed out and in SPDesigner, the title area is ...
0
votes
2answers
764 views
How to setup an internet facing site using MasterPages and Page layouts?
I'm trying to customize my SharePoint site to be an internet facing site.
I know I can do this by setting up customized masterpages and page layouts, but I didn't find a lot of documentation for ...
0
votes
2answers
513 views
Reusable content disappearing on Publishing Page
On the publishing site I've created a simple page with a Page Content. I've added a web part there and then I'm trying to add a Reusable Content. However it turns into a like here
Any workarounds?
1
vote
3answers
2k views
Sharepoint Designer 2010 - imported master page ends up showing under page layouts
When I import a master page in Sharepoint Designer 2010, using the 'Import Files' button (while clicked into the "Master Pages" section, the file is imported, but not to Master pages. It goes instead ...
1
vote
2answers
1k views
Custom New Web Part Page Template when creating page
I want to give the user the ability to create web part pages, from a template, where the the left column is a web part, lets call it LEFTNAVPART, and the header is another web part, let's call it ...
2
votes
3answers
1k views
Coding against SPUrl
How can I work with SPUrl in my code-behind file for master pages and page layouts?
I don't see any access to this in the SharePoint namespaces.