Quote:
Originally Posted by tehste
$vbulletin->userinfo['userid'] == 14
should be
$post[userid]==14
or:
$bbuserinfo[userid]==14
cause it's a template.
|
It has nothing to do with begin in a template or not.
$vbulletin->userinfo[] and $bbuserinfo[] point to the same thing and both can be used in the templates without any problems. However both of them contain user data for the
user currently viewing the page
So in this case you'd want to use $post[].