Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: SeaOfSin on January 16, 2006, 05:02:55 PM

Title: how to exclude a board in Unread posts
Post by: SeaOfSin on January 16, 2006, 05:02:55 PM
Another strange one for you! :)

how can I edit the unread posts to exclude a board? I know I could just put members into a different group, but unless I can have to sets of post groups it makes it a bit unfeasible. From what I can see it needs an adjustment in a query or so in Recent.php.

Thanks in advance
Title: Re: how to exclude a board in Unread posts
Post by: nokonium on January 16, 2006, 06:51:52 PM
I do that on this board. [unknown] helped me with it some time ago. You code it into your bookmark. On here I don't want to pick up the unread posts from other language boards or Mambo etc.

This is my bookmark

http://www.simplemachines.org/community/index.php?action=unread;boards=1,2,3,8,9,10,11,34,35,37,40,59,72

Just find out the numbers of the boards you want and include them. If you put your mouse pointer over the board name you will see its number in the tooltip.
Title: Re: how to exclude a board in Unread posts
Post by: SeaOfSin on January 16, 2006, 07:21:23 PM
Thanks nokonium  :D

That works great! :)

Title: Re: how to exclude a board in Unread posts
Post by: altdot on February 02, 2006, 07:10:20 AM
This doesn't seem to work for version 1.0.5. Can you give pointers to how to mimic this functionality there?