That be a bug Yeah for 1.0.3
The fix should be to edit
/sources/admin/ManageSPortalModule.controller.php
Find
// Define the new menu item(s), show it for modes 1 and 3 only
$buttons = elk_array_insert($buttons, 'home', array(
'forum' => array(
'title' => empty($txt['sp-forum']) ? 'Forum' : $txt['sp-forum'],
'data-icon' => 'i-spgroup',
'href' => $sportal_url,
'show' => empty($context['disable_sp']),
'sub_buttons' => array(),
),
// Define the new menu item(s), show it for modes 1 and 3 only
$buttons = elk_array_insert($buttons, 'home', array(
'forum' => array(
'title' => empty($txt['sp-forum']) ? 'Forum' : $txt['sp-forum'],
'data-icon' => 'i-spgroup',
'href' => $sportal_url,
'show' => empty($context['disable_sp']),
'sub_buttons' => array(),
'action_hook' => true,
),
So adding that 'action_hook' => true, to that menu options array