Well, the edit avatar page is at profile.php?do=editavatar . So, to just show the link to the poster, just add something like:
<vb:if condition="$post[userid] == $bbuserinfo[userid]"><a href="profile.php?do=editavatar">Edit Avatar</a></vb:if>
Not tried at all, but something like that should be fine. You'll want to add some style to it most likely, so perhaps add a class to the link.
|