Here is a short procedure of creating a custom site theme named "Ghost":
- Copy any theme folder in "C: Program Sharedweb extensions12TEMPLATETHEMES server FilesCommon FilesMicrosoft folder and paste with its name replaced with" Ghost ". In this example, copy GRANITE folder.
- In Ghost folder, rename GRANITE.INF file for GHOST.INF capitalized.
- GHOST.INF Open file with notepad.
- Change the value of title under [Info] A Ghost.
- Replace every word, Granite, under [titles] with Ghost.
- Open "C: Program Sharedweb extensions12TEMPLATELAYOUTS1033SPTHEMES.XML server FilesCommon FilesMicrosoft" file with Notepad. Add the following lines under <SPThemes> tag: <Templates> <TemplateID>Ghost</TemplateID> <DisplayName>Ghost</DisplayName> <Description>Ghost theme.</Description> <Thumbnail>images/thghost.gif</Thumbnail> <Preview>images/thghost.gif</Preview> </Templates>
- For display thumbnail and preview correctly, you need to capture the screen and save the file "C: Program Sharedweb extensions12TEMPLATEIMAGES server FilesCommon FilesMicrosoft" folder named thghost.gif. You can change the file name. Gif if you change the image filenames in the preview label.
- Make a iisrest for the server to recognize the new theme.
1 comments: