PDA

View Full Version : Cant find line in global.php


bugzy
09-01-2004, 05:58 PM
Cant find this info below


// #############################################################################
// ######################## START TEMPLATES & STYLES ###########################
// #############################################################################


Suppose to add this above the START TEMPLATE & STYLES. In v3.0.3 of vbulletin, in the global.php, i cant find this line.


if (defined('VBA_PORTAL'))
{
require_once('./includes/vba_cmps_include_top.php');
}

Brian
09-01-2004, 06:01 PM
If you're running 3.0.3 then you have to have that line unless you've removed it.

Our Sponsors
 

bugzy
09-01-2004, 06:02 PM
Its very strange. i simply dont have that line in global.php. I even took copy straight from the zip file. I guess im going to download a new copy of vb and make sure i have it.

bugzy
09-01-2004, 06:06 PM
Ok, i just downloaded a fresh copy from VBulletin.com member download.

That START TEMPLATES & STYLE isnt there.

This is what i got in the global.php

Our Sponsors
 

Brian
09-01-2004, 06:09 PM
Please don't post entire vB files like that as it's against your license agreement.
You're supposed to find that code in your global.php, not admincp/global.php.

bugzy
09-01-2004, 06:10 PM
Please don't post entire vB files like that as it's against your license agreement.
You're supposed to find that code in your global.php, not admincp/global.php.
Oh. My apologizes. But duh, that would explain my stupidity.

Thanks.