Hi there, I've been using this plug-in for months. Currently, I have one forum excluded from being displayed, via the script in the FAQ:
$results = $wpdb->get_results("SELECT * FROM $TOPIC_TABLE WHERE forum_id != 1 ORDER BY topic_time DESC LIMIT $LIMIT");
Where 1 is the number of that forum. My question is, Let's say I want to exclude Forum Numbers 2 and 3 as well. What would I change the code to?