The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello
i currently have this if statement: <if condition="$bbuserinfo['userid'] == 0"> im trying to modify it so that it has an & condition so that it only returns true if the page filename is index.php does anyone know how to do this? thanks |
#2
|
||||
|
||||
![]()
<if condition="$vbulletin->userinfo['userid'] == 0 AND THIS_SCRIPT == 'index'">
|
#3
|
|||
|
|||
![]()
thanks a lot
i also have a phrase with the following information in it The only symbols permitted are: <strong>{1}</strong> {1} shows information when the phrase is parsed, but where can i find/change whatever is stored in {1} thanks |
#4
|
||||
|
||||
![]()
They will be like this in templates:
Code:
<phrase 1="THIS IS {1}'s DATA">$vbphrase[PHRASE_NAME]</phrase> |
#5
|
|||
|
|||
![]()
now that i search for it there i get
<phrase 1="$allowed_symbols"> so it is a variable do you know where that variable would be stored, i have searched and i cant find it thanks |
#6
|
||||
|
||||
![]()
That variable would most likely be in one of vBulletin's PHP files, or in a plugin if it's from a modification.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|