2013-01-02, 01:20 AM
2013-01-02, 01:23 AM
Try this plugin:
http://community.mybb.com/thread-68474.html
You may need to change compatibility etc.
http://community.mybb.com/thread-68474.html
You may need to change compatibility etc.
2013-01-02, 01:29 AM
Works like a charm. Thank you for the speedy response.
2013-08-01, 04:30 PM
i need to do the same but just tried that plugin and changed it to 1.6 but it stops my forum from working just a blank screen when i install it so any other way to do it
2013-08-01, 10:18 PM
You can use this: http://mybbhacks.zingaburga.com/showthread.php?tid=870
It will let users choose their ignored forums but you can add own by editing this line in plugin .php file:
It will let users choose their ignored forums but you can add own by editing this line in plugin .php file:
$where_sql .= ' AND t.fid NOT IN ('.$mybb->user['ignoreforum'].')';
A fast edit like that should be sufficient: $where_sql .= ' AND t.fid NOT IN ('.$mybb->user['ignoreforum'].',3,8,19)';
Where 3 8 19 are forum fids ignored for everyone.