The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
i have some custom pages, and i'd like to customize the tag title (i think i'll use <if condition...) to have just "Pagetitle", and not "Forumname - pagetitle".
the code used is Code:
<?php // GO TO FORUM DIR chdir('./'); // STANDARD VBULLETIN STUFF define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'pay-per-impression'); require_once('./global.php'); // GENERIC_SHELL VARS $pagetitle = "Pay per impression"; $HTML = ""; // PIECED TOGETHER IN SCRIPT eval('$navbar = "' . fetch_template('navbar') . '";'); eval('$HTML = "' . fetch_template('pay-per-impression') . '";'); eval('print_output("' . fetch_template('GENERIC_SHELL') . '");'); ?> what to modify to have title:"Pay per impression"? tnx ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|