in postlist.php
search for
// Define any necessary variables
insert before:
if($Board == "board_title") $sb = 2;
board_title is the short name of the forum where you want to have this enabled, for intance this forum has the board title php.
To enable it for several forums, you would make it like this:
if($Board == "board_title1" || $Board == "board_title2" || $Board == "board_title3" ) $sb = 2;