hi,
be VERRY carefull with whitespaces... just do as the installation instructions tell you todo open global.php
PHP Code:
<?php
//find this code
define('VB_AREA','Forum');
//below that code
if(defined('VBA_PORTAL'))
{
$phrasegroups = array_merge($phrasegroups,
array(
'calendar',
'adv_portal',
'postbit'
)
);
$specialtemplates = array_merge($specialtemplates,
array(
'adv_modules',
'adv_portal_opts',
'attachmentcache',
'bbcodecache',
'birthdaycache',
'eventcache',
'iconcache',
'maxloggedin',
'smiliecache',
'userstats'
)
);
$globaltemplates = array_merge($globaltemplates,
array(
'adv_portal',
'adv_portal_footer'
)
);
} // do not forget this
// find
// #############################################################################
// ######################## START TEMPLATES & STYLES ###########################
// #############################################################################
//above that ad this code
if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_top.php');
}
// find
// #############################################################################
// ######################### END TEMPLATES & STYLES ############################
// #############################################################################
//above that
if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_bottom.php');
}
?>
that's it for global.php you must trictly follow the php syntax