Forums / Setup & design / Toolbar Based Front Page

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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}