How Can I Change The Width..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • exasko
    Senior Member
    • Oct 2003
    • 193
    • 3.0.0 Beta 7

    How Can I Change The Width..

    Alright.. I have done this before but I forget how I did this..

    say you go to my site: www.exasko.info/forum/ and you see each forum, how can i control how much space i want that to take up because i find that the the thread titles are using up too much of that space...
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Your templates are modified, but the code you need to edit should be in your:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost

    Find this code and make sure the red code is present. You can specify a width with that attribute:

    Code:
    	<tr align="center">
    	  <td class="thead">&nbsp;</td>
    	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    	  <td class="thead" [color=red]width="175"[/color]>$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>

    Comment

    • exasko
      Senior Member
      • Oct 2003
      • 193
      • 3.0.0 Beta 7

      #3
      is there anyway i can cut off the thread title after so many characters?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Yes.

        Admin CP -> vBulletin Options -> Forum Listings Display Options -> Last Thread Title Maximum Displayed Characters

        Comment

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