How to get rid of "Last Post by" Space?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raiderlax
    Senior Member
    • Sep 2006
    • 430
    • 3.6.x

    How to get rid of "Last Post by" Space?

    I need to know how to get rid of the "last post space" and just basically get rid of that space their in order to have more space for the forums width.

    Please see what I mean in the attached pic.

    Thanks in advance.


    EDIT: OOps very sorry for posting in the wrong spot
    Attached Files
    Last edited by raiderlax; Sat 31 Mar '07, 3:44pm.
  • Cyber Smoke
    Senior Member
    • Aug 2004
    • 105
    • 4.2.X

    #2
    The modified code (in my case it's forumhome_forumbit_level1_nopost):

    <!--
    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> -->
    <tr align="center">
    <td class="thead" width="4%">&nbsp;</td>
    <td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="28%">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
    <td class="thead" width="5%">$vbphrase[posts]</td>
    <if condition="$vboptions[showmoderatorcolumn]">
    <td class="thead" width="13%">$vbphrase[moderator]</td>
    </if>
    </tr>
    <!-- $childforumbits
    </tbody>
    </if>
    </table> -->

    In the default template, it's in FORUMHOME with the following code:

    <tr align="center">
    <td class="thead">&nbsp;</td>
    <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="175">$vbphrase[last_post]</td>
    <td class="thead">$vbphrase[threads]</td>
    <td class="thead">$vbphrase[posts]</td>
    <if condition="$vboptions['showmoderatorcolumn']">
    <td class="thead">$vbphrase[moderator]</td>
    </if>
    </tr>

    Also, you might want to adjust this:
    AdminCP --> vBulletin Options --> Forum Listings Display Options --> Last Thread Title Maximum Displayed Characters (on my forum it's set to 26).

    Hope it helps you.
    Last edited by Cyber Smoke; Sat 31 Mar '07, 5:07pm.
    The specifics of custom design

    Comment

    • raiderlax
      Senior Member
      • Sep 2006
      • 430
      • 3.6.x

      #3
      Thanks I tried changing that stuff around, but it still makes no change in Internet Explorer.

      Thank you.

      Comment

      • cajunboy2208
        Member
        • Jan 2007
        • 87
        • 3.6.x

        #4
        I have a similiar question to this. For the post by ---name---
        I have colors for certain usergroups. Is there anyway to get these colors to show up on the forum display right there?

        Comment

        • peterska2
          Senior Member
          • Oct 2003
          • 8869
          • 3.7.x

          #5
          Please start your own thread. Thanks.

          Comment

          • raiderlax
            Senior Member
            • Sep 2006
            • 430
            • 3.6.x

            #6
            bump, still need this problem fixed.

            Comment

            • peterska2
              Senior Member
              • Oct 2003
              • 8869
              • 3.7.x

              #7
              Change the width of the last post column which is specified in the forumhome_forumbit_level1_nopost template (it looks like you have category spacing installed - if not then this will be in your forumhome template) to be a set number of pixels and less than your current setting.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...