<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Through The Eyes Of A Dreamer &#187; Technical</title>
	<atom:link href="http://heidibrebels.be/blog/archives/tag/technical/feed" rel="self" type="application/rss+xml" />
	<link>http://heidibrebels.be</link>
	<description>home of heidi brebels</description>
	<lastBuildDate>Thu, 10 May 2012 08:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Changing master page for Sharepoint 2007</title>
		<link>http://heidibrebels.be/blog/archives/2007/changing-master-page-for-sharepoint-2007</link>
		<comments>http://heidibrebels.be/blog/archives/2007/changing-master-page-for-sharepoint-2007#comments</comments>
		<pubDate>Wed, 31 Oct 2007 12:21:12 +0000</pubDate>
		<dc:creator>heidi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[master page]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.heidibrebels.be/blog/archives/2007/changing-master-page-for-sharepoint-2007/</guid>
		<description><![CDATA[I&#8217;ve had the honor and priveledge of working with Sharepoint 2007 over the last few weeks. Whether this sentence is complete irony or not, I&#8217;ll leave in the middle for now . Applying our company&#8217;s logo and design to the overall layout of the site turned out to be not as easy as I thought [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the honor and priveledge of working with Sharepoint 2007 over the last few weeks. Whether this sentence is complete irony or not, I&#8217;ll leave in the middle for now <img src='http://heidibrebels.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Applying our company&#8217;s logo and design to the overall layout of the site turned out to be not as easy as I thought it would be.<br />
Of course, the most basic part was making a new masterpage with Sharepoint Designer 2007.Â This I did by making a copy of the default.master and adapt it to my own liking. I created a new css style for it so everything would stay a bit clean. This worked great for the public site parts. Our logo was shining all over the place &#8230; except &#8230; not &#8220;all&#8221; over the place &#8230;</p>
<p>The Sharepoint administration pages don&#8217;t seem to like toÂ blend in very much.Â Turns out that these pages use a different master page: application.master. Whenever youÂ google it everyone seems to scream about how dangerous it is to alter this page and you really shouldn&#8217;t mess with it. SoÂ you can imagine I wasn&#8217;t really jumping on the idea.<br />
So IÂ tried to find workarounds.Â The homepage administration pages seemed to use the same core.css file as the user pages, so IÂ copy/pasted the css styles in my custom made cssÂ into the core.css at theÂ bottom. SoÂ this fixedÂ that problem.<br />
But other administration pages seemed toÂ use a totally different core.css file, oneÂ located at &#8220;&#8230;Program filesMicrosoft SharedWebÂ Server Extensions12templatelayouts1033styles&#8221;. So I did the same for that file.</p>
<p>Et voila &#8230; my site looks like it should w/o modifying the application.master page itself.Â<br />
Some things youÂ should hold into account:</p>
<ul>
<li>makeÂ sure your image pathsÂ are correct</li>
<li>my master pageÂ didn&#8217;t differ thatÂ much from an original one.Â The parts I didn&#8217;t wantÂ visible I just put the position on absolute and theÂ left tag on -10000px so it wouldn&#8217;t show upÂ on my screen. OnÂ my own master page I couldÂ just delete these parts, but this is another way not to show them w/o editing the master page. This of course is only possible if the application.master page isn&#8217;t thatÂ different fromÂ the one you want to accomplish.</li>
<li>make sure you check in, publish and approve the master page you created, otherwise other people won&#8217;t be able to see it</li>
</ul>
<p>Some useful links:</p>
<ul>
<li><a title="Customize application.master" href="http://blogs.msdn.com/sridhara/archive/2007/09/05/can-i-customize-application-master-and-aspx-files-present-under-layouts-folder-moss-2007-application-pages-customization.aspx" target="_blank">Customize application.master</a></li>
<li><a title="All site content page not using master page" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1590269&amp;SiteID=1&amp;pageid=0" target="_blank">All site content page not using master page</a></li>
<li><a title="CSS Reference Chart for Sharepoint 2007" href="http://www.heathersolomon.com/content/sp07cssreference.htm" target="_blank">CSS Reference Chart for SharePoint 2007</a></li>
</ul>
<p>Good luck I&#8217;d say!</p>
]]></content:encoded>
			<wfw:commentRss>http://heidibrebels.be/blog/archives/2007/changing-master-page-for-sharepoint-2007/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

