FIND:
//$forum_active = $mklib->config['forum_active'];REPLACE WITH:
//$forum_active = $mklib->config['forum_active']; //Multiple news forums hack $forum_active = "2.0,3.0,4.0";FIND:
AND b.ID_BOARD = $forum_activeREPLACE WITH:
AND b.ID_BOARD IN ($forum_active)Replace "2.0,3.0,4.0" with the forum IDs that you want to use for the news block. Separate the IDs with commas.
Note that you will not be able to choose news forums from the Portal CP but you can still set the number of news items to display in the Portal CP.













