Thanks Lynn!
I got the custom field part down ok. But am having an issue displaying members of a specific usergroup. I have tried the following, but I get an error in admin cp...
Code:
<if condition="is_member_of($post, 10)">
Code:
<vb:if condition="is_member_of[$post, 10]">
I just tried this too and it seems to hide all users (not show any)...
Code:
<vb:if condition="is_member_of($bbuserinfo, 10)">
I am wondering if I am using the correct type of conditional statement? Just to clarify...
I am not trying to show items TO a specific usergroup. I am trying to show a memberlist OF members FROM a specific usergroup. Just wanted to say that in case there was any confusion.