Quote:
Originally Posted by mini2
For those that use the selective forum fiter, you can have that apply also to this spy by doing this...
After:
Add:
Code:
$selectivefiltered = $vbulletin->userinfo['excludeforumids'];
After:
Code:
AND forumid NOT IN (0$blockforums)
With:
Code:
AND forumid NOT IN (0$blockforums$selectivefiltered)
Could be worth adding this as default, not sure if it will cause errors for those that do not use the selective forum filters, but I doubt it.
|
Great stuff

and these instructions also work in exactly the same way with the Andreas's Opt-Out Forums from Get New/Get Daily for 3.5.4 - also works on 3.6 - (
https://vborg.vbsupport.ru/showthread.php?t=91025). Just instead of:
Code:
$selectivefiltered = $vbulletin->userinfo['excludeforumids'];
use:
Code:
$gnpoptoutforums = $vbulletin->userinfo['excludeforumsgnp'];