I was trying to work out if you could derive one template from another.
Here's why.

I have a site template which I have the company logo and menu's in etc. This
all work fine. I also have a requirement to extend this to include a table
which will include information relating to courses being run. I wanted to
design the course template based on the site template so that if the site
template changes it is also reflected in the course template.

I did an experiement, I create this scenario where one template ( the sub
template ) has the site template applied to it. However, when you change
the site template it gives no warning that there are pages dependent on it
and does not make any changes to the template which is based upon it.

Am I missing something here, or is there another way to acheive this.

Many Thanks !

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--

Re: DWT Inheritence by Stefan

Stefan
Sat Dec 18 06:47:49 CST 2004

FP 2003 does not support nested DWT templates

Make a copy of your template and apply the copy
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"OHM ( Terry Burns )" <me@mine.com> wrote in message news:OdwMlOP5EHA.3828@TK2MSFTNGP09.phx.gbl...
| I was trying to work out if you could derive one template from another.
| Here's why.
|
| I have a site template which I have the company logo and menu's in etc. This
| all work fine. I also have a requirement to extend this to include a table
| which will include information relating to courses being run. I wanted to
| design the course template based on the site template so that if the site
| template changes it is also reflected in the course template.
|
| I did an experiement, I create this scenario where one template ( the sub
| template ) has the site template applied to it. However, when you change
| the site template it gives no warning that there are pages dependent on it
| and does not make any changes to the template which is based upon it.
|
| Am I missing something here, or is there another way to acheive this.
|
| Many Thanks !
|
| --
| OHM ( Terry Burns ) * Use the following to email me *
|
| Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
| For i As Int32 = 0 To ch.Length - 1
| ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
| Next
| Process.Start("mailto:" & New String(ch))
| --
|
|



Re: DWT Inheritence by OHM

OHM
Sat Dec 18 07:14:43 CST 2004

Shame, this would be a great feature for a managed web site

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:Oq9eJ$P5EHA.1300@TK2MSFTNGP14.phx.gbl...
> FP 2003 does not support nested DWT templates
>
> Make a copy of your template and apply the copy
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "OHM ( Terry Burns )" <me@mine.com> wrote in message
> news:OdwMlOP5EHA.3828@TK2MSFTNGP09.phx.gbl...
> | I was trying to work out if you could derive one template from another.
> | Here's why.
> |
> | I have a site template which I have the company logo and menu's in etc.
> This
> | all work fine. I also have a requirement to extend this to include a
> table
> | which will include information relating to courses being run. I wanted
> to
> | design the course template based on the site template so that if the
> site
> | template changes it is also reflected in the course template.
> |
> | I did an experiement, I create this scenario where one template ( the
> sub
> | template ) has the site template applied to it. However, when you
> change
> | the site template it gives no warning that there are pages dependent on
> it
> | and does not make any changes to the template which is based upon it.
> |
> | Am I missing something here, or is there another way to acheive this.
> |
> | Many Thanks !
> |
> | --
> | OHM ( Terry Burns ) * Use the following to email me *
> |
> | Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
> | For i As Int32 = 0 To ch.Length - 1
> | ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
> | Next
> | Process.Start("mailto:" & New String(ch))
> | --
> |
> |
>
>