The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Conditional for what error (STANDARD_ERROR template)
Inside the STANDARD_ERROR template the no permission error has its own condition, yet every other error is simply defined by $errormessage
does anyone know any of the conditional for the other error pages? This is the no permission one: HTML Code:
<if condition="$show['permission_error']">
I need: - Invalid Forum - Sorry not accepting post - And any other error messages So that I am able to differentiate between them within the STANDARD_ERROR template. Things I have tried: Code:
<if condition="$show['badlocation']"> badlocation </if> <if condition="$errormessage = $vbphrase[invalidid]"> invalidid </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|