Do you have this at the top of your main forum homepage? (either forum.php or whatever you renamed it to...if you are not using CMPS as your homepage then look in index.php)
Code:
<?php
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include
I think you need to just really go through the CMPS installation instructions and make sure everything is as it should be...this seems to be your trouble.
FWIW,
John
Quote:
Originally Posted by cbr929rrerion
yes I have that
Code:
if (defined('VBA_PORTAL') AND !defined('SKIP_OUTPUT') AND !defined('VBA_SCRIPT'))
{
define('SKIP_OUTPUT', true);
global $home;
print_portal_output($home, $vartext);
}
thats is in includes/functions.php
now what?
thanks for the quick reply also.
|