SPSFAQ
SharePoint Server Frequently Asked Questions
affiliate links


Buy a sponsored link

You could have a link to your website on every page of SPSFAQ.


Customising SharePoint

SPSFAQ0302121 - Is there another way to apply a theme to SharePoint? - 0 Comments - stephencummins - Fri, Sep 24th, 2004 - Customisation
A HttpModule for Windows SharePoint Services and SharePoint Portal Server 2003 to skin SharePoint by modifying the HTML output send to the browser. Works also for any ASP.NET application.

http://www.gotdotnet.com/workspaces/workspace.aspx?id=3ed68681-ae28-4d33-8c36-403e6af7fa11
SPSFAQ0302120 - How do I create a custom theme? - 0 Comments - stephencummins - Fri, Sep 24th, 2004 - Customisation
Thanks to Susan Warren for posting this on the Newsgroup!

Create a custom theme
-----------------------
All of the themes available for use on a SharePoint server are stored beneath a single folder (one subfolder per theme):

C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\THEMES

To create a theme, you'll not only need to create a new folder with the images and CCS files that make up the theme, but you'll also need to preview them with SharePoint site as you work. Here are the basic steps to create a new theme called "MIST":

=First, make a working copy of the new theme.
Pick one of the folders containing a theme in the directory listed above, and make a copy of it in directory listed above. For example, copy the WATER folder to the MIST folder. Note: the folder name must be all caps.
You can modify the files you copied as a starting point for your theme.

=Second, modify the files that hook your theme to the list of available
themes.
In your theme's folder, rename the WATER.INF file to the MIST.INF. This name should match your folder name exactly.
Edit the INF file to set the title of your theme.

[info]
title=MistTheme

Finally, the list of available themes is defined in this file:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\SPTHEMES.XML
Edit this XML file and insert a new section for your custom theme, in the position in the list you want your entry to appear. Note: the list is not automatically alphabetized.

- <Templates>
<TemplateID>mist</TemplateID>
<DisplayName>MistTheme</DisplayName>
<Description>Description</Description>
<Thumbnail>../images/mistimage.png</Thumbnail>
<Preview>../images/mistimage.gif</Preview>
</Templates>

· The TemplateID must match your folder name, but should be all lower case.
· The DisplayName should match the title you set in the MIST.INF file. At least, that's the convention the canned themes follow.
· The Preview image is a 300h x 180w pixel gif, and is used by the Apply a Theme function in the Admin tool. It's unclear to me whether/when the PNG version is used.

=Third, apply the theme to your SharePoint site.
1. On the top link bar, click Site Settings.
2. In the Manage This Web section, click Apply theme to site.
3. Choose the name of your new theme, and click Apply.

=Finally, implement and test your changes
Now you can navigate to your SharePoint site to view the effects of your changes to the theme.


Editing a 'Theme' with FrontPage 2003
----------------------------------------
You can change the rendering of all or part of a page using the feature called "Themes" in FrontPage, but the implementation appears to be different. It overrides the site theme applied by SharePoint for part or all of a page, using the webbot mechanism. In many cases these changes are not carried throughout a site.

Deploying a custom theme
--------------------------
To my knowledge no automated tool for this yet exists. To deploy a new theme to a SharePoint installation, you could manually copy the folder for the theme in the correct path and add an entry to the SPSTHEMES.XML file.
SPSFAQ0302119 - How do I Show Presence Information In SharePoint Web Parts? - 0 Comments - stephencummins - Sat, Sep 11th, 2004 - Customisation
Showing Presence Information In SharePoint Web Parts - Jan Tielens' Bloggings

http://weblogs.asp.net/jan/archive/2004/05/04/125703.aspx

Here's how you configure it in SharePoint:

http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stse14.mspx
SPSFAQ0302118 - How do I change the menu with 'Shared View" etc on it? - 0 Comments - stephencummins - Fri, Sep 3rd, 2004 - Customisation
Thanks to Giles Gregg on this Share Points blog of this!

http://sharepoints.blogspot.com/2004/08/modify-shared-page.html

SPSFAQ0302117 - How to display a preview of your web part in Frontpage 2003 - 0 Comments - stephencummins - Sun, Aug 22nd, 2004 - Customisation
http://dev.collutions.com/blog/Pages/IDesignTimeHtmlProvider.aspx

Implementing the IDesignTimeHtmlProvider Interface
By Jim Duncan
SPSFAQ0302116 - How do I add links to MySite from any page in Sharepoint? - 0 Comments - stephencummins - Sat, Aug 21st, 2004 - Customisation
Read here:

http://weblogs.asp.net/mnissen/archive/2004/07/06/174015.aspx

Thanks to Mads Haugbø Nissen for this
SPSFAQ0302115 - How to write the Definitive 'Hello World' Web Part Tutorial - 0 Comments - stephencummins - Sat, Aug 21st, 2004 - Customisation
SPSFAQ0302114 - How do I quickly get a Debuggable/Deployable web part up and running? - 0 Comments - stephencummins - Sat, Aug 21st, 2004 - Customisation

Page 8 of 24  -  Jump to: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

Search options
Search for
   
In fields
   
In category
   
Dated in
   

links
subscribe
Get the latest posts via email:

quick search
Search via Google:

random books


Copyright © SPSFAQ.com, Stephen Cummins Limited, All Rights Reserved