Create 2007 MOSS Theme
This is super cool, must give it a shot. If you want to create your own 2007 MOSS Theme, follow Aris WiBowo’s instructions as under:
Creating Themes in MOSS 2007
- On the SharePoint server go to the Themes folder e.g. c:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEThemes
- Make a copy one of the existing theme folders and its contents rename it e.g. MyTheme.
- Rename the .INF file within the MyTheme folder to MyTheme.INF
- Edit MyTheme.INF.
- At the info section change the title to MyTheme. Change codepage, e.g 22200, replacing the code page will fixing error. A theme with the name MyTheme 1011 and version already exists on the server.
- In the titles section, rename the names to your new name. this section is to present the name in the different language.
- Provide an image to give a preview of your theme. This image should be placed in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEIMAGES. E.g. tmbMyTheme.gif
- Modify the c:Program FilesCommon FilesMicrosoft Sharedwe server extensions12TEMPLATELayouts1033SPTHEMES.xml to include a reference to the new MyTheme theme
<Templates>
<TemplateID>MyTheme</TemplateID>
<DisplayName> MyTheme </DisplayName>
<Description> MyTheme has a white background with blue control areas and orange highlights.</Description>
<Thumbnail>images/tmbMyTheme.gif</Thumbnail>
<Preview>images/ tmbMyTheme.gif</Preview>
</Templates> - Modify the CSS within MyTheme folder to personalize your theme.
- Run iisreset from the command prompt
- Apply the new theme!
- Thanks, that is quite useful!...
- Hi Guys, Any one know how to push this out to multiple ma...
- Cheers mate. tried a bunch of stuff and this worked a treat ...
- .. ] is another nice source of information on this topic..]...
- I found easier way to do so. Tools-> Options-> Mail F...
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...



Michael Gannotti said,
Wrote on March 11, 2007 @ 1:19 pm
This is great! Thanks for sharing!
Alpesh Nakar said,
Wrote on March 11, 2007 @ 9:03 pm
Hi Michael,
Thanks for sharing your blog address too! It is awesome.
I love to share sharepoint stuff, especially when I am working on them.
Ghillie Suits » Create 2007 MOSS Theme | Alpesh Nakars’ Blogosphere said,
Wrote on October 27, 2007 @ 12:39 am
[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here’s a quick excerpt [...]
sandeep said,
Wrote on February 23, 2008 @ 8:53 am
this does not work ( anyway good copy paste from WSS SDK )_
Alpesh Nakar said,
Wrote on February 23, 2008 @ 7:22 pm
@ Sandeep,
We just used this technique on Friday. So it works. By referring to source it does indicated that it is not my own technique. If you would have appreciated this post, you would have read that I sourced this from another SharePoint blog.
Pratibha said,
Wrote on April 15, 2008 @ 7:51 am
Hi,
I could get the scripting part but my images does not show up. I have a big GIF that I want to use for background for the whole page, this GIF contains my logo and other things. Any idea where I went wrong? or how do I break my big image in to parts and fit it in the script.
Thanks so much,
Pratibha
Pratik said,
Wrote on November 25, 2008 @ 2:46 am
Hi,
It is working and still i am researching more on this.
Any ways its good and it is basic to learn how to create a custom theme….
Thanks