Quote:
Originally Posted by WNM07
i have this hack installed and working great but is there a way to make it so everyone can view the avatars? currently it's a supporter feature at my site and if you're not a supporter you can't even see the users avatar..they see the previous avatar
|
Try editing this:
HTML Code:
<if condition="in_array($post['usergroupid'], array(5,6,7,12,14)) AND $post[fieldXX]">
Where it says ['usergroupid'], array(5,6,7,12,14))
Enter in the Usergroup IDs that you want to have access to it.