5
You could look the subscribed number of users up in the notification table
le="color: #000000"><?php SELECT count(not_uid), `not_itemid`,`not_category`,`not_event` FROM `xoops_xoopsnotifications` WHERE not_modid =4 group by `not_itemid`,`not_category`,`not_event`;