PDA


View Full Version : add leftcol to homepage quick easy question


DannyITR
11-29-2005, 02:20 PM
in the documentation it says:

#5
Now you will want to open the vBulletin file that you would like to integrate. In the file, right after the opening <?php tag, you will want to add this code:

define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');


Note that if you changed the 'Page Identifier' setting for this page above then you will want to replace 'include' (marked in bold above) to whatever you used for the 'Page Identifier' option.
#6
Upload the file and you are done.

What page are they talking baout in step 5? Whats the vbulletin file I want to integrate? The forum home template would come to mind but that is not a vbulletin file that needs to be uploaded. Are they talking about a module php file? What if the modules I'm integrting are templates? Can somebody clarify these instructions? Thanks

libertate
11-29-2005, 05:08 PM
He is talking about a specific vB page. For example the home forum page would be the vB index.php (not the CMPS index.php). The forumdisplay.php, or showthread.php pages would be other option.