PDA

View Full Version : I am so confuddled


NETDP
02-09-2009, 12:58 AM
O.k installed , totally configureable, Have the word "Okay" everywhere in diagnostics. Pluggins enabled, For some reason it will not display a thing. I get my same ol same ol forums I always had. Can someone put a Red XXXXX presicely where I am supposed to put my stuff in the CMP_index file. Everything is in my Forums folder in public_html OR what should my URL read at the end? What in the name of rudolph am I missing here?

<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.1.0 (vB 3.6 - vB 3.8) - 99622
// || © 2003-2009 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 17:23, Sun Feb 1st 2009
// || 977099622_409542035434
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

$forumpath = '';

// ============================================
// No Further Editing Necessary!
// ============================================

if ($forumpath)
{
if (!is_dir($forumpath))
{
echo 'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
exit;
}

chdir($forumpath);
}

$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();

require_once('./includes/vba_cmps_include_template.php');
require_once('./global.php');

print_portal_output($home);

?>

Brian
02-09-2009, 12:15 PM
The CMPS does not change anything with your forums, so they should look exactly the same after installing. You'll find your main CMPS portal page wherever you uploaded the cmps_index.php file to.

Our Sponsors
 

NETDP
02-25-2009, 12:42 AM
Sorry I never updated this. I had trouble and had to "refresh" the address a few times and I was good to go.