![]() |
Looking for full vBulletin documentation
Hello,
I'm looking for full vBulletin documentation. I'm interested in learning everything - conditions like "$show['newthreadlink']", phrases etc. For example, I'd like to know what condition does work when I set "Act As Forum" to "No"? I wonder, where can I get one? |
here is for vbulletin documentation .
http://www.vbulletin.com/docs/html/ but i dont think u can learn here about "$show['newthreadlink']" |
Just run a var_dump($show); in a plugin to see whats been stored.
|
Quote:
|
what?
there is no list of conditions you can put everything (all the variables from the scope ) in a condition |
Quote:
|
Anyone?
|
It really isn't reasonable to try and list all possible combinations of available conditionals. They vary by page, mods, etcetera, so what you need to do is var_dump like already suggested, but even then those variables might not be recognized in templates. So what do you do? You are interested in 'Act as Forum' so look at the HTML source of that ACP page to see that 'cancontainthreads' is part of the input variable, and then search the code for something that might be appropriate. Here are a couple of goodies you can find:
Code:
// example_1 |
All times are GMT. The time now is 07:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|