http://mctalex.blogspot.com.au/2013/07/powershell-fix-for-app-master-problem.html
All About SharePoint is a blog about SharePoint, InfoPath and related technologies. It was started in 2005 and has good readership in many countries. It covers SharePoint 2003, 2007, 2010, 2013, 2016 and Office 365. You can read articles, tips, tutorials and news. It has code samples and complete applications as well.
Tuesday, February 11, 2014
applying new master page breaks sharepoint apps - is not allowed because the reference is outside of the app web
http://mctalex.blogspot.com.au/2013/07/powershell-fix-for-app-master-problem.html
Saturday, December 17, 2011
Where is master page link in SharePoint site?
1. Go to Site Settings.
2. Under Site Actions, click Manage site features
3. Enable SharePoint Server Publishing
Tuesday, November 22, 2011
Site interface looks messed up after deploying SharePoint 2007 site definition in SharePoint 2010
- Open the site in SharePoint Designer
- Go to Master Pages.
- You will see different master pages. Your custom master page is set to default automatically when you deploy the site definition. Right click default.master and select “Set as Default Master Page”.

Figure 1: Set as Default Master Page

Message is:
- If we install site definitions (created in SharePoint 2007) directly in SP 2010, the interface is totally messed up (because it uses new SharePoint interface) and we have to revert to the old v3 interface (using steps shown above).
- If we upgrade SharePoint 2007 sites to SP 2010 (using attach DB method), the sites use old v3 interface by default but if we visually upgrade them to use v4 interface, they seem to work fine. No issues!
Monday, October 3, 2011
Page Layout: This Control is Currently Disabled.(Via Erik Swenson)
Extracted
“Update: Quick fix at the bottom of this post.
Here is a SharePoint 2010 Bug that needs to be fixed. If you have a custom design and you moved the site actions out and below the Ribbon Control, you will notice that when you go to change a publishing page layout via the ribbon the option is disabled.
Here is what the SharePoint 2010 publishing site Ribbon Page Layout Chooser looks like when active:”
Click here, if you want to read the complete article.