Code: Select all
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
Code: Select all
<!-- IF topicrow.TOPIC_ID != 123456 -->
Code: Select all
<br />{topicrow.LAST_POST_TIME}
</span>
</dd>
Code: Select all
<!-- ENDIF -->
Look at the topic title of this topic: it's a link
Code: Select all
https://www.phpbb.com/community/viewtopic.php?f=591&t=2574601
I have no idea why you would need the forum_id (nor why you would want to change it).MrAnonymous wrote: ↑Tue Nov 17, 2020 5:30 pmSo i find viewforum.php?f=14, i change the number to 14 ?
If you wanted to remove this for all topics in a forum instead try:MrAnonymous wrote: ↑Tue Nov 17, 2020 5:30 pmSo i find viewforum.php?f= 14, i change the number to 14 ?
Code: Select all
<!-- IF topicrow.FORUM_ID != 14 -->
Code: Select all
<!-- IF topicrow.TOPIC_ID != 123 or topicrow.TOPIC_ID != 456 or topicrow.TOPIC_ID != 789 -->