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

Breadcrumb broken in phpBB3.3 #64

Open RonaldKools opened 4 years ago

RonaldKools commented 4 years ago

It seems phpBB3.3 uses some different markers for the breadcrumbs. When you inspect the generate_forum_nav function you will see that the navlinks_parents event no longer has a FORUM_NAME, it has been changed to BREADCRUMB_NAME.

RonaldKools commented 4 years ago

https://github.com/tas2580/seourls/pull/66

Fix