Skip to content

Commit 7ecbdbf

Browse files
authored
Merge pull request #112 from BigKev73/patch-27
Update newbb_thread.tpl
2 parents 9052e52 + 5dc07a3 commit 7ecbdbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/newbb_thread.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="ThreadTitle">
2626
<{if $topic_post.post_id > 0}>
2727
<{* irmtfan add id for each post *}>
28-
<a id="<{$forum_post_prefix}><{$topic_post.post_id}>" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$topic_post.post_id}>">#<{$topic_post.post_no}></a>
28+
<a id="<{$forum_post_prefix}><{$topic_post.post_id}>" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?topic_id=<{$topic_id}>&post_id=<{$topic_post.post_id}>#forumpost<{$topic_post.post_id}>">#<{$topic_post.post_no}></a>
2929
<{/if}>
3030
</div>
3131
</th>

0 commit comments

Comments
 (0)