Loading...
 
Features / Usability

Features / Usability


Re : Assigning a menu to a category

posts: 1092

You can do something in php in tiki-modules.php...
I am not sure to understand how you identify the category? Is it a tiki category? is it based on url? ....
But imagine you add in admin -> modules an optional parameter category=xx for a module. In tiki-modules.php, you can test $module_params%22category%22 for each module and set $pass="n" is the module can't be displayed....
In 1.9 cvs, you can see a $module_params%22langs%22 that filters a module on the current language
Good luck
sylvie

There are no comments at this time.