Back to vBulletin 3.7 Add-ons

Default Profile Pic
Mod Version: 1.00, by BlizzardHQ

This modification is in the archives.
vB Version: 3.7.0 Beta 3 Rating: (0 vote - 0 average) Installs: 23
Released: 21 Dec 2007 Last Update: Never Downloads: 6
Not Supported Template Edits  

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>
Change to:

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

vblts.ru supports vBulletin®, 2022-2024