Re: How to control Module Visability based on Category
For custom user modules you need to add the params like this to the module "Parameters" text area:
Copy to clipboard
category[0]=1&category[1]=2&category[2]=3
or via MODULE plugin:
Copy to clipboard
category[0]=1 category[1]=2 category[2]=3
In case you do not need to use module, there is CATEGORY plugin iirc which you can wrap around your TRACKERLIST.
luci