Forums / Setup & design / about the toolbar latest news

"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".

about the toolbar latest news

Author Message

Ndjientcheu Patrick

Saturday 21 October 2006 11:52:25 am

Hi,
I want that the toolbar latest news appears only on the welcome page.How can I do it?

Thanks.

Siw Helen Thorslund

Sunday 22 October 2006 11:45:53 am

You can do this by adding the following code:

		{section show=$module_result.node_id|eq(2)}
			{section show=ezini( 'Toolbar_right', 'Tool', 'toolbar.ini' )|count}
				<div id="rightmenu">
					<div id="rightmenu-design">
						<h3 class="hide">Right menu</h3>
						<div id="toolbar-right">
							<div class="toolbar-design">
								{tool_bar name=right view=full}
							</div>{* id="toolbar-design" *}
						</div>{* id="toolbar-right" *}
					</div>{* id="rightmenu-design" *}
				</div>{* id="rightmenu" *}
			{/section}
		{/section}

www.VZT.no ( http://www.VZT.no )
VZT References ( http://http://vzt.no/index.php/vzt_eng/referanser )
VZT Extensions ( http://vzt.no/index.php/vzt_eng/extensions )
www.MediaBase.no ( http://www.MediaBase.no )

Ndjientcheu Patrick

Friday 03 November 2006 11:43:50 pm

Thanks, it works!