[vB 3.8] How to align signatures to bottom (when using postbit)
247 Views Published 1 year, 6 months ago in vBulletin Quick Tips and Customizations, vBulletin TipsThis template edit will align users' signatures to bottom, when forum uses postbit template.
Original idea by Sledgstone (found on vbulletin.org) rearranged and updated for vB 3.8 by me.
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit_legacy
Find:
Replace with:
In same template find this code and add the blue code:
Original idea by Sledgstone (found on vbulletin.org) rearranged and updated for vB 3.8 by me.
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> 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">In same template find this code and add the blue code:
Code:
</td>
</tr>
<tr>
<td class="alt1" style="vertical-align: bottom; border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]
<if condition="$post['signature']">
<!-- sig -->
<div style="vertical-align: bottom">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>
</td>
</tr>Search
About This Entry
- You’re currently reading “[vB 3.8] How to align signatures to bottom (when using postbit),” an entry on The Staff Lounge
- Published at 2.19.09 / 5pm
Related Entries
- Quick Bug Fix for Element, Greenfox and Bluefox 3.8.1 - AnnouncementsvBStyles
- [vB 3.8] Move Guest Message to Notices - vBulletin Quick Tips and CustomizationsvBulletin Tips
- [vB 3.7] How to Make Notices Stand-out More… - vBulletin Tips
- Small Afterdark Skin update - vBStyles
- vBa CMPS v3.2.1 Now Available! - AnnouncementsvBadvanced
Recent Entries
- Matt: Israeli Security Hates iPad - Wordpress
- Weblog Tools Collection: Protect Yourself from Parasite Spam with Akismet - Wordpress
- WordPress.tv: Jonny Allbut: WordPress Template Design and Theme Frameworks - Wordpress
- WordPress.tv: WordPress.com: Recovering or Changing Your Password - Wordpress
- Weblog Tools Collection: Doomed Vox blogger? WordPress to the Rescue! - Wordpress
Popular Resources
- Phorum-5.2.8 final released (12 replies) - 47857 Views
- Phorum-5.2.9a released (10 replies) - 36042 Views
- IPB Resources - 22195 Views
- Weblog Tools Collection: WordPress Plugin Releases for 02/07 - 18023 Views
- Phorum-5.2.9 released! Security Upgrade! (no replies) - 13960 Views







No Responses to “[vB 3.8] How to align signatures to bottom (when using postbit)”
Please Wait
Leave a Reply