Fixed Menu rewrite url not working

prophoto

Active Member
Anyone else see this? I have two sites in dev using Fabrik one I just upgraded to Epsilon. Both have menu items going to Fabrik form in the frontend. The URLs displayed are /contact/form/1.html instead of /contact.html.

Suggestions? Something I missed?
 
It seems you are the first one using this.

Can you try in components\com_fabrik\router.php
change line 210 to
if (!$menuItem instanceof Joomla\CMS\Menu\MenuItem || !isset($query['view']))
and after line 221 add
if (isset($query['lang'])) unset($query['lang']);
 
It seems you are the first one using this.

Can you try in components\com_fabrik\router.php
change line 210 to
if (!$menuItem instanceof Joomla\CMS\Menu\MenuItem || !isset($query['view']))
and after line 221 add
if (isset($query['lang'])) unset($query['lang']);
Hi @troester

does this exist in F!4 official?
My lists are dispayed as /player-data/list/1.

Applied the fix you proposed worked but I wonder if it's going to be included in the next release.
Thanks,
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top