Hi all,
I'm facing the following problem:
I have a page composed by 3 iframes (similar to LORS), and in one of the iframes I display a forum or assessment or LORS or whatever, but I want to use my own template (not the dotlrn-master one), because I don't want the tabs of dotlrn to be displayed.
I already did a customized template and if I include it manually in the "forum-view.adp", for instance, the tabs are not displayed. I have all the files in the same dir and the template is named "master.adp and .tcl". I also know that the tempalte is determined by the DefaultMaster param of the Main Site, but I don't want to change this param because it will affect all the site.
Is there a way to set this param for the curren session only? or is there a different way to achieve this?
Besides, there is the option to get the HTML and parse it, replacing the "master" with something like 'master src="path"', but I guess there must be a cleaner/better way to do it.
Thanks for your help!
Regards,
jopez