Opened 11 years ago
Closed 11 years ago
#5623 closed enhancement (fixed)
WP Admin Extended "self" profile
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | |
Cc: |
Description
We've discussed about this previously (see this comment), and modemlooper posted #5521 about the fact the administrator wasn't able to view his profile.
The patch is adding the wp-admin/extended profile for all users wishing to edit their profile from the WordPress administration (including the administrator of course!).
I've tested it on non multisite, multisite and when BuddyPress is not activated on the network.
About Multisite where BuddyPress is network activated, i chose to use the /wp-admin/user/profile.php
area to display the member's profile, as in WordPress, a member with no roles on any blogs is accessing his profile this way, so i've generalized to all users except super admins. As network admin is restricted to super admins, they are the only ones to access their profile from this area. In this config a regular user is accessing his extended profile using the my-account Admin bar menu once in any admin part of the network.
I think it's the best way to handle the multisite case as most users should only be members (with no roles on any site).
What is your opinion ?
Attachments (2)
Change History (14)
This ticket was mentioned in IRC in #buddypress-dev by imathfromparis. View the logs.
11 years ago
#6
@
11 years ago
Great work johnjamesjacoby :)
I really like it a lot, i think the new row action to view the profile on front is a great idea !
i'll test the multisite not network activated "esoteric" one
In 5623.02.patch i'm just suggesting that $notice is initiated else we have a notice error.
Marked #5651 as duplicate.