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 :)
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 :)