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?

0 points · 2 comments · view on lemmy.world

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/settings

jekyllandhyde@community.nodebb.org · 2 pts · 358d

Perfect, it works! thanks.