Compatible with: M1.1 x IPB 2.1.x
Author: visiblesoul
Download: N/A
Demo: N/A
Description:
By default the MKPortal Board News block Administration allows you to select the forums to include in the MKPortal Board News block.
This hack will allow to to select the forums that you want to exclude from the MKPortal Board News block in the Portal CP Board News Administration.
FIND in /mkportal/include/IPB/ipb_board_functions.php (function get_board_news):
WHERE t.forum_id IN (".implode(',', $forum_active ).")
REPLACE WITH:WHERE t.forum_id NOT IN (".implode(',', $forum_active ).")
FIND in /mkportal/lang/*/lang_admin.php:$langmk['ad_bnewschose'] = "Select the Forum to import the news from:";REPLACE WITH:
$langmk['ad_bnewschose'] = "Select the Forums to <i>exclude</i> from the Board News block:";













