F FoxyFLS New Member Mar 5, 2008 #1 split postbit_legacy buttons into a seperate cell v1 http://www.vbulletin.org/forum/showthread.php?threadid=172138
split postbit_legacy buttons into a seperate cell v1 http://www.vbulletin.org/forum/showthread.php?threadid=172138
A avaloncraven New Member Mar 5, 2008 #2 Edit postbit_legacy template. Search For HTML: <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> $post[onlinestatus] Change To HTML: <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px"> $post[onlinestatus] Search For HTML: <if condition="$show['moderated']"> <td class="alt2" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> </if> Change To HTML: <if condition="$show['moderated']"> <td class="alt2" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> </if> Save the work.
Edit postbit_legacy template. Search For HTML: <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> $post[onlinestatus] Change To HTML: <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 1px"> $post[onlinestatus] Search For HTML: <if condition="$show['moderated']"> <td class="alt2" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px"> </if> Change To HTML: <if condition="$show['moderated']"> <td class="alt2" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> <else /> <td class="alt1" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 1px; border-top: 0px"> </if> Save the work.