oh, sorry didnt catch you were talking about that…
but why would you want to exclude a forum from there? what’s the use case? maybe I am just missing it… you only see forums that you have permission to view already…
so afraid no easy option type way to exclude a forum from that list.. frankly, its never been asked for before…
but a couple of ways it can be done:
o use the filters for the list topic class to exclude the forum you want to
o edit your sp theme, the spNewPostsView.php template file… find this statement:
$spListView = new spTopicList($spThisUser->newposts[‘topics’], $count, $group, ”, $first);
and change it… the fourth argument, currently ”, and change it to a comma separated list of the forum ids you WANT in the posts… no way to exclude, list the ones you want…