help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
assigned Menu for an event is not correct with JEM Setting "Default Menu Itemid"
- FrankMieske
-
Topic Author
- Offline
- New Member
-
- Posts: 2
- Thanks: 0
assigned Menu for an event is not correct with JEM Setting "Default Menu Itemid"
1 month 1 week ago
I have a Problem with Joomla 5.4.0 and JEM 4.3.4 :
If I call the Detail event from Even Simple List
the assigned Menu with the JEM Setting "Default Menu Itemid" is not assigned.
(set Default Menu ItemId=102)
Displayd URL : "http://127.0.0.2/component/jem/event/119:"
If I set "Search Engine Friendly URLs" (SEF) to no, the "Default Menu ItemId" works correctly,
Displayd URL : "http://127.0.0.2/?option=com_jem&view=event&id=119:hallensportfest&Itemid=102"
Should I permanently switch off the "SEF" or is this a issue in JEM.
Thankyou for your help.
If I call the Detail event from Even Simple List
the assigned Menu with the JEM Setting "Default Menu Itemid" is not assigned.
(set Default Menu ItemId=102)
Displayd URL : "http://127.0.0.2/component/jem/event/119:"
If I set "Search Engine Friendly URLs" (SEF) to no, the "Default Menu ItemId" works correctly,
Displayd URL : "http://127.0.0.2/?option=com_jem&view=event&id=119:hallensportfest&Itemid=102"
Should I permanently switch off the "SEF" or is this a issue in JEM.
Thankyou for your help.
Please Log in or Create an account to join the conversation.
- FrankMieske
-
Topic Author
- Offline
- New Member
-
- Posts: 2
- Thanks: 0
Re: assigned Menu for an event is not correct with JEM Setting "Default Menu Itemid"
1 month 1 week ago - 1 month 1 week ago
I patched override "\templates\shaper_helixultimate\html\com_jem\event\responsive\"
and now it works also for SEF URLs.
if ($params->get('access-view')) { /* This will show nothings otherwise - ??? */ ?>
<?php
$menu = $app->getMenu();
$menu->setActive(102) ;
$menuitem = $menu ->getActive();
?>
and now it works also for SEF URLs.
if ($params->get('access-view')) { /* This will show nothings otherwise - ??? */ ?>
<?php
$menu = $app->getMenu();
$menu->setActive(102) ;
$menuitem = $menu ->getActive();
?>
Last edit: 1 month 1 week ago by FrankMieske.
Please Log in or Create an account to join the conversation.
Re: assigned Menu for an event is not correct with JEM Setting "Default Menu Itemid"
1 month 1 week ago
Thank you for reporting. I posted a bug report on GitHub:
github.com/jemproject/JEM-Project/issues/2054
github.com/jemproject/JEM-Project/issues/2054
Happy with the support?
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.
Please Log in or Create an account to join the conversation.
Re: assigned Menu for an event is not correct with JEM Setting "Default Menu Itemid"
1 month 5 days ago
See the answer to solve it in
github.com/jemproject/JEM-Project/issues/2054
Please Log in or Create an account to join the conversation.
Time to create page: 0.574 seconds