I asked this question on page 4 but was overlooked it seems.
Quote:
I would like to be able to determine the usergroup of the person who posted an ad so that I can use a conditional to show a status based on the posters usergroup. Is there a way for me to do this?
I should be more specific. I want to be able to show a posters status based on a secondary usergroup they are in. I want to do this within the classifieds_view_item template, as well as the classifieds_categories_bit template, and the classifieds_browse_bit template also.
Any help with what conditional would work would be great.
|
I have a usergroup that a user can purchase their way into via a small fee for me to verify that they are a paypal verified user/business. I want to be able to show a paypal seal if they are in that usergroup. I tried:
Code:
<vb:if condition="is_member_of($bbuserinfo, 1)">Show Seal</vb:if>
That code obviously didn't work for me. lol