I am trying to create my own theme for the iMIS15 public view. All I did was copy the "C:\Program Files\ASI\iMIS15\iMIS_public\App_Themes\iMIS" folder and paste it into a new folder called "C:\Program Files\ASI\iMIS15\iMIS_public\App_Themes\CEDA". This way I could modify the style sheets as required, without affecting the iMIS theme.
I then went into the IIS iMISPublic virtual directory properties and went into the ASP.NET tab and clicked on "Edit Configuration". In the General tab, I modified the PublicSiteTheme to be "CEDA". In the Application tab I modified the "Page Theme Default" to also be "CEDA".
When I load the public site and do a "View Source" on the page you can see that it now references the style sheets in the CEDA directory e.g. "App_Themes/CEDA/ABAEOrdersMore.css".
But when you click on any link and go to a different page, and then do a view source it references the iMIS directory again e.g. "App_Themes/iMIS/ABAEOrdersMore.css".
Are themes even working in iMIS15? I did not really follow any instructions in regards to the steps I took above, as I couldnt find any. I just assumed you would do something like that. Is there any documentation? Am I doing something wrong?
Public site and themes
Unfortunately, the public site contains several hardcoded paths that make it difficult to use theming. If you were going to reskin the public site I would just edit the CSS and images directly in the iMIS theme directory instead.
This problem will be resolved in the next major release of iMIS.
Sorry for the confusion.