Forums / Setup & design / About Toolbar
Pascal France
Tuesday 12 September 2006 7:15:15 am
Hi,
I did the following test:
I set tow tools: login and node_list for my public siteaccess. So, the toolbar.ini.append.php template contains:
[Toolbar_right] Tool[] Tool[]=login Tool[]=node_list [Tool_right_node_list_2] parent_node=90 title=Last articles show_subtree=90 limit=15 sort_by=priority treelist_check=no
Now, in this template, I delete by hand all the lines about the node_list tool and keep only:
[Toolbar_right] Tool[] Tool[]=login Tool[]=node_list
I delete all the caches of ezp and of Firefox and display the right-tool admin page. Why the node_list tool is still present in the admin page and in the public site ? (this time with the default values wich are in toolbar.ini)
It seems there is another file than toolbar.ini.append.php wich contains the tools that must be displayed. What is this file ? (I did a search in the database, but I found nothing about tools).
Regards
Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
Claudia Kosny
Tuesday 12 September 2006 8:13:19 am
Hello Pascal
You say you kept only
Well - this tells EZ to use the tools login and node_list - which is exactly what it is doing if I understand you right. If you do not want a node listing, delete the line with the node_list.
Greetings from Luxembourg
Claudia
Tuesday 12 September 2006 8:33:59 am
Hi Claudia,
I am really sorry ! I must be very tired ;-)