Index: temp/test-xoops.ec-cube.net/html/modules/newbb/response.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1282)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/response.php	(revision 1283)
@@ -190,7 +190,12 @@
 	$result_tmp = $xoopsDB->query($sql_tmp);
 	$myrow_tmp = $xoopsDB->fetchArray($result_tmp);
-	$myrow['post_id'] = $myrow_tmp['post_id'];	
+	$myrow['post_id'] = $myrow_tmp['post_id'];
+	
+	$topiclink = 'viewtopic.php?topic_id='.$myrow['topic_id'].'&amp;forum='.$myrow['forum_id'];
 	
 	$xoopsTpl->append('topics', array(
+								'topic_id'=>$myrow['topic_id'],
+								'forum_id'=>$myrow['forum_id'],
+								'topic_link'=>$topiclink,
 								'topic_fix'=>$fix,
 								'topic_number'=>$myrow['post_id'],
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 1277)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html	(revision 1283)
@@ -39,5 +39,5 @@
 	<{foreach item=topic from=$topics}>
 	<tr class="<{cycle values="even,odd"}>">
-		<td>&nbsp;[<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td>
+		<td>&nbsp;[<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a></td>
 		<td align="center" valign="middle">
 		<{ $arrResponse[$topic.topic_response]|default:'???' }>
