split postbit_legacy buttons into a seperate cell
This modification is in the archives.
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]
HTML Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px">
$post[onlinestatus]
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> 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> Download No files for download. Screenshots |
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 |