-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Profile links to View Profile
where applicable.
#268
Comments
I didn't know what components were involved at first, so I had created this Meta-Trac ticket: https://meta.trac.wordpress.org/ticket/7462 I had the same idea as @StevenDufresne and think it's important that this is discussed. DescriptionThe admin bar dropdown for logged in users has redundancy in its navigation links. The intent of this ticket is to suggest an improvement to the user interface by altering one of the "Edit Profile" links to a "View Profile" link. This modification promises to improve the navigation experience by allowing users to swiftly access their public profile directly from the admin bar. Current Interface
Alternative Proposed Interface Enhancement (v1) Proposed Interface Enhancement
Challenges
Affected codewporg-mu-plugins/mu-plugins/blocks/global-header-footer/admin-bar.php Lines 25 to 29 in a14fdd0
Reference
|
I would like to agree with @StevenDufresne and suggest changing the first 2 links: |
That does make sense to me, although I feel like that collapsed menu should display I'm basing that on the fact that the display name isn't a clear indication of what account your are accessing, so seeing it collapsed will be beneficial in the future for other wp.org functions (password resets, etc...) and when you arrive on your profile page, you immediately see your display name as the largest landmark next to your image which should match what you see in the dropdown, so there's a flow connection there as well. It isn't a strong opinion though, i think either change is an improvement we could make for wp.org. |
I agree with you. It would just be important to me to show both the user name and the display name, as is currently the case. No matter how it is displayed, there is no question in my mind that we need View Profile linking and it would simplify navigation enormously. |
These items are default core objects, not customised for WordPress.org at present. This has changed slightly since this issue was opened, as it appears to have changed in core. WordPress/wordpress-develop@eb33c60 WordPress/wordpress-develop@44c41a5 There's no longer a separate See the PR below for a change that reflects the above suggestions. |
In the same manner, the username might not be clear as to which account you're using for some users. I don't personally think we should be displaying the username here, as that's less human than the chosen display name IMHO.. |
Originally reported in: https://meta.trac.wordpress.org/ticket/6478
When logged in to your WordPress account, user names in the Admin toolbar are linked to the edit profile page.
@jakariaistauk337 suggests that the first 2 username links should go to
https://profiles.wordpress.org/{username}/
. There is already an "Edit Profile" link that navigates appropriately.The text was updated successfully, but these errors were encountered: