PDA

View Full Version : How do I add forum pages


Lubricus
06-14-2008, 11:41 AM
How would I add forum pages like http://audentio.com/forums/index.php has when you like go to another forum it might be under http://audentio.com/forums/index.php?page=2. How do I do that.

--------------- Added 1213485902 at 1213485902 ---------------

bump

Marco van Herwaarden
06-17-2008, 11:59 AM
See the articles section for an article on how to add extra pages.

Dismounted
06-17-2008, 12:08 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=62164" target="_blank">How to create your own vBulletin-powered page! (uses vB templates)</a>

Lubricus
07-06-2008, 12:25 AM
thats not what I want what they do is they have different forums on each page.

veenuisthebest
07-06-2008, 12:30 AM
you did not read the article carefully. It says this:-

Also if you want to create your own pages 'within' current vBulletin files, do the following:

Open the file you want, and then right before the final ?> in the source code, add the following:

if ($_REQUEST['do'] == 'xxx')
{
eval('print_output("' . fetch_template('TEMPLATE_XXX') . '");');
}


Replace 'xxx' with whatever you want ?do= in the query string to be (for example, replace 'xxx' with 'showprofile' so then someone would type in example.php?do=showprofile to view this template.) Then of course, change TEMPLATE_XXX to your template name, it's that simple! [/quote]

Lubricus
07-06-2008, 12:11 PM
so that would allow me to put different forums on each page.

Dismounted
07-06-2008, 03:21 PM
You could just set the category's display order to zero and then link to the forumdisplay.php page.