We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9052e52 + 5dc07a3 commit 7ecbdbfCopy full SHA for 7ecbdbf
1 file changed
templates/newbb_thread.tpl
@@ -25,7 +25,7 @@
25
<div class="ThreadTitle">
26
<{if $topic_post.post_id > 0}>
27
<{* 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>
+ <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>
29
<{/if}>
30
</div>
31
</th>
0 commit comments