The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move Thread Addon on first post
I find it annoying that every time when I need to move a thread I have to click a whole bunch of links.
Is it possible for only Moderators - Admins be able to move the thread without clicking all those links. Like add a Move Thread function to the first post like a tool bar that only mods and admins can see. |
#2
|
||||
|
||||
Under "thread tools" there is "move thread" you don't need to click any links? You mean too many steps needed to move a thread? Without those steps how would you choose where to move it?
|
#3
|
||||
|
||||
I added a couple of buttons to move a thread to two different pre-defined forums on my site. You can't do it with a link, you need to use a form.
Page source: Code:
<form action="postings.php?do=domovethread&t=xxxxxx" method="post" name="xxxxxx" > <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="xxxxxx" /> <input type="hidden" name="t" value="xxxxxx" /> <input type="hidden" name="do" value="domovethread" /> <input type="hidden" name="title" value="xxxxxx" /> <input type="hidden" name="redirect" value="xxxxxx" /> <input type="hidden" name="redirecttitle" value="xxxxxx" /> <input type="hidden" name="destforumid" value="xxxxxx" /> <input type="submit" class="button" value="xxxxxx" /> </form> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|