Mono Support changing a template name of an existing page 

Viewed 18527 time(s), 4 post(s), 3/11/2011 1:50:00 PM - by testmmi
3/11/2011 1:50:01 PM
93 Reputation 11 Total posts

Hi, is it possible to change the template name of an existing page. There is no box to select another template like when i create a new page.
</br>beste regards
</br>Markus
</br>

1
3/11/2011 4:36:57 PM
3016 Reputation 428 Total posts

Hi testmmi,

as Denis wrote, you can do it by choosing a different master page or a theme. There are two ways to achive that:

1. Dynamically:

change the master page or theme (in page properties, see the attach-monoxSupport.png) of your existing page.

Please note that if you change the Master page/Theme this way, MasterPageFile/Theme in markup will not be changed, those changes will be saved in the
database.

2. Through Markup

you just need to specify a new master page file or theme

e.g.

  MasterPageFile="/YourSite/MasterPages/YourMasterPage.master"
  Theme="YourTheme"


Regards,
Ivan Marusic

2
3/11/2011 4:07:22 PM
7207 Reputation 956 Total posts

Hi Markus,
I was under the impression that this was not possible, but it is - template is actually composed of a theme and a master page. Although you don't have the option to choose the new template page, you have the fields for theme and master page (which are stored in a template page). We will send more instructions soon.

3
3/14/2011 8:07:03 AM
93 Reputation 11 Total posts

Many thanks for your answers!

4
This is a demo site for MonoX. Please visit Mono Software for more info.