PDA

View Full Version : Problem with userid var in postbit


Roderik
01-12-2004, 02:56 PM
Hi,

i'm trying to disable viewing avatars and signatures for guest users.

but i can't seem to get it to work

i tried:

<if condition="$bbuserinfo[userid] == 0"><else />
<div>
__________________<br />
$post[signature]
</div></if>


and


<if condition="$bbuserinfo[userid] != 0">
<div>
__________________<br />
$post[signature]
</div></if>


it cant' be that hard can it? :)

EDIT: oops i screwed up :) should have been edited postbit_legacy :)

Tony G
01-12-2004, 10:46 PM
Please post your support threads in the vB3 mod support forum. :)

Zachery
01-13-2004, 01:28 AM
<if condition="$bbuserinfo[userid] != 0"> show stuff for non guests </if>