Hi
I create a menu to use DISPLAY PROFILE (ie My profile/Display) and EDIT PROFIL (ie My profile/Edit)
Then i create a module with a link who use these menu, for exemple :
<a href="/my-profile/display-my-profile">DISPLAY PROFILE</a>
Normally it's the same thing that :
<a href="/index.php?option=com_comprofiler&task=userprofile">DISPLAY PROFILE</a>
But in this case, assignation menu are not working. How to do this ? Or how to add &tab=ID in my first case ?
Thank you.