PDA

View Full Version : Group membership check in v3.7


rungok
05-03-2008, 11:23 AM
In one of my template-mods I have checked for group membership with this code:
<if condition="is_member_of($post, 73)">
I want to check for group memberhip in the template "memberinfo_block_ministats", but there seems to be another layer of variable-prepping or something like that. I can see that f.ex. avatar-display is using $prepared[avatarurl] instead of $userinfo[avatarurl]. Why doesn't the code above work anymore?

--------------- Added 1209818156 at 1209818156 ---------------

Forget it. I just found out. I'll have to use is_member_of($userinfo, 73)