The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You would just grab the current page URL using something like this:
Code:
<?php $current_page_URL = $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]; ?> Example: https://vborg.vbsupport.ru/showthread.php?t=286829 $_SERVER["SERVER_NAME"] will give you vbulletin.org $_SERVER["REQUEST_URI"] will give you /forum/showthread.php?t=286829 The do a check. Code:
<?php if {$current_page_URL = xxx} Show banner 1 {else} Show banner 2 ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|