Hi all,
As I posted a few days ago, I want to remove the tabs and header stuff from the dotlrn-master when the page is being called from an frame.
I can't create my own master because I don't want my package to change the whole subsite template, and since the page is called from a frame, I can't neither just put a <master src=path> in the adp file.
I spent some time trying to find a way to do this but I couldn't find one.
The current hack that worked fine is to add a "class=header" in all the divs that I don't want to be displayed and with a javascript detect if the page is being called from inside a frame, and if it is, mark the divs as hidden (style=display:none).
The patches are here:
Can I commit this?, Is there another way to do this?
Request notifications