Infopro |
01-30-2009 12:29 PM |
Not sure if this is the best way to do it, but try this. Worked for me.
Find in MEMBERINFO:
Code:
<td id="profilepic_cell" class="tborder alt2">$blocks[profile_picture]</td>
Replace with:
Code:
<td id="profilepic_cell" class="tborder alt2">$blocks[profile_picture]</td>
<else />
<td id="profilepic_cell" class="tborder alt2"><img src="$stylevar[imgdir_misc]/unknown.gif">
</td>
Rename the part in red to an image in your misc dir if you have one already.
Not thoughly tested in a public forum, but on my test forum my profile has a picture and it shows. Checking a users that does not, my unknown.gif shows fine.
|