Nice little mod Christon.
Quote:
Originally Posted by ChopSuey
HTML Code:
<fieldset class="signature">
<legend>Signature - <if condition="$show['member']"><a href="/profile.php?do=editsignature">Edit</a></if></legend>
A little something i did for my board, let them edit theirs also  Shows to members only 
|
If you change it to this, then it will only show up for the author of the displayed signature. (Before it would show the edit signature link to all registered users in every signature as opposed to only appearing in their own signatures.)
HTML Code:
<fieldset class="signature">
<legend>Signature <if condition="$bbuserinfo[userid] == $post[userid] "> - <a href="/profile.php?do=editsignature">Edit</a></if></legend>
$post[signature]
</fieldset>
I also added a few line breaks above that to drop the signature down a bit in the posts.