I'm not sure I understand the request...
You want threads that are only viewable by the user who posted it and moderators to remain so in the Latest Threads box? Or you don't want them to show up at all?
If the user does not have permission to view the threads then they won't show up in the box - If you want to exclude the forum from showing on the latest threads box altogether, alter the plugin, replacing:
PHP Code:
AND forumid NOT IN (0$limitfids)
with:
PHP Code:
AND forumid NOT IN (0,X$limitfids)
Replace [high]X[/high] with the forumid of that forum, but
DO NOT add a comma after the X
Satan