Topic: Sidebar:How to Show latest 6 men connected and last 6 women connected?
Hello,
How do I change my page ext.members_online.tpl for the last 6 male connected and the last 6 women connected?
EXAMPLE :
I think it's in this file need to make changes. How do I change it please?
<!-- IF ext_members -->
<div class="sidebox_wrap">
<h5><span>{lang:"core","home_latest_visitors"}</span></h5>
<div class="sidebox">
<div class="memberslist">
<!-- BEGIN ext_members -->
<div class="image">
<!-- IF member_picture AND member_picture_active -->
<a href="{top.virtual_path}{member_profile_link}"><img src="{top.virtual_pic_path}{member_media_path}{member_picture}" alt="" border="0" /><br/></a>
<!-- ELSE -->
<a href="{top.virtual_path}{member_profile_link}"><img src="{top.virtual_tpl_path}{session.template}/media/user_picture_none.gif" alt="" border="0" /><br/></a>
<!-- ENDIF -->
</div>
<!-- END ext_members -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- ENDIF -->