https://github.com/NodeBB/NodeBB/issues/6323
barisusakli created this issue in NodeBB/NodeBB closed add defaults for notification delivery types #6323Add Watched Page to Navigation
-
Is there any possibility to add a link to the "Watched Page" (https://community.nodebb.org/user/AlexG/watched) to the main navigation? I know you can put custom links there, but of course that one's different for each user depending on the username.
-
You can link to user pages by using the
/me/*
route. It will redirect the user to their own page for the given thing./me/watched
-
That was just what I was looking for. Thanks!