@vinu Ah, you'll want to pass an actual uid into the _uid query parameter, not a user token. I think that's the issue here.
Solved Get users Link for header menu
-
Hey! How is it possible to get the username for a link in the header menu?
And how do I know such things in the future? I also looked in the .tpl file and tried {username} but it does not seem to work here.
Looking forward! Kind regards, Pascal.
-
If you want to send someone to one of their own user pages, use
/me/{page}
. For instance, https://community.nodebb.org/me/bookmarks redirects to/user/{your username}/bookmarks
. Try it out. -
If you want to send someone to one of their own user pages, use
/me/{page}
. For instance, https://community.nodebb.org/me/bookmarks redirects to/user/{your username}/bookmarks
. Try it out. -