I think there is absolutely zero chance of that happening . But it should work fine as an extension.Mess wrote:Looking good. Very nice functionality, fingers crossed it gets added for next release.
It should just work. There are no ACP settings or anything.MrC wrote:Do i have to enable it at some place else or should it work after installing the extension?
You don't have any categories or subforums.MrC wrote:unfortunately i can't get it working
http://www.spaapen.net/31
{BREADCRUMB_MENU} is not being triggered. That means the extension is not giving any output.MrC wrote:unfortunately i can't get it working
http://www.spaapen.net/31
Changed that, now it worksPayBas wrote:{BREADCRUMB_MENU} is not being triggered. That means the extension is not giving any output.MrC wrote:unfortunately i can't get it working
http://www.spaapen.net/31
I don't know exactly which version of 3.1 you are running, but you might want to try this:
Open: ext/paybas/breadcrumbmenu/event/listener.php
Find:
'core.page_header_after' => 'generate_menu',
Change to:
'core.page_header' => 'generate_menu',
Good. It didn't work before, because the script was listening for B3 event. I'll change it to a B2 event (doesn't matter anyway).MrC wrote:Changed that, now it works
Im running Beta 2 at the moment