Thank you for sharing this! What a godsend.
I do not know code, I just fiddle. If I wanted to exclude more than one forum, how would I add that to the display.php? I’ve tried a number of things, but my ignorance is limiting my ability.
I added this:
$results = $wpdb->get_results("SELECT * FROM $TOPIC_TABLE WHERE forum_id != 60 ORDER BY topic_time DESC LIMIT $LIMIT");
…But would like to exclude around 15 forums from the recent topic list. Thanks!