Forums / Setup & design / Toolbar Based Front Page

Toolbar Based Front Page

Author Message

James Bell

Monday 01 May 2006 4:12:15 pm

Hi All

I am considering using a toolbar to create a home page as discussed in http://ez.no/community/forum/setup_design/creating_a_portal_frontpage/re_creating_a_portal_frontpage__3

As I need to be able to list the latest articles from ALL folders and sections, and not just the latest children of the home folder.

I need to know firstly if using a tool bar in place of module_result will affect the design or performance of any other part of the site where I am still using module_result. Or if there are any known problems with using the toolbar for the purposes that I wish to use it for.

Secondly, are there any alternative solutions to this plight?

I look very very forward to hearing from you :)

James Bell

Wednesday 03 May 2006 2:41:51 pm

Any one have any comments on this please?

And can anyone tell me what Im doing wrong here?? :::

{def $mynode = $node.main_node_id}
{if eq( $mynode, 2 )}
{tool_bar name=right view=full}
{else}
{$module_result.content}
{/if}