2012-12-31, 01:07 AM
First time I post this problem, I post in wrong place 
Well, so I report here, hope that somebody can help me solve this problem.
Sorry for my bad English.
Hard to explain, but if you see these 2 pics, you will understand what I want.
So, could you please tell me how to do it?
Thank to JordanMussi, he help me understand that I need add "vertical-align:middle;" style in table in forumdisplay_thread (template) to make it in middle, some kind of this code:
Problem is, I added, and it not work!
Well, after can't fix myselt, I... copy his code
. And... it not work,too. Nothing change 
Anyway, this is my forumdisplay_thread:
My theme is Diablo 3. So I edit forumdisplay_thread of Diablo 3 theme, right?

Well, so I report here, hope that somebody can help me solve this problem.
Sorry for my bad English.
Hard to explain, but if you see these 2 pics, you will understand what I want.
First, My forum look like this now (ver 1.9.6):
![[Image: hp1_zps7fbf52f9.jpg]](https://camo.mybb.com/de3ff96500ce0ebed016aba90c1fb972bff51a0c/687474703a2f2f693439352e70686f746f6275636b65742e636f6d2f616c62756d732f72723331312f6d61785f6c696f6e686172742f6870315f7a707337666266353266392e6a7067)
Then, I do Photoshop alittle bit to show you what I want:
![[Image: hp2_zps9a017e7a.jpg]](https://camo.mybb.com/ba54d96e70cd928fdf233e55905271b53dd31376/687474703a2f2f693439352e70686f746f6275636b65742e636f6d2f616c62756d732f72723331312f6d61785f6c696f6e686172742f6870325f7a707339613031376537612e6a7067)
Then, I do Photoshop alittle bit to show you what I want:
So, could you please tell me how to do it?
Thank to JordanMussi, he help me understand that I need add "vertical-align:middle;" style in table in forumdisplay_thread (template) to make it in middle, some kind of this code:
Quote: <td align="center" class="{$bgcolor}{$thread_type_class}" style="vertical-align:middle;"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}" style="vertical-align:middle;">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right; vertical-align:middle;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
Problem is, I added, and it not work!
Well, after can't fix myselt, I... copy his code


Anyway, this is my forumdisplay_thread:
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}" style="vertical-align:middle;">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
My theme is Diablo 3. So I edit forumdisplay_thread of Diablo 3 theme, right?