Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Reply/View Column Width Error
#2
Go to 'Templates & Styles > Templates > minimal templates > Forum Display Templates > forumdisplay_thread


Find
Code:
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} replies<br />{$thread['views']} views</td>

Replace with
Code:
<td align="center" width="150px" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts} replies<br />{$thread['views']} views</td>

You can keep adjusting the width until you are happy with the outcome.
Reply


Messages In This Thread
RE: Thread Reply/View Column Width Error - Jon - 4th Mar, 02:55 pm



Users browsing this thread: 2 Guest(s)