Daniel Larson (www.portal
Guest
|
Posted:
Fri Dec 24, 2004 3:13 am Post subject:
RE: web part page template |
|
|
Hey Mezzo
Follow the directions in the SDK. Copy the STS site template and edit your
copy. If you don't need a webpart, just add an <img> tag with your image. If
you do need a webpart you'll need to script it in ONET.XML following the
example of the site image webpart that is in the STS template. Anything that
you add through ONET will only be available to sites already created with
that site template. Any changes to the aspx files in the templates directory
will apply to sites already created with the template.
BTW, I just did a post on guidelines for setting up your dev box without
running as admin. I use scripts to deploy to the templates folder from my
visual studio solution, and running deployment DOS scripts can be dangerous
as an administrator (I ended up blowing up my computer doing this, so I
decided to develop as a user.) You can read my post at
http://w3.portalbuilder.org/sites/daniellarson/blog/default.aspx (Monday,
December 20, 2004.)
Daniel Larson
http://www.portalbuilder.org
"Mezzo" wrote:
| Quote: | Hi,
I would like to create a new Web part page template with special
WebPartZone, at the top of the page, which integrate picture (company
logotype) by default.
I try to do that with the SDK ("Creating Custom Web Part Page Templates for
Microsoft SharePoint Products and Technologies " ) but it’s not working well…
Do you know a good way to do that ?
Thanks for help…
|
|
|