1

Topic: Profile Image Link

To change the link for profile thumbnail image  for 2.4 do the following:

In member_sections_picture.tpl

change

<!-- IF member_picture AND member_picture_active -->
    <a href="{top.virtual_path}{member_profile_link}"><img src="{top.virtual_pic_path}{member_picture}" alt="" border="0" /><br></a>

to

<!-- IF member_picture AND member_picture_active -->
    <a href="{top.virtual_path}{member_pictures_link}"><img src="{top.virtual_pic_path}{member_picture}" alt="" border="0" /><br></a>

The code above in bold is the only code that needs changing.

Last edited by db3204 (2008-06-05 21:30:28)

2

Re: Profile Image Link

this affects search results

3

Re: Profile Image Link

maybe it doesn't work for you, but it works on my sites.

Last edited by db3204 (2008-06-08 13:58:50)