Hello
For editing profiles in the frontend, I need to hide some modules.
So I created a new menu item of type EasyProfile > edit user in a hidden menu. Now I can hide modules by not assigning them to this menu item with ID 115.
But whenever I save a profile, the URL looks like this:
https://mydomain.dd/component/jsn/testuser.html?Itemid=101
ID 101 is Home of main navigation. On save, EasyProfile does not add ID 115, instead uses the ID of Home.
In this case, after saving all unwanted modules are back.
How can I add ID 115 to save action in EasyProfile?
Thank you very much!