Sunday 27 August 2006 12:53:26 pm
Ok, I guess you want to show articles and other class types(folder, comments, gallery and so on) in your tree menu ??
Well, in 3.8 eZ changed what is shown in this menu for perfomance reasons, when you get over 100 objects in the menu you'll see. They also did it so it's closer to what you are used to from explorer. But you can change it back or to whatever you want by adding more class types. 1. create a new file in your "settings/override/" or your "settings/siteaccess/<your admin siteaccess>/" called "contentstructuremenu.ini.append.php" 2. here is a sample of the content for this file:
<?php /* #?ini charset="iso-8859-1"?
[TreeMenu]
ShowClasses[]=forum
ShowClasses[]=article
ShowClasses[]=gallery
*/ ?>
this add's forum, article and gallery to the list of class types allready defined in "settings/contentstructuremenu.ini", if you want to overide those settings change:
[TreeMenu]
to this:
[TreeMenu]
ShowClasses[]
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom
|