Topic: simple if statement not working.
Its displaying men online as it should but I tried a if statement below and its still showing the echo as well.
{members:limit=20,profile_gender1=1,photos=1,cache_time=0,cache_name="onlinemen",online="1",orderdir="desc"}
<!-- IF members_online == "0" -->
<?php
echo 'Sorry we have no Men online at the moment';
?>
<!-- ENDIF -->