Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Others
cms.evaluation
cms.general
comm.businessdesk
comm.campaigns_csf
comm.catalog
comm.datawarehousing
comm.deploy.
comm.general
comm.sdk
comm.solutionsites
comm.userprofilemgt
commerce.analysis
crm
crm.deployment
crm.developer
hiserver.general
mobility.miserver
sharep.portal.config
sharep.portal.dev
sharep.portal.docmgmt.
sharep.portal.installation
sharep.portal.sdk
sharep.portal.search
sharep.team.caml
sharep.teamservices
sharep.windowsservices
sharep.winservices.dev
sharepoint.portalserver
siteserv.knowledgemgr
siteserver.analysis
siteserver.commerce
siteserver.css
siteserver.general
siteserver.publishing
siteserver.sdk
siteserver.search
site-server.site-mgmt
site-server.webpost
  
 
date: Mon, 25 Jul 2005 09:10:04 -0700,    group: microsoft.public.sharepoint.portalserver.development        back       


Creating Themes In Windows SharePoint Services (WSS)   
I'm using WSS, not SPS, and have a need to create my own theme. To that end I 
have done the following:

1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:

<Templates>
	<TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
	<DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
	<Description>Description</Description>
	<Thumbnail>../images/thevrgrn.png</Thumbnail>
	<Preview>../images/thHSPD.gif</Preview>
</Templates>

2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0 wherein I 
have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN folder.

3) Created file thHSPD.gif (preview file) and placed it in 
\60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the 
EVRGREEN template.

4) Stopped and restarted IIS.

The new theme appears on the "Apply Theme to Web site" web page just as 
expected, and when I single-click on the new theme name I see the preview 
thHSPD.gif just as expected, but when I click the "Apply" button, I receive 
an error page with the error message, "Cannot open 
"HSHotSpotProgramDeliveryV1.0": no such file or folder."

I have ensured that the TemplateID in Step 1) matches the folder name 
created in Step 2). What could I have missed that would be causing this error?

Thanks!

Ricky
date: Mon, 25 Jul 2005 09:10:04 -0700   author:   RickyV

Re: Creating Themes In Windows SharePoint Services (WSS)   
The TemplateID needs to be 8 characters or less and all alpha-numeric. 
Change it to something like HSHOTSPT and you should be fine.

--
Bil Simser
SharePoint MVP, BSc., MCSD
Calgary, Alberta
http://weblogs.asp.net/bsimser



"RickyV"  wrote in message 
news:ACCA2AC9-18CF-415D-B3ED-BBADBD49E981@microsoft.com:

> I'm using WSS, not SPS, and have a need to create my own theme. To that
> end I
> have done the following:
>
> 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:
>
> <Templates>
> <TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> <DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> <Description>Description</Description>
> <Thumbnail>../images/thevrgrn.png</Thumbnail>
> <Preview>../images/thHSPD.gif</Preview>
> </Templates>
>
> 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0
> wherein I
> have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN
> folder.
>
> 3) Created file thHSPD.gif (preview file) and placed it in
> \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the
> EVRGREEN template.
>
> 4) Stopped and restarted IIS.
>
> The new theme appears on the "Apply Theme to Web site" web page just as
> expected, and when I single-click on the new theme name I see the
> preview
> thHSPD.gif just as expected, but when I click the "Apply" button, I
> receive
> an error page with the error message, "Cannot open
> "HSHotSpotProgramDeliveryV1.0": no such file or folder."
>
> I have ensured that the TemplateID in Step 1) matches the folder name
> created in Step 2). What could I have missed that would be causing this
> error?
>
> Thanks!
>
> Ricky
date: Tue, 26 Jul 2005 07:05:05 GMT   author:   Bil Simser [MVP]

Re: Creating Themes In Windows SharePoint Services (WSS)   
Bil:

Thanks for this most excellent advice; progress has been achieved! However, 
when I apply the theme I now get the error message, "A theme with the name 
"HSHOTSPT 1011" and version  already exists on the server." I've not yet 
stopped and restarted IIS but will ask my Administrator Team to do that for 
me. Do you think that will correct this error, or is this indicative of 
problem more difficult to solve?

