The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
I was going to make a huge ban mod from this but I'll just release it here because I know I would have loved to have seen this here.
Some serious props to BamaStangGuy for helping me a great deal with this and putting up with my stupidity. BamaStangGuy probably came up with most of this code, I just had the idea. If you want me to remove this I will BamaStangGuy. php file PHP Code:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat"><center>Here's the banlist. Don't do what these people did.</center></td> </tr> <tr> <div style="margin: 0px auto; margin-top: 20px; margin-bottom: 20px; font-size: 40px; font-weight: bolder; width: 600px; text-align: center;">$activebans[activebans] ACTIVE BANS<br/><small>$totalbans[bans] total bans</small></div> <td class="alt1"> <table class="tborder" cellpadding="5" cellspacing="0" width="100%" border="0" align="center"> <tr> <td class="tcat" colspan="4">Latest Bans</td> </tr> <tr> <td class="thead" width="25%"><center>Username</center></td> <td class="thead" width="2%">Current Usergroup</td> <td class="thead" width="25%"><center>Banned By</center></td> <td class="thead" width="25%"><center>Ban Lift</center></td> <td class="thead" width="25%"><center>Reason</center></td> </tr> $bannedusers </table> </td> </tr> </table> $footer </body> </html> Code:
<tr> <td class="alt1" width="25%" align="center"><span class="smallfont">$banusername</span></td> <td class="alt2" width="25%" align="center"><span class="smallfont">$data[usergroupid]</span></td> <td class="alt2" width="15%" align="center"><span class="smallfont">$data[adminid]</span></td> <td class="alt1" width="25%" align="center"><span class="smallfont">$data[liftdate]</span></td> <td class="alt2" width="25%" align="center"><span class="smallfont">$data[reason]</span></td> </tr> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|