Topic: Recent Activities: Gender separation IF statement not working
On my site, for recent activities, it shows for both genders, which I don't think should be the case. I guess if your a man looking for a woman, I expect only women updates to show in the recent activities list. Currently, both genders show. I tried the following IF statement, which seems to work for photos, but still does not seem to work in limiting the gender for activities. Can anyone chime in, or is this some bug?
<!-- IF session.profile_gender2_id == "1" -->
{activities:member_id=member_id,timeframe="45",limit="30",profile_gender1=2}
<!-- ENDIF -->
<!-- IF session.profile_gender2_id == "2" -->
{activities:member_id=member_id,timeframe="45",limit="30",profile_gender1=1}
<!-- ENDIF -->