Topic: Showing members photo im CP
Hi
Just wondering if you can help me to show members photo next as well in cp manage members, it is easier to see the photos rather than mouse over the photo.
Thanks
You are not logged in.
Hi
Just wondering if you can help me to show members photo next as well in cp manage members, it is easier to see the photos rather than mouse over the photo.
Thanks
i didn't try it but it should be ok
open: includes/templates/yourtemplate/members_edit.tpl
seacrh for
<a class="picture_zoom toolpiclink" href="{top.virtual_pic_path}{mediapath}{member_photo_large}" id="picture_{member_id}" target="_blank" title="<img src={top.virtual_pic_path}{mediapath}{member_photo} />">{lang:"members","view_file"}</a>
<div id="picture_{member_id}_zoom" style="display:none"><img src="{top.virtual_pic_path}{mediapath}{member_photo_large}" alt="" border="0" /><br></div>change into
<a class="picture_zoom toolpiclink" href="{top.virtual_pic_path}{mediapath}{member_photo_large}" id="picture_{member_id}" target="_blank" title="<img src={top.virtual_pic_path}{mediapath}{member_photo} />"><img src={top.virtual_pic_path}{mediapath}{member_photo} /></a>
<div id="picture_{member_id}_zoom" style="display:none"><img src="{top.virtual_pic_path}{mediapath}{member_photo_large}" alt="" border="0" /><br></div>Yes, good point.
In addition to Zoheir's tip you can also apply similar change to members.tpl file, so you can see small images in lists too.
Best regards,
Ramil
it didnt work. i meant in admin >>members list . also in recent activity , please advise