Quote:
Originally Posted by TCE Killa
Is there away users can choose there own image through there profile? This is what I got for it:
PHP Code:
<!-- Welcome Image --> <td class="alt1"> <if condition="$post[field39]"><div style="padding:$stylevar[cellpadding]px"><img src="inlineimg" src="$post[field39]" border="0" alt="1" padding="2" /></a></div></if> </td> <!-- Welcome Image -->
But it doesn't work, so any other ideas for this code? Thanks.
|
Try:
Code:
<!-- Welcome Image -->
<td class="alt1">
<if condition="$bbuserinfo[field39]"><div style="padding:$stylevar[cellpadding]px"><img src="inlineimg" src="$bbuserino[field39]" border="0" alt="1" padding="2" /></a></div></if>
</td>
<!-- Welcome Image -->
Quote:
Originally Posted by viper007
|
Do This to add your image Viper:
Code:
<!-- Image -->
<td class="alt1">
<img src="http://i150.photobucket.com/albums/s101/sreedharg2k6/XFXHX.jpg">
</td>
<!-- Image -->