The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add Quick remove
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 |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
similar but I want to be able to delete threads quickly and not posts.
thank you |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|