The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Use $online status on postibit
Hello!
I want to use the $onlinestatus variable inside the postbit_legacy template! I created a hook but is not working :S Any help? |
#2
|
|||
|
|||
$onlinestatus isn't a global variable so there's no way to use it in the postbit, but the same value is saved in the $post array, so you should be able to use {vb:raw post.online_status_code} or use $post[online_status_code] in a condition.
|
#4
|
|||
|
|||
@kh99 legend
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|