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

  1. On the SharePoint server go to the Themes folder e.g. c:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEThemes
  2. Make a copy one of the existing theme folders and its contents rename it e.g. MyTheme.
  3. Rename the .INF file within the MyTheme folder to MyTheme.INF
  4. Edit MyTheme.INF.
    1. 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.
    2. In the titles section, rename the names to your new name. this section is to present the name in the different language.
  5. 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
  6. 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>

  7. Modify the CSS within MyTheme folder to personalize your theme.
  8. Run iisreset from the command prompt
  9. Apply the new theme!

7 Comments so far »

  1. Michael Gannotti said,

    Wrote on March 11, 2007 @ 1:19 pm

    This is great! Thanks for sharing! :-)

  2. 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.

  3. 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 [...]

  4. sandeep said,

    Wrote on February 23, 2008 @ 8:53 am

    this does not work ( anyway good copy paste from WSS SDK )_

  5. 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.

  6. 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

  7. 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

Comment RSS · TrackBack URI

Leave a Comment

Name: (Required)

E-mail: (Required)

Website:

Comment: