PDA


View Full Version : The problem when integrating with the vbb forumhome


headmaster
07-01-2005, 07:20 AM
I had follow the instruction of http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6
to make the board show inside the portal.

I did added a page, edit the index2.php as below :
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
?>
But the output didn't contain the board :(
]


And i tried to make some modify to test it
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($HTML);



Seem the board list can't be show, what happening ?

Thx for help!!

Brian
07-01-2005, 10:33 AM
Looks like you didn't add the code to the top of that file.
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');

headmaster
07-01-2005, 11:47 AM
Added those lines but still not working ;) <?php
define('VBA_PORTAL', true);
define('VBA_PAGE', 'test');

// ++=========================================================================++
// || vBadvanced CMPS v2.0 RC1 - 4811
// || ?2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 15:24, Sat Jun 4th 2005
// ||
// ++ ========================================================================++

Brian
07-01-2005, 11:53 AM
You need to add those to your forum's index.php, not the cmps_index.php.

headmaster
07-01-2005, 01:42 PM
Thx Brain !

Really love you :D

headmaster
07-01-2005, 02:11 PM
Finally i make it ! Thx all !
But seem the "FORUMHOME" is align to the Left Column, how can i make the welcome box to Left Column and FORUMHOME to the Right Column?

Brian
07-01-2005, 08:53 PM
Make sure your 'Custom Page Content' module is in the middle column.