iMIS15.1 Publuc view theme

Not sure if we are going about this the right way but we are working on getting the iMIS 15.1 public view ready for production.  We've create a master page and template directory but so far when we change the web.config file to point to the new master page it reverts back to the Public.master file in sub pages.

We have tried to change the code in the events.aspx file from:

<%@ page language="c#" inherits="Asi.Bae.Web.Events.Events, Asi.iWC.Core.Events" 
	masterpagefile="~/Templates/MasterPages/public.master" 
	title="Events" enableEventValidation="false" %>

to:

<%@ page language="c#" inherits="Asi.Bae.Web.Events.Events, Asi.iWC.Core.Events" 
	masterpagefile="~/Templates/MasterPages/myMaster.master"
	title="Events" enableEventValidation="false" %>

This still didn't work and I'm not sure I like the idea of having to change all those files because I can see this comming back on us when the next release of iMIS comes out.

Any suggestions would be appreciated.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

In 15.1, WCM controls the

In 15.1, WCM controls the look and feel of a website.

To change the public website's master page, logon to iMIS.

1. Go to iSA on the top menu.
2. Click on Manage Websites
3. Click on iMIS Web View
4. Expand the Site look and feel web part on website properties page.
5. Change the master page from the drop down labelled "MasterPage/Template to use for the site's layout".

Let me know if this works for you.

Regards
Nasser

Not sure if I'm doing this

Not sure if I'm doing this right but when we made these changes it didn't effect the public view but did change our imis admin view.

You would only want to do

You would only want to do this if you created the public site in WCM, in which case you would select that site in step 3, not the Web View.

If you are using the Public View (non-WCM), your best bet is probably to just replace the public.master and Admin.master files (they are identical for the Public View) with your custom master. Note that you may need to re-apply your changes after an update, and will definitely need to do so after a full upgrade.