Quote:
Originally Posted by Paul M
There is no facility to exclude forums from the count (note: only forums that a member has permission to view are included).
|
Same here, but I installed:
Opt-Out Forums from Get New Posts Mod
and added this line:
Code:
AND thread.forumid NOT IN ({$vbulletin->userinfo['excludeforumsgnp']})
right after this line:
Code:
WHERE thread.forumid IN($flist)
in the
Unread Posts and Reputation (1) plugin.
Seems to be working so far for me. YMMV.