Topic: How to list new members in USA on homepage
Hello,
How do I modify the template to list ONLY new members who live in USA on the homepage?
Thanks.
You are not logged in.
Hello,
How do I modify the template to list ONLY new members who live in USA on the homepage?
Thanks.
I tried to edit this homepage template as:
{members:limit=20,photos=1,cache_time=0,cache_name="new",profile_field_country_name=1}
where usa = 1
but it does not work.
Please advice.
Thanks.
Just taking a guess here, but instead of saying profile_field_country_name=1} try profile_field_country_name=USA}.
Also try profile_field_country_name="USA"}
Try {members:limit=20,photos=1,cache_time=0,cache_name="new",profile_country=1}
make sure US item id is 1 in CP edit field.
If u want to sort by the logged in users country its {members:limit=20,photos=1,cache_time=0,cache_name="new",profile_country=session.profile_country_id}
Try {members:limit=20,photos=1,cache_time=0,cache_name="new",profile_country=1}
make sure US item id is 1 in CP edit field.
This works.
Thanks.