Quote:
Originally Posted by z3r0
I added a button above the thread to do this.
Placed under $poll in showthread, change destforumid value to the id of the forum you want to send the thread to.
Code:
<if condition="is_member_of($vbulletin->userinfo, 5, 6, 7)">
<div>
<div style="float:left;">
<form method="post" action="inlinemod.php?do=domovethread&threadids=$thread[threadid]">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="destforumid" value="18">
<input type="hidden" name="threadids" value="$thread[threadid]">
<input type="hidden" name="do" value="domovethreads">
<input type="hidden" name="redirect" value="none" id="rb_redirect_none" checked="checked" />
<input type="submit" value="Bin">
</form>
</div>
</if>
|
how can we do as in the picture.
Code:
<input type="radio" name="do" value="submit">Recycle Bin
It didn't work that way