The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
You'd need to write a form for the first one. The basics:
HTML Code:
<form action="postings.php?do=domovethread&t=xxxxx" method="post" name="pulledmove" onsubmit="return confirm('Are you sure?');"> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="xxxxxxxx" /> <input type="hidden" name="t" value="xxxxxxx" /> <input type="hidden" name="do" value="domovethread" /> <input type="hidden" name="title" value="xxxxxxx" /> <input type="hidden" name="redirect" value="xxxxxxx" /> <input type="hidden" name="redirecttitle" value="xxxxxxxx" /> <input type="hidden" name="destforumid" value="xxxxxx" /> <- You'll want this to be some dropdown to pick the forum id <input type="submit" class="button" value="Move Thread" /> </form> For the second, you need to modify the CSS to not cover such a large area. Maybe something like: HTML Code:
.postbit .posthead .nodecontrols, .postbitlegacy .posthead .nodecontrols, .eventbit .eventhead .nodecontrols {width: 50px;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|