Log in

View Full Version : How to add Quick remove


gldtn
03-17-2005, 03:23 AM
Hello ppl,

I've been trying to make a small mod to add a quick remove to threadbit but i can't get it to work. Can someone help me out?

this is what I have so far;

<!-- QuickRemove Addon -->

<if condition="$show['deletepostoption']">

<form action="editpost.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="p" value="$threadid" />
<input type="hidden" name="do" value="deletepost" />

<label for="rb_del_soft"><input type="checkbox" name="deletepost" value="delete" id="$thread[threadid]" tabindex="1" /></label>

<input type="submit" class="button" value="$vbphrase[gas_delete_message]" tabindex="1" accesskey="d" />

</form>

</if>

<!-- / QuickRemove Addon -->

Note: I also can't get the <if>'s to function

Oblivion Knight
03-17-2005, 07:22 AM
https://vborg.vbsupport.ru/showthread.php?t=60704

Is this the kind of thing you're looking for? :)

gldtn
03-17-2005, 11:07 PM
similar but I want to be able to delete threads quickly and not posts.

thank you