Please help! Urgent

thetillian

New Member
Hi, see my forum pic below, and what i want is, i want to extend the lastpost box to the left making its width more,

2e4b03k.jpg
 
thats easy enough but for what theme?

open forumhome_forumbit_level1_nopost and find something that looks like this:

HTML:
<if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
      <tr align="center">
        <td class="thead" width="40"></td>
        <td class="thead" align="$stylevar[align=left]">$vbphrase[forum]</td>
        <td class="thead" width="225">$vbphrase[last_post]</td>
        <td class="thead" width="40">$vbphrase[threads]</td>
        <td class="thead" width="40">$vbphrase[posts]</td>
        <if condition="$vboptions[showmoderatorcolumn]">
          <td class="thead">$vbphrase[moderator]</td>
        </if>
      </tr>
    $childforumbits </if>
  </tbody>


notice the nubers this is what adjust your widths in custom themes hope this helps.

P.S you might also find the same in forumhome, forumdisplay just have to look for it.
 
Back
Top