I will try and recreate the issue tonight. I didn't note which file it was. Which I am starting to do now. Like I just tryed to uninstall the portal, but got a error. The error is:
./Sources/Admin.php
Find:
//-> start add PortaMx
'portamx' => array(
'title' => 'PortaMx',
'areas' => array(
'pmx_settings' => array(
'label' => $txt['pmx_settings'],
'icon' => 'pmx_adm_settings.gif',
'file' => $context['PMx_templatedir'] .'AdminSettings.php',
'function' => 'PortaMx_AdminSettings',
'permission' => array('admin_forum'),
'subsections' => array(),
),
'pmx_blocks' => array(
'label' => $txt['pmx_blocks'],
'icon' => 'pmx_adm_blocks.gif',
'file' => $context['PMx_templatedir'] .'AdminBlocks.php',
'function' => 'PortaMx_AdminBlocks',
'permission' => array('admin_forum', 'manage_portamx'),
'subsections' => array(),
),
),
),
//-> end add PortaMx
'layout' => array(
'title' => $txt['layout_controls'],
Replace:
'layout' => array(
'title' => $txt['layout_controls'],
I have the 12 mods listed above installed still.