URL für universelle Benutzerpräferenzen

I find myself needing to answer questions for users sometimes and to provide instructions. Having an absolute path with the username (eg https://domain.tld/u/YOUR_USERNAME/preferences/account) for user preferences has become burdensome since I have to provide unique instructions each time and general FAQs are not really possible without sending screenshots on how to click to places.

It would be so much easier if we simply allowed users to go to: https://domain.tld/preferences/account or https://domain.tld/account/preferences

Currently when you need to explain to a user how to get to their preferences, you tell them:

  1. Go to user icon in the upper right beside the 3 horizontal lines (most users don’t know what a hamburger icon or such is).
  2. Click on your username that’s in the upper left of that upper right menu/popdown.
  3. Click on the 2nd item up from the bottom that says “Preferences” and has a gear to the left.

I think it’s pretty clear that it would be both easier for admins and users if we had a simplified URL path so that we could give general URLs that would work for all users to get to their preferences.

I wouldn’t even mind if there’s a /u in there as well. I just simply believe we need to make a simpler URL path available as a usability improvement for everyone.

4 „Gefällt mir“

This already exists, use /my/ like so

https://example.com/my/preferences/account

14 „Gefällt mir“

Holy cow, this is great to know. I sure wish it would have been the default or somehow more evident! Thanks!

3 „Gefällt mir“

Hey @codinghorror, nachdem ich die Route-Alias /my/ eine Weile mit Benutzern genutzt habe, bin ich überzeugt, dass wir im System standardmäßig die Möglichkeit haben sollten, /my/ für praktisch alles zu verwenden, falls gewünscht, anstatt /u/Username/ (selbst /my/profile ergibt mehr Sinn als /u/Username). Benutzer kopieren und fügen ihre Benutzernamen ein, um anderen zu helfen, aber niemand merkt, dass /my/ funktioniert, bis sie explizit darauf hingewiesen werden.

Gibt es eine Möglichkeit, das aktuell einzustellen?

1 „Gefällt mir“

Das funktioniert bereits so, daher bin ich unsicher, was genau Sie möchten?

https://meta.discourse.org/my/activity
https://meta.discourse.org/my/notifications
https://meta.discourse.org/my/messages
https://meta.discourse.org/my/preferences/categories

Grundsätzlich ersetzen Sie bei jedem Link auf der Benutzerseite

u/{username}

durch

my

in der URL.

5 „Gefällt mir“