Update: I figured out how to merge the accounts -- I just had to supply an email and the plugin did the rest.
But now I have another problem: How do I access the user's remote ID from the template? So that when someone clicks on the username/icon, they're redirected to my application's profile page as opposed to NodeBB's?
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. -