Default Profile Pic
This modification is in the archives.
I saw this requested in a thread, so here goes
In MEMBERINFO find: Code:
<if condition="$prepared['profilepicurl']"> <td id="profilepic_cell" class="tborder alt2"> <img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /> </td> Code:
<if condition="$prepared['profilepicurl']"> <td id="profilepic_cell" class="tborder alt2"> <img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /> <else /> <img src="http://www.your-domain.com/images/no-profile-pic.gif"> </td></if> Download No files for download. |
Similar Mods
Default profile pic/ Show user's profile pic anywhere | vBulletin 3.5 Add-ons |