The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Usage as follows:
For vB4: HTML Code:
<!-- other URL parameters present - add leading question mark! --> file.php?{vb:raw session.sessionurl}&x=a <!-- no other URL parameters present - do not add leading question mark! --> file.php{vb:raw session.sessionurl_q} <!-- session hash for forms --> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> HTML Code:
<!-- other URL parameters present - add leading question mark! --> file.php?$session[sessionurl]&x=a <!-- no other URL parameters present - do not add leading question mark! --> file.php$session[sessionurl_q] <!-- session hash for forms --> <input type="hidden" name="s" value="$session[sessionhash]" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|