There are many mods that allow you to add a link functionality to the last post on the forum. I will not talk about them, because it is a thankless task to multiply forum mods (I will explain why in one of the next articles). Where to get a link to the last post in the topic?
1) In phpbb 2+ versions this link is already present as an icon near the post title on the home page
2) How to make a link to the last post to an arbitrary topic – use the construction:
<your_forum>/viewtopic.php?f=xxx&t=yyyy&start=50000
where xxx – forum id, yyy – topic id; the last value we specify as large as possible (50k from the example is enough), causing opening of the forum on the last page
Write your recipes 🙂