Regards and thanks,

ricky

"Bil Simser [MVP]" wrote:

> The TemplateID needs to be 8 characters or less and all alpha-numeric. 
> Change it to something like HSHOTSPT and you should be fine.
> 
> --
> Bil Simser
> SharePoint MVP, BSc., MCSD
> Calgary, Alberta
> http://weblogs.asp.net/bsimser
> 
> 
> 
> "RickyV"  wrote in message 
> news:ACCA2AC9-18CF-415D-B3ED-BBADBD49E981@microsoft.com:
> 
> > I'm using WSS, not SPS, and have a need to create my own theme. To that
> > end I
> > have done the following:
> >
> > 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:
> >
> > <Templates>
> > <TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> > <DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> > <Description>Description</Description>
> > <Thumbnail>../images/thevrgrn.png</Thumbnail>
> > <Preview>../images/thHSPD.gif</Preview>
> > </Templates>
> >
> > 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0
> > wherein I
> > have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN
> > folder.
> >
> > 3) Created file thHSPD.gif (preview file) and placed it in
> > \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the
> > EVRGREEN template.
> >
> > 4) Stopped and restarted IIS.
> >
> > The new theme appears on the "Apply Theme to Web site" web page just as
> > expected, and when I single-click on the new theme name I see the
> > preview
> > thHSPD.gif just as expected, but when I click the "Apply" button, I
> > receive
> > an error page with the error message, "Cannot open
> > "HSHotSpotProgramDeliveryV1.0": no such file or folder."
> >
> > I have ensured that the TemplateID in Step 1) matches the folder name
> > created in Step 2). What could I have missed that would be causing this
> > error?
> >
> > Thanks!
> >
> > Ricky
> 
>
date: Tue, 26 Jul 2005 06:11:06 -0700   author:   RickyV

Re: Creating Themes In Windows SharePoint Services (WSS)   
Bil:

Unfortunately IISRESET did NOT resolve this problem. I continue to get the 
same error message, "A theme with the name "HSHOTSPT 1011" and version  
already exists on the server." Can you help, please?

Regards,

Ricky

"RickyV" wrote:

> Bil:
> 
> Thanks for this most excellent advice; progress has been achieved! However, 
> when I apply the theme I now get the error message, "A theme with the name 
> "HSHOTSPT 1011" and version  already exists on the server." I've not yet 
> stopped and restarted IIS but will ask my Administrator Team to do that for 
> me. Do you think that will correct this error, or is this indicative of 
> problem more difficult to solve?
> 
> Regards and thanks,
> 
> ricky
> 
> "Bil Simser [MVP]" wrote:
> 
> > The TemplateID needs to be 8 characters or less and all alpha-numeric. 
> > Change it to something like HSHOTSPT and you should be fine.
> > 
> > --
> > Bil Simser
> > SharePoint MVP, BSc., MCSD
> > Calgary, Alberta
> > http://weblogs.asp.net/bsimser
> > 
> > 
> > 
> > "RickyV"  wrote in message 
> > news:ACCA2AC9-18CF-415D-B3ED-BBADBD49E981@microsoft.com:
> > 
> > > I'm using WSS, not SPS, and have a need to create my own theme. To that
> > > end I
> > > have done the following:
> > >
> > > 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:
> > >
> > > <Templates>
> > > <TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> > > <DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> > > <Description>Description</Description>
> > > <Thumbnail>../images/thevrgrn.png</Thumbnail>
> > > <Preview>../images/thHSPD.gif</Preview>
> > > </Templates>
> > >
> > > 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0
> > > wherein I
> > > have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN
> > > folder.
> > >
> > > 3) Created file thHSPD.gif (preview file) and placed it in
> > > \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the
> > > EVRGREEN template.
> > >
> > > 4) Stopped and restarted IIS.
> > >
> > > The new theme appears on the "Apply Theme to Web site" web page just as
> > > expected, and when I single-click on the new theme name I see the
> > > preview
> > > thHSPD.gif just as expected, but when I click the "Apply" button, I
> > > receive
> > > an error page with the error message, "Cannot open
> > > "HSHotSpotProgramDeliveryV1.0": no such file or folder."
> > >
> > > I have ensured that the TemplateID in Step 1) matches the folder name
> > > created in Step 2). What could I have missed that would be causing this
> > > error?
> > >
> > > Thanks!
> > >
> > > Ricky
> > 
> >
date: Tue, 26 Jul 2005 08:02:40 -0700   author:   RickyV

Re: Creating Themes In Windows SharePoint Services (WSS)   
Do you have a space in the theme name? I don't believe you can use 
spaces.

--
Bil Simser
SharePoint MVP, BSc., MCSD
Calgary, Alberta
http://weblogs.asp.net/bsimser



"RickyV"  wrote in message 
news:F103BC18-5B2F-4BDE-9F64-EB7D385485BE@microsoft.com:

> Bil:
>
> Unfortunately IISRESET did NOT resolve this problem. I continue to get
> the
> same error message, "A theme with the name "HSHOTSPT 1011" and version
> already exists on the server." Can you help, please?
>
> Regards,
>
> Ricky
>
> "RickyV" wrote:
>
>
> > Bil:
> >
> > Thanks for this most excellent advice; progress has been achieved!
> However,
> > when I apply the theme I now get the error message, "A theme with the
> name
> > "HSHOTSPT 1011" and version  already exists on the server." I've not
> yet
> > stopped and restarted IIS but will ask my Administrator Team to do
> that for
> > me. Do you think that will correct this error, or is this indicative
> of
> > problem more difficult to solve?
> >
> > Regards and thanks,
> >
> > ricky
> >
> > "Bil Simser [MVP]" wrote:
> >
>
> > > The TemplateID needs to be 8 characters or less and all
> alpha-numeric.
> > > Change it to something like HSHOTSPT and you should be fine.
> > >
> > > --
> > > Bil Simser
> > > SharePoint MVP, BSc., MCSD
> > > Calgary, Alberta
> > > http://weblogs.asp.net/bsimser
> > >
> > >
> > >
> > > "RickyV"  wrote in message
> > > news:ACCA2AC9-18CF-415D-B3ED-BBADBD49E981@microsoft.com:
> > >
>
> > > > I'm using WSS, not SPS, and have a need to create my own theme. To
> that
> > > > end I
> > > > have done the following:
> > > >
> > > > 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as
> follows:
> > > >
> > > > <Templates>
> > > > <TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> > > > <DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> > > > <Description>Description</Description>
> > > > <Thumbnail>../images/thevrgrn.png</Thumbnail>
> > > > <Preview>../images/thHSPD.gif</Preview>
> > > > </Templates>
> > > >
> > > > 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0
> > > > wherein I
> > > > have placed a copy of all files from the
> \60\TEMPLATE\THEMES\EVRGREEN
> > > > folder.
> > > >
> > > > 3) Created file thHSPD.gif (preview file) and placed it in
> > > > \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail
> of the
> > > > EVRGREEN template.
> > > >
> > > > 4) Stopped and restarted IIS.
> > > >
> > > > The new theme appears on the "Apply Theme to Web site" web page
> just as
> > > > expected, and when I single-click on the new theme name I see the
> > > > preview
> > > > thHSPD.gif just as expected, but when I click the "Apply" button,
> I
> > > > receive
> > > > an error page with the error message, "Cannot open
> > > > "HSHotSpotProgramDeliveryV1.0": no such file or folder."
> > > >
> > > > I have ensured that the TemplateID in Step 1) matches the folder
> name
> > > > created in Step 2). What could I have missed that would be causing
> this
> > > > error?
> > > >
> > > > Thanks!
> > > >
> > > > Ricky
> > >
>
> > >
date: Wed, 27 Jul 2005 08:55:26 GMT   author:   Bil Simser [MVP]

RE: Creating Themes In Windows SharePoint Services (WSS)   
Bil:

No I don't have a space. Here's my entry out of SPTHEMES.XML:

<Templates>
	<TemplateID>HSHOTSPT</TemplateID>
	<DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
	<Description>Description</Description>
	<Thumbnail>../images/thevrgrn.png</Thumbnail>
	<Preview>../images/thHSPD.gif</Preview>
</Templates>

Any other thoughts?

Regards,

Ricky

"RickyV" wrote:

> I'm using WSS, not SPS, and have a need to create my own theme. To that end I 
> have done the following:
> 
> 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:
> 
> <Templates>
> 	<TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> 	<DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> 	<Description>Description</Description>
> 	<Thumbnail>../images/thevrgrn.png</Thumbnail>
> 	<Preview>../images/thHSPD.gif</Preview>
> </Templates>
> 
> 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0 wherein I 
> have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN folder.
> 
> 3) Created file thHSPD.gif (preview file) and placed it in 
> \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the 
> EVRGREEN template.
> 
> 4) Stopped and restarted IIS.
> 
> The new theme appears on the "Apply Theme to Web site" web page just as 
> expected, and when I single-click on the new theme name I see the preview 
> thHSPD.gif just as expected, but when I click the "Apply" button, I receive 
> an error page with the error message, "Cannot open 
> "HSHotSpotProgramDeliveryV1.0": no such file or folder."
> 
> I have ensured that the TemplateID in Step 1) matches the folder name 
> created in Step 2). What could I have missed that would be causing this error?
> 
> Thanks!
> 
> Ricky
date: Wed, 27 Jul 2005 06:56:03 -0700   author:   RickyV

RE: Creating Themes In Windows SharePoint Services (WSS)   
Ricky,
We have been having the same problem - did you find a solution?
Regards
Ben

"RickyV" wrote:

> Bil:
> 
> No I don't have a space. Here's my entry out of SPTHEMES.XML:
> 
> <Templates>
> 	<TemplateID>HSHOTSPT</TemplateID>
> 	<DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> 	<Description>Description</Description>
> 	<Thumbnail>../images/thevrgrn.png</Thumbnail>
> 	<Preview>../images/thHSPD.gif</Preview>
> </Templates>
> 
> Any other thoughts?
> 
> Regards,
> 
> Ricky
> 
> "RickyV" wrote:
> 
> > I'm using WSS, not SPS, and have a need to create my own theme. To that end I 
> > have done the following:
> > 
> > 1) Added a theme to \60\TEMPLATE\LAYOUTS\1033\SPETHEMES.XML, as follows:
> > 
> > <Templates>
> > 	<TemplateID>HSHotSpotProgramDeliveryV1.0</TemplateID>
> > 	<DisplayName>HotSpot Program Deliveryv v1.0</DisplayName>
> > 	<Description>Description</Description>
> > 	<Thumbnail>../images/thevrgrn.png</Thumbnail>
> > 	<Preview>../images/thHSPD.gif</Preview>
> > </Templates>
> > 
> > 2) Created folder \60\TEMPLATE\THEMES\HSHotSpotProgramDeliveryV1.0 wherein I 
> > have placed a copy of all files from the \60\TEMPLATE\THEMES\EVRGREEN folder.
> > 
> > 3) Created file thHSPD.gif (preview file) and placed it in 
> > \60\TEMPLATE\IMAGES, but continue to use (for now) the thumbnail of the 
> > EVRGREEN template.
> > 
> > 4) Stopped and restarted IIS.
> > 
> > The new theme appears on the "Apply Theme to Web site" web page just as 
> > expected, and when I single-click on the new theme name I see the preview 
> > thHSPD.gif just as expected, but when I click the "Apply" button, I receive 
> > an error page with the error message, "Cannot open 
> > "HSHotSpotProgramDeliveryV1.0": no such file or folder."
> > 
> > I have ensured that the TemplateID in Step 1) matches the folder name 
> > created in Step 2). What could I have missed that would be causing this error?
> > 
> > Thanks!
> > 
> > Ricky
date: Wed, 26 Oct 2005 09:21:06 -0700   author:   BenThornton

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us