Loading...
 
Features / Usability

Features / Usability


Re: Modules displayed in only some sections

posts: 1092

You will need some devs to do that.
Actually tiki-modules.php decodes which modules is displayed and it is called in tiki-setup.php that is usually called befcore any specific setting.
For a section, if you move the $section to the top of the php file ex: tiki-index.php before tiki-setup.php, you will be able to filter the value in tiki-modules.php (look at he language filter)
For category, it will be worst because as category nedd tiki-setup... Perhaps tiki-modules must be called at the end ...

There are no comments at this time.