Index: temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1270)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1272)
@@ -204,5 +204,5 @@
 $xoopsTpl->assign('forum_name', 'ÂÐ±þ¾õ¶·°ìÍ÷');
 
-$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_time) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC';
+$sql = 'SELECT topic_id, topic_title, topic_response, from_unixtime(topic_last_posttime) as topic_time, uname FROM xoops_bb_topics as tpc left join xoops_users as usr on tpc.topic_response_uid = usr.uid ORDER BY topic_response, topic_id DESC';
 if ( !$result = $xoopsDB->query($sql) ) {
     redirect_header('index.php',2,_MD_ERROROCCURED);
@@ -218,5 +218,5 @@
 								'topic_response'=>$myrow['topic_response'],
 								'topic_response_user'=>$myrow['uname'],
-								'topic_time'=>$myrow['topic_time']));
+								'topic_last_posttime'=>$myrow['topic_last_posttime']));
 }
 
Index: temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html	(revision 1271)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html	(revision 1272)
@@ -39,5 +39,4 @@
 	<{foreach item=topic from=$topics}>
 	<tr class="<{cycle values="even,odd"}>">
-		<td align="center"><{$topic.topic_icon}></td>
 		<td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td>
 		<td align="center" valign="middle">
@@ -45,8 +44,5 @@
 		<{if $arrResponse[$topic.topic_response] != ""}> (<{$topic.topic_response_user|default:'¥²¥¹¥È'}>) <{/if}>
 		</td>
-		<td align="center" valign="middle"><{$topic.topic_replies}></td>
-		<td align="center" valign="middle"><{$topic.topic_poster}></td>
-		<td align="center" valign="middle"><{$topic.topic_views}></td>
-		<td align="right" valign="middle"><{$topic.topic_last_posttime}><br /><{$lang_by}> <{$topic.topic_last_poster}></td>
+		<td align="right" valign="middle"><{$topic.topic_last_posttime}></td>
 	</tr>
 	<{/foreach}>
