Forums / Setup & design / toolbar below left menu

"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 below left menu

Author Message

Huadong Gai

Monday 26 July 2004 10:32:38 pm

I am using 3.4. I added left menu using the Admin Interface. I would like to more information(like login) just below the left menu but do not know how. I can add toolbar to the right but not to the left. Can this be done easily with the Admin Interface or I have to write code to do it(any examples or general direction)? Any helps are appreciated.

Kim Marshall

Monday 27 September 2004 6:25:23 pm

I couldn't fins a way to do it via the Admin interface so this is what I did.

1) Edit the pagelayout.tpl file adding the following code below the {menu name=LeftMenu}

{section show=ezini( 'Toolbar_left', 'Tool', 'toolbar.ini' )|count}
<div id="leftmenu">
<div id="leftmenu-design">
<h3 class="hide">Left menu</h3>
<div id="toolbar-left">
<div class="toolbar-design">
{tool_bar name=left view=full}
</div>{* id="toolbar-design" *}
</div>{* id="toolbar-left" *}
</div>{* id="leftmenu-design" *}
</div>{* id="leftmenu" *}
{/section}

Then edit the settings/override/toolbar.ini.append.php file
[Toolbar_left]
Tool[]
Tool[]=login
Tool[]=searchbox

Then edit stylesheets as required