When you go to your UserCP -> Options you can now see a new option which allows you to exclude some forums nearly everywhere on vb.org. So if you don't want to see the vb2 forums anymore, there you can do it
Another little thing:
When you go to your UserCP -> Options you can now see a new option which allows you to exclude some forums nearly everywhere on vb.org. So if you don't want to see the vb2 forums anymore, there you can do it
is this hack pubically available? ive been looking for something like this for a while :ermm:
nope, as it's not that easy to make that generalised, as you ahve to enter the ids manually, but i posted somewhere how to do so, just copy and paste the code and change some bits
// Exclude Forums except direct link to thread if ($vbulletin->userinfo['field15'] != 0 AND THIS_SCRIPT != 'showthread' AND THIS_SCRIPT != 'attachment') { $excludeforums = array(xx,yy,zz); foreach ($excludeforums AS $fid) { $vbulletin->userinfo['forumpermissions']["$fid"] = 0; } }