Quote:
Originally Posted by ChrisTERiS
Edited: In my opinion is better to use:
Code:
<vb:if condition="$bbuserinfo[userid] > 0">
instead of:
Code:
<vb:if condition="!$bbuserinfo[userid]">
because (if I remember well such hour), even the guest are getting userid=0
|
!$bbuserinfo[userid] is true if the userid is 0, so you're right about it being the reverse but it can be used to do the same check.