Sunday 28 January 2007 1:56:50 pm
Hi Jf
As far as I can see the fullscreen pagelayout is not used at all in the moment. To see the effects of it just add /layout/set/fullscreen/ after the siteaccess. http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/layout
If you don't want to display any toolbar at all you can either remove just the lines including the toolbar from your pagelayout.tpl or use the design/toolbar managament functionality in the admin view to remove the content of the toolbar. If you don't want the toolbar on the front page, but on all other pages, surround the lines which include the toolbar in your pagelayout.tpl with a condition that checks e.g the $module_result.node_id.
I am not sure what you mean by overloading the toolbar.
If you mean creating an override, this depends on whether the toolbar you mean is created by making use of the toolbar functionality (http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_functions/visualization/tool_bar ) or whether it is just a normal template (like page_toptoolbar.tpl).
If it is a normal template you can just override it like any other template. If it is created by the toolbar functionality overriding is not possible as an toolbar does not have a template on its own but loads the templates for each tool for this toolbar. These templates you can of course override. These templates can be usually found in standard/templates/toolbar. Claudia
|