The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Adding postnumber to threadadmin_postbit
Moderators at my forum have complained about how it's difficult to split a large thread into a new person's name, as the posts are so trunicated when viewing the postings.php page that splitting is very time consuming.
Now, i've tried editting the threadadmin_postbit template myself to add in the postnumbers of each post in the thread (as they appear in the top right of each posts on showthread.php) next to the "Split/Delete" checkbox. However, i've been trying to directly take the portion of code from the postbit_legacy template to display the postnumber and imput it into threadadmin_postbit, and no matter how I try to arrange the code it doesn't want to comply. My most recent attempt was to add in: Code:
<strong>$post[postcount]</strong> Code:
<if condition="$show['deleteposts']">$vbphrase[delete] Code:
<else />$vbphrase[split] Thanks to anyone who tries to help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|