Ho Risolto Ecco Come:
Avendo in home il collegamento al forum ho potuto notare l'action che faceva il forum e ho notato negli altri tab che c'era questo comando
'href' => $scripturl . '?action=nome del tab',
è bastato aggiungendo forum

'menu_action' => array(
'title' => 'Forum',
'href' => $scripturl . '?action=forum',
'show' => true,
'sub_buttons' => array(
),
),
Quindi aggiungendo il '?action=forum' ho risolto tutto! Grazie
