2015-02-16, 04:42 PM
Hi guys,
hope u can help this problem,
If i post thread with short title
its look like this
![[Image: r03z1l.jpg]](https://camo.mybb.com/7546466b6767069f460cf69459298268783335ea/687474703a2f2f6936322e74696e797069632e636f6d2f7230337a316c2e6a7067)
then if i post thread with long title
it will be look like this
![[Image: 4ikny0.jpg]](https://camo.mybb.com/10d64ac4abbb09a93f2471d8a61f905f914f1338/687474703a2f2f6936312e74696e797069632e636f6d2f34696b6e79302e6a7067)
is it forumbit_depth2_forum or other script?
how to fix this, i want it show normally, with long and short title.
my forumbit_depth2_forum code is
thank you for help ^_^
hope u can help this problem,
If i post thread with short title
its look like this
then if i post thread with long title
it will be look like this
is it forumbit_depth2_forum or other script?
how to fix this, i want it show normally, with long and short title.
my forumbit_depth2_forum code is
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" width="40" heigh="40" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap" width="100">{$threads} {$lang->forumbit_threads} {$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="middle" align="center" style="white-space: nowrap" width="100">{$posts} {$lang->forumbit_posts} {$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap" width="200">{$lastpost}</td>
</tr>
thank you for help ^_^