Hi,
I've used this script to migrate my forum:
https://discuss.flarum.org/d/1117-phpbb-migrate-script-updated-for-beta-5
I required some modification as it was very old phpbb2 version.
Right now - all new discussion opened or updated after migration allow me to find link to exact post
It works on long topic list (it always pointing to last post in discussion), when I'm scrolling down or click on post date - I can get link to exact post like this (for post 22)
https://discuss.flarum.org/d/123-my-topic/22
But for old topics - whatever I try - It always showing without number on the end (on browser address or when I click on post date and all links going directly to first post - it always generate link without number like this: https://discuss.flarum.org/d/123-my-topic
How to get it fixed? What's missing on DB?