The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
postbit legacy Error
whats the error with this:
PHP Code:
This is my Full postbit_legacy: http://pastebin.com/5wD7hgvE |
#2
|
||||
|
||||
What error does it produce? How about a link?
|
#3
|
|||
|
|||
Is that a template? You need to use
Code:
<if condition="$bbuserinfo[field14] == 'YES'"> ... <else /> ... </if> That's assuming you want to check your field14. If you want to check the post author's field14 then you'd use $post[field14]. |
#4
|
|||
|
|||
Its this and i want my members to turn on/off this
https://vborg.vbsupport.ru/showthread.php?p=1471979 |
#5
|
|||
|
|||
That's kind of cool...anyway, yeah, use $bbuserinfo[field14] if members turn on/off what they see for everyone's avatar, or $post[field14] if they're controlling their own avatar for everyone else to see.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|