1

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

2

Re: Showing members photo im CP

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>&nbsp;
                    <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>&nbsp;
                    <div id="picture_{member_id}_zoom" style="display:none"><img src="{top.virtual_pic_path}{mediapath}{member_photo_large}" alt="" border="0" /><br></div>

3

Re: Showing members photo im CP

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

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

4

Re: Showing members photo im CP

it didnt work. i meant in admin >>members list . also in recent activity , please advise