1

Topic: Phone/icq number - hidden from all but 1 group

What line should I add so that only 1 group of members can see the details.
The line:
<!-- IF member_group_id == "1" --> Phone: {profile_field_phone_value}<!-- ELSE -->  PHONE NUMBER- you don't have access to this info.<!-- ENDIF -->

Doesn't work. Any idea? And can be phone added in the same manner as other icons i.e. with icon and be open in separate page maybe?

2

Re: Phone/icq number - hidden from all but 1 group

Use "loggedin_group_id" instead.

Developer

3

Re: Phone/icq number - hidden from all but 1 group

Did as you said. It gives (if group is 1): 
Phone: {profile_field_phone_value}
Please advice how to solve it.

4

Re: Phone/icq number - hidden from all but 1 group

Depending on the template, make sure your field is set to "load in profile/browse". If you use the above tag inside a "begin/end" loop, prefix it with "top." See online docs for more info.

Developer