The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vBulletin Conditionals [Complete List] - Help me/us/you!
vB Conditionals [Complete List] Help me/us/you! Hi, I've seen there is not a complete list of the vBulletin conditionals. So, why do't you, coders, help us posting here all the ones you know? I will upgrade this post! ------------------------------------ Occurrence of '$show' in every vBulletin file included in the root and /includes/ directory - by Brad - [Download it Now!]. |
#2
|
|||
|
|||
Not all conditionals can be used in every template. I'm not sure where you can lookup which conditionals are available for each template though.
|
#3
|
||||
|
||||
Find where the template is used (search within files) and look for variables set.
|
#4
|
||||
|
||||
Quote:
Should I search for templates names in all the vBulletin files? o_0 Quote:
Code:
<if condition="$announcebits"> |
#5
|
||||
|
||||
Yes, then you see the code above it and see the variables set.
|
#6
|
|||
|
|||
You may find the attached file helpful. It lists every occurrence of '$show' in every vBulletin file included in the root and /includes/ directory.
It did pick up on some unrelated junk, and $show[] is not used for everything..however it is nice to know where these things are in the code. Hope this file is helpful to someone. |
#7
|
||||
|
||||
Really thanks, Brad!
One question. What these means: "(280,3), etc"? |
#8
|
|||
|
|||
The first number is the line number the code resides at in the file. The second number is the postition of "$show" on the line in question.
|
#9
|
||||
|
||||
I understand. Thanks again, Brad!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|