Open RonaldKools opened 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.
https://github.com/tas2580/seourls/pull/66
Fix
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.