perfect, thx
Direct Link to users setting page
-
Is there any way to create a direct link to a users settings page? EG:
http://coloradorks.com/user/arc/settings
But without knowing the username? I want to add a "Control Panel" link to the navigation bar, but cannot figure out how.
-
Try
http://community.nodebb.org/user/_self_/settings
Ie settings
-
@baris What is this sorcery! it is linking to my settings! Anyways, are there more little hidden things like that?
-
Nope not really. I think that's the only one
-
@baris What! I didn't know this either. :shipit:
-
This is awesome and works perfect. Thanks!
-
I struggled with that a good half an hour and couldn't get it to work with
http://community.nodebb.org/user/_self_/settings
. It would just get an error page.The way it worked for me is:
http://community.nodebb.org/me/
Note the final slash, without it it won't work!
If you want to get into your settings, use:http://community.nodebb.org/me/settings
.NodeBB is an awesome piece of forum software. Congratulations to everyone involved!
-
@baris said in Direct Link to users setting page:
http://community.nodebb.org/user/self/settings
This was an old hack, before we had the
/me
redirects. -
Just using https://community.nodebb.org/me should work now as well.