Forums / Setup & design / Toolbar right issue

"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 right issue

Author Message

Mariusz Scisel

Monday 13 February 2006 5:27:55 am

I need some help with toolbar right.
Maybe someone knows, how to count number of Tool_right with parameter set to "show_subtree=103" in toolbar.ini.

toolbar.ini

[Tool_right_node_list_1]
parent_node=102
show_subtree=102

[Tool_right_node_list_2]
parent_node=102
show_subtree=103

[Tool_right_node_list_3]
parent_node=120
show_subtree=103

this is for the test similar to:

{section show=ezini('Toolbar_right','Tool','toolbar.ini')|count|eq(0)}
{/section}

but this return result if any Tools are set or not.

Thanks for any sugestions.