1

Topic: Sidebar by gender

Hi everybody
I try this to display in sidebar when user is logged:

<!-- IF session.profile_gender2 =="Female" -->
{members:limit=5,photos=1,cache_time=0,profile_field_gender1_value == "490", cache_name="random_profile",template="ext.member_vert_0.tpl",orderby="rand()"}
<!-- ENDIF -->
<!-- IF session.profile_gender2 =="Male" -->
{members:limit=5,photos=1,cache_time=0,profile_field_gender1_value == "489", cache_name="random_profile",template="ext.member_vert_0.tpl",orderby="rand()"}
<!-- ENDIF -->

But it not works, it does displays nothing.
That profile_field_gender1_value is wrong ?
Please help.

2

Re: Sidebar by gender

I think it might be somoe prob with the session?

3

Re: Sidebar by gender

if you use 2.5.5 or 2.5.6 read this ...

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

4

Re: Sidebar by gender

Any idea for 2.5.7 version ?