View Full Version : Carry columns to forum
fordp
05-21-2007, 01:41 PM
I really need my vbulletin to be 2 columns like my vBadvanced home page. Is it possible to make vbadvanced carry over to the forum? Also, how can I make my login box on the left column? Thanks.
Brian
05-21-2007, 02:58 PM
Admin CP => vBa CMPS => Add Page
Go there, add a new "Module" page, and set up the modules as you would like. Then click the "Integration" link in the left frame and follow the instructions there.
txspaderz
05-21-2007, 06:03 PM
This integration isn't working for me. My page is named "forums", which carried over from my 2.0 version. My modules are all setup correctly, but just not showing.
Brian
05-21-2007, 07:43 PM
Did you remove any code added to your global.php and functions.php from the 2.x series, and then use the "Integrate" link in the admin cp to integrate your pages?
fordp
05-21-2007, 09:34 PM
I'm not sure I understand. What module type do i create, and how do I select for it to use the forum pages?
txspaderz
05-21-2007, 10:33 PM
Yes I did
Brian
05-22-2007, 12:42 PM
I'm not sure I understand. What module type do i create, and how do I select for it to use the forum pages?
There's no need to create a new module... Just follow the links exactly as I said above.
Admin CP => vBa CMPS => Add Page
Go there, add a new "Module" page, and set up the modules as you would like. Then click the "Integration" link in the left frame and follow the instructions there.
txspaderz - Are you trying to do this with your forum's index page? If so, try using the "THIS_SCRIPT Integration Method" and add 'index' to the list instead.
fordp
05-22-2007, 01:44 PM
There's no need to create a new module... Just follow the links exactly as I said above.
txspaderz - Are you trying to do this with your forum's index page? If so, try using the "THIS_SCRIPT Integration Method" and add 'index' to the list instead.
Ohhh... Sorry lol. I understand now. Thanks a lot!
txspaderz
05-22-2007, 05:24 PM
Tried that also Brian, still nothing.
Brian
05-22-2007, 05:43 PM
Can you post a link to your site?
txspaderz
05-22-2007, 05:47 PM
Sure... www.setxapa.com
Brian
05-22-2007, 05:54 PM
Can you take a look at your plugins in your Admin CP and post the "PHP Code" from your "vBa CMPS - Integration Startup" here for me?
txspaderz
05-22-2007, 06:03 PM
Here you are sir!
if (THIS_SCRIPT != 'adv_index' AND VB_AREA == 'Forum')
{
switch (THIS_SCRIPT)
{
case 'index':
define('VBA_PORTAL', true);
define('VBA_PAGE', 'home');
break;
}
if (defined('VBA_PORTAL'))
{
require_once(DIR . '/includes/vba_cmps_include_template.php');
foreach ($specialtemplates AS $stempname)
{
$datastore_fetch[] = "'$stempname'";
}
}
}
Slyfox
05-23-2007, 12:26 AM
Followed the above instructions and all worked fine.
www.theuglybuggers.com
www.theuglybuggers.com/forum/
Thanks!
txspaderz
05-23-2007, 11:00 AM
Hmmm.... Am I doing something wrong?
Brian
05-23-2007, 11:52 AM
Everything looks ok from the plugin and such, so I'm not really sure why the integration isn't working. If you'd like to submit a support ticket via the Members' Area here though I'll be glad to take a look at things for you.
txspaderz
05-23-2007, 03:24 PM
It seems it didn't work with 3.6.0. I upgraded this morning to 3.6.7 and it worked.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.