1

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 :
http://www.portugal-tchat.com/host_mes_images/image/19731.jpeg


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 -->

2

Re: Sidebar:How to Show latest 6 men connected and last 6 women connected?

chcek the call for the members extension in the tpl file where it shows the visitors
should be {members:...}
change it accordingly to select by gender

3

Re: Sidebar:How to Show latest 6 men connected and last 6 women connected?

misulicus wrote:

chcek the call for the members extension in the tpl file where it shows the visitors
should be {members:...}
change it accordingly to select by gender



Thank you Misulicus,

I found this but it seems there is a problem. The images are displayed with the nicknames. Any other solution please ?
{members:limit=5,profile_gender1=1,photos=1,cache_time=0,cache_name="online"}

http://www.portugal-tchat.com/host_mes_images/image/19733.jpeg




<!-- 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 -->
{members:limit=5,profile_gender1=1,photos=1,cache_time=0,cache_name="online"}
<!-- ENDIF -->
</div>
<!-- END ext_members -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- ENDIF -->

4

Re: Sidebar:How to Show latest 6 men connected and last 6 women connected?

create a template based on the ext.members.tpl one and adapt it to show usernames too and use that in the {members:} call