The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Quote:
I disabled all the plugins withous success. Anyway, I asked vBulletin.com and they said they couldn't help me because "it is a modification". Maybe I should stop trying it? Thanks for all kh99, you helped me a lot. :up::up::up: |
#22
|
|||
|
|||
Well, if it isn't working there's something wrong. If you can see the correct user group id, then
HTML Code:
<vb:if condition="$post['usergroupid'] == 6"> </vb:if> should be working for you. We determined that condition="1" works, so we're pretty much down to the point where there's nothing left except PHP not working right! (Well, OK, not quite - you could look at the compiled template and see what PHP is being evaluated). |
#23
|
|||
|
|||
Sorry, but what do you mean by compiled template? Do you mean the postbit_legacy or the .php file?
|
#24
|
|||
|
|||
I mean the PHP code that is eval()'d when the template is rendered. At some point it will be in $vbulletin->templatecache['postbit_legacy'] and you could display it or write it to a file.
|
#25
|
|||
|
|||
Solved it, at last. The problem is that field5 was a private field. That is why I saw it but other members didn't.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|