It's simply a forum called Announcements with a different style. In order to make it look like this, you'll need to add 2 conditionals.
To the forumhome_forumbit_level1_nopost template (this is the category), you need to add:
You must first be a
registered member to view any code.
and change the X to your Announcements
category id.
After that, open the template forumhome_forumbit_level2_post and add
You must first be a
registered member to view any code.
Replace the X with the announcements
forumid, and replace YOUR_NEW_CODE_HERE and NORMAL_CODE with the new code for your announcements forum and the old code of the template, respectively.