
The temp site is up here
Moderator: Dyo
Code: Select all
$user->add_lang(array('mods/lang_portal', 'mods/additional_blocks'));
if (!function_exists('obtain_portal_config'))
{
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
}
if(sql_table_exists(PORTAL_CONFIG_TABLE) == true)
{
$portal_config = obtain_portal_config();
}
Code: Select all
$user->add_lang('mods/lang_portal');
I have the same type of problem. I want the "Left Column" from the Portal to be throughout the forums.andrew55 wrote:Mod installed fine and looks great. The menu appears in index.php, but no other blocks are showing. I have several blocks activated but still nothing showing.