Re: Modules displayed in only some sections (solved)
For the record, I implemented using categories (customer requirement). To avoid touching every tpl file, I added a function call in add_ticket() (which seems to be the only routine called at the bottom of every page before tiki.tpl).
I realize this is not the best approach, but I wanted a small footprint. I then wrote a couple functions in categlib.php to cull out the modules based on group.
So I let tiki-modules do the heavy lifting like normal, and just remove the modules assigned to a category that is not in the current category right before display.
gg