View Full Version : i sitll dont get this forum integrating
LeopaRD
08-29-2005, 05:12 AM
so i did follow the steps on
http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6
and my forum index page is named forum.php
www.guipok.com/forum.php
but the problem is that the threads dont show up but only news.
whats wrong with it?
InsaneContender
08-29-2005, 05:55 AM
Yeah, I get the same problem but no one is helping me.
LeopaRD
08-29-2005, 06:18 AM
okay im still trying to figure this out but
step 3 is really confusing.
it says "enter a Title and a Page Identifier for your page" i have no clue waht this means.
so first step is to click on the "add page" link.
and then what?
LeopaRD
08-29-2005, 06:22 AM
OoOO
i figured it out!
but how do i put these modules in the forumdisplay.php?
Brian
08-29-2005, 09:08 AM
but how do i put these modules in the forumdisplay.php?
Did you check the bottom of that page of the users manual?
For the next step, you will want to search your file for the phrase "print_output" (without the quotes). In our example here, you would find the following code:
eval('print_output("' . fetch_template('FORUMHOME') . '");');
You will want to replace this with:
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
As you can see, the main part that you should be concerned with is 'FORUMHOME'. When integrating other vBulletin pages or hacks with vBadvanced CMPS, you will want to replace whatever template name is in the "print_output" part of the code. Once you have done this, save and upload your file, and you're done.
To start integrating other pages, you may skip steps 1-3 and just use the same page as you have for your forum home, assuming that you would like the same modules and settings.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.