split postbit_legacy buttons into a seperate cell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mazinger
    Senior Member
    • Jul 2005
    • 2399
    • 3.7.x

    split postbit_legacy buttons into a seperate cell

    As shown in the attached image:
    Click image for larger version

Name:	postbit_legacy.jpg
Views:	1
Size:	11.3 KB
ID:	3706757


    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.
    $post[signature]
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...