Quote:
Originally Posted by y2krazy
How can I get the "Set Avatar" text to show up for just THAT user. With the code, as it is in the original post. Everyone will see "Set Avatar" under a user's avatar that isn't set. When they click on it, it will take them to edit their own avatar.
Thanks in advance!
~ Sean
|
Made it
Just put your Set Avatar link in this
if
Code:
<if condition="$bbuserinfo[userid] == $post['userid']">
<br /><a href="profile.php?$session[sessionurl]do=editavatar"><b>Set Avatar</b></a>
<else />
<br/>No Avatar
</if>
Of course you can customize it - I set "
No Avatar" to enyone else.