Back to vBulletin 3.6 Template Modifications

split postbit_legacy buttons into a seperate cell
Mod Version: 1.00, by Mazinger

This modification is in the archives.
vB Version: 3.6.8 Rating: (2 votes - 5.00 average) Installs: 6
Released: 05 Mar 2008 Last Update: Never Downloads: 0
Not Supported Template Edits  

As shown in the attached image:

Edit postbit_legacy template.

Search for

HTML Code:
 <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
  $post[onlinestatus]
Change to

HTML Code:
 <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px">
  $post[onlinestatus]
Search for

HTML Code:
 <if condition="$show['moderated']">
 <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
 <else />
 <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
 </if>
Change to

HTML Code:
 <if condition="$show['moderated']">
 <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px">
 <else />
 <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px">
 </if>
Save the work.

Download

No files for download.

Screenshots

Click image for larger version
Name:	postbit_legacy.jpg
Views:	501
Size:	11.3 KB
ID:	76740  

Similar Mods

Show Thread Enhancements split postbit buttons into a seperate cell vBulletin 3.6 Template Modifications
vb 2.3.x Style PM, Profile, Search and Buddy buttons in Postbit_Legacy vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024