We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79d6624 + 1c7c055 commit 9052e52Copy full SHA for 9052e52
1 file changed
templates/newbb_index.tpl
@@ -132,8 +132,8 @@
132
<{if $forum.forum_lastpost_subject|default:''}>
133
<{$forum.forum_lastpost_time}> <{$smarty.const._MD_NEWBB_BY}> <{$forum.forum_lastpost_user}>
134
<br>
135
- <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$forum.forum_lastpost_id}>">
136
- <{$forum.forum_lastpost_subject}>
+ <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?topic_id=<{$forum.forum_lastpost_topicid}>&post_id=<{$forum.forum_lastpost_id}>#forumpost<{$forum.forum_lastpost_id}>">
+ <{$forum.forum_lastpost_subject}>
137
<{* irmtfan remove icon_path *}>
138
<{$forum.forum_lastpost_icon}>
139
</a>
0 commit comments