MyBB Community Forums

Full Version: Increase the width of "lastest post" column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can you tell me how to increase the width of "lastest post" column
thanks so much
Open the template forumbit_depth1_cat and search for:
<td class="tcat" width="200" align="center"><strong>$lang->forumbit_lastpost</strong></td>
Change width="200" wo the width you want.
hello,where is forumbit_depth1_cat ?thanks
In the Templates Section of your Admin CP.

Expand the template set you are using, in the list you'll see "Forum Bit Templates" click the expand button next to that and you'll find it.
hi,i have edited as your follow but i don't see any changes of the 'lastest post' column except the width of category which has no forum inside
any suggestions? thank u so much
Can you please post the URL to the site?
my url site is http://thaonguyenxinh.net/forum i change the width as your follow from 200 to 300,u see the width of lastest post colum in "Spam Box" - category,at the bottom of page changes,and i don't see anything else!
thanks
That is because there is nothing else to see.

If you wish to change the length at which subjects get chopped off at on the index then you'll need to open up index.php and take a look at the getforums() function and change the substr line which trims the length of the subject.