Quote:
Originally Posted by ZeroZone
May I ask for an option "delete this post" in the quick edit?
Thank you very much
|
In your showthread_quickedit template find:
Code:
<if condition="$bbuserinfo['signature']">
<label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />Sig</label>
</if>
Below it add:
Code:
</form>
<if condition="$bbuserinfo['usergroupid']==6">
<form action="editpost.php" method="post" style="display:inline;">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="p" value="$postid" />
<input type="hidden" name="do" value="deletepost" />
<input type="submit" class="button" name="deletepost" value="Delete" id="rb_del_soft" tabindex="1" />
</form>
</if>
Find:
Replace it with: