Table Header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sportn3
    New Member
    • Jan 2005
    • 15

    Table Header

    Im playing in the Admin Demo. By default it only has one Table Header. (the bars that shows Forum, Last Post, Threads, Post)

    How can I create more of these and put them under the Category, instead of on top of the category like they are by default?
  • xmitchx
    Senior Member
    • May 2004
    • 257
    • 3.8.x

    #2
    I havent tested this but im pretty sure this'll work:

    In the FORUMHOME template find:
    HTML 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>
    Delete it. In the forumhome_forumbit_level1_nopost find:
    HTML Code:
    </tbody>
    Add above:
    HTML 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>
    That should do it.

    Comment

    • sportn3
      New Member
      • Jan 2005
      • 15

      #3
      It worked perfectly. Thanks!

      Comment

      • xmitchx
        Senior Member
        • May 2004
        • 257
        • 3.8.x

        #4
        No problem vBulletin has an extremely robust style system which allows you to customize just about every aspect of your board (visually).

        Comment

        • sportn3
          New Member
          • Jan 2005
          • 15

          #5
          Originally posted by xmitchx
          No problem vBulletin has an extremely robust style system which allows you to customize just about every aspect of your board (visually).
          Seems like it. Unfortuanly, I have NO clue how to code actually works. It all looks Greek to me. I can read, cut, and paste instructions like yours fine though. I appreciate your help.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