I tried but it is not working...
Code:
<if condition="$post['editlink']">
Now it puts up the button (Delete or Remove), but when I click on it, here's what it says...
"Invalid Action Specified"
Here's what I actuially edited...
Code:
<if condition="$post['editlink']">
<form action="editpost.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="p" value="$post[postid]" />
<input type="hidden" name="do" value="deletepost" />
<input type="submit" name="deletepost" value="remove" id="rb_del_soft" tabindex="1" class="button" />
</form>
<a href="$post[editlink]"