The Arcive of vBulletin Modifications Site. |
|
Signature forced to bottom (postbit_legacy) Details »»
|
|||||||||||||||||||||||||||
|
Signature forced to bottom (postbit_legacy)
Developer Last Online: Feb 2013
This mod will force all user's signatures to the bottom of their post. This is helpful if you have custom fields displayed under your avatars. Only 3 code changes are required in the postbit_legacy template. It'll take you about one minute to install this.
I have attached a couple screenshots showing what this mod does. I also have enabled this on my forums and you can see an example there: http://forums.ancientclan.com/ In postbit_legacy, find: Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> Now find: Code:
<!-- / edit note --> </if> </td> </tr> Code:
<tr> <td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"> <if condition="$post['signature']"> <!-- sig --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <div valign="bottom"> $post[signature] </div> <!-- / sig --> </if> </td> </tr> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
nice mod, thanks.
|
|
#3
|
|||
|
|||
|
awesome
/me clicks install |
|
#4
|
||||
|
||||
|
thanks , nice
|
|
#5
|
|||
|
|||
|
AMAZING! Just what I've been looking for. This is how they should've done it from the beginning. Thanks alot. Installed
|
|
#6
|
|||
|
|||
|
Excellent!
Thanx for sharing
|
|
#7
|
||||
|
||||
|
Great mod Intalled
|
|
#8
|
||||
|
||||
|
Can I have it completely any of the borders it adds?
Code:
<tr> <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" valign="bottom"> <if condition="$post['signature']"> <!-- sig --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <div valign="bottom"> $post[signature] </div> <!-- / sig --> </if> </td> </tr> http://www.areyouserios.com/showthread.php?t=448 |
|
#9
|
|||
|
|||
|
very nice
|
|
#10
|
||||
|
||||
|
Some of my members were asking for this when we first moved from Proboards (on PB the sig is at the bottom so they had gotten used to it). Thanks!
|
![]() |
|
|