tas2580 / seourls

phpBB Extension: URL rewriting for phpBB forums
https://tas2580.net/downloads/phpbb-seo-url/
GNU General Public License v2.0
44 stars 25 forks source link

Shadow topics don't work when clicked via forum view #42

Closed HanPrower closed 6 years ago

HanPrower commented 7 years ago

Basically a post that has been moved as a shadow topic has the wrong ID when you try to access it via the forum view.

It seems phpBB creates a new ID for the shadow link.

I would hope phpBB says if it's a shadow topic, with the correct ID and it's just a simple bit of detection if this is the case.

I'll take a look and make a PR at some point, but if someone wants to investigate it in the mean time, feel free ;)

HanPrower commented 6 years ago

@tas2580 This doesn't appear to be fixed. When on the index of the forum and I click a shadow topic it still fails.