Creating Themes In Windows SharePoint Services (WSS)
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Creating Themes In Windows SharePoint Services (WSS)

 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server Development
Author Message
RickyV
Guest





Posted: Mon Jul 25, 2005 4:52 pm    Post subject: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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
Back to top
bsimser



Joined: 22 Jul 2005
Posts: 175

Posted: Tue Jul 26, 2005 8:52 am    Post subject: Re: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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" <RickyV@discussions.microsoft.com> wrote in message
news:ACCA2AC9-18CF-415D-B3ED-BBADBD49E981@microsoft.com:

Quote:
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
Back to top
View user's profile Send private message Send e-mail
RickyV
Guest





Posted: Tue Jul 26, 2005 4:52 pm    Post subject: Re: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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:

Quote:
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" <RickyV@discussions.microsoft.com> 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

Back to top
RickyV
Guest





Posted: Tue Jul 26, 2005 4:52 pm    Post subject: Re: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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:

Quote:
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" <RickyV@discussions.microsoft.com> 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

Back to top
bsimser



Joined: 22 Jul 2005
Posts: 175

Posted: Wed Jul 27, 2005 12:51 pm    Post subject: Re: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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" <RickyV@discussions.microsoft.com> wrote in message
news:F103BC18-5B2F-4BDE-9F64-EB7D385485BE@microsoft.com:

Quote:
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" <RickyV@discussions.microsoft.com> 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


Back to top
View user's profile Send private message Send e-mail
RickyV
Guest





Posted: Wed Jul 27, 2005 4:54 pm    Post subject: RE: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

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:

Quote:
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
Back to top
BenThornton
Guest





Posted: Wed Oct 26, 2005 4:51 pm    Post subject: RE: Creating Themes In Windows SharePoint Services (WSS) Reply with quote

Ricky,
We have been having the same problem - did you find a solution?
Regards
Ben

"RickyV" wrote:

Quote:
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
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Portal Server Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB