I'd have to re-write part of the board code, and I'm honestly not sure where to begin. It would be different if it were all my coding. Basically, it comes down to this: there's a board option in the ACP that allows you to select/deselect each individual forum that the topics are pulled from. The big problem would be trying to override that board setting...and not only that, but doing it for individual members in a group (because I would need to put those who want it into a group outside of the default one). So... <if test="$this->memberData['groupid'] == 5"> Bam...stuck there, because I'd have to tell the board to not follow its own board setting, one that has to be left on to weed out the posts from the sim for everyone else. THEN I would have to specify the forums as well, and I think that's next to impossible.