I am trying to setup a custom navigation menu (in the front-end settings area) for the left main menu bar that would be a shortcut to the currently logged in users' own settings. Is there a way to do this? I tried the navigation route: /uid/{yourid}/settings No luck with that. Maybe not possible but I thought I would ask?
2 Comments
crazycells@community.nodebb.org · 3 pts · 358d
jekyllandhyde said in Navigation path with current user id: > I am trying to setup a custom navigation menu (in the front-end settings area) for the left main menu bar that would be a shortcut to the currently logged in users' own settings. > Is there a way to do this? I tried the navigation route: /uid/{yourid}/settings > No luck with that. Maybe not possible but I thought I would ask?
try
/me/settingsjekyllandhyde@community.nodebb.org · 2 pts · 358d
Perfect, it works! thanks.