The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
Thank you dismounted, I'll try that this evenin when I get home. As I plan to add many pages to the site am I correct that I will be adding code for each page like:
Code:
if ($_REQUEST['do'] == 'ventrilo') { eval('print_output("' . fetch_template('page_ventrilo') . '");'); } else { if ($_REQUEST['do'] == 'page1') { eval('print_output("' . fetch_template('page_page1') . '");'); } else { if ($_REQUEST['do'] == 'page2') { eval('print_output("' . fetch_template('page_page2') . '");'); } else { |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|