Quote:
Originally Posted by moonclamp
Does someone know how to do this for a profile photo?
ie. You have not yet uploaded a profle photograph. Click here to do so now.
|
Try this, let me know if it works:
Code:
<if condition="$show['profilepic']">
<else />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="5">
<strong><font color="#FF9933">ATTENTION:</font> You have not created a <a href="http://www.YOUR_DOMAIN_NAME.com/forums/profile.php?do=editprofile">"Profile Picture" </a>for your profile.</strong>
</if>
</td>
</tr>
Change the URL to the location to change the profile pic.