Opened 10 years ago
Closed 7 years ago
#6132 closed enhancement (maybelater)
Custom xprofile field: email
Reported by: | sooskriszta | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | trac-tidy-2018 |
Cc: | brajesh@…, vivek@… |
Description
email would be a useful field. General email validation rules apply: handle@…
Often the email you register with on the site may not be the email that you want to share with others. This field should be useful there. Also, BuddyPress at the moment does not have a way to show even the email registered with in the profile.
Would need to convert to mailto links (as opposed to search links like text fields) when displaying in profile.
Change History (8)
#3
follow-up:
↓ 4
@
10 years ago
- Component changed from Core to XProfile
- Milestone changed from Awaiting Review to Future Release
Since there's a kind-of patch here, I'm going to move into the Future Release milestone while this idea is (hopefully) developed further into a real patch and discussed.
I am concerned about confusion between a new "email" field type, and the user's email field on the registration/edit profile screens. I think we'd need to imagine how that might all work together.
#6
@
10 years ago
@sbrajesh Thanks for sharing. Could you please submit this as a patch? @DJPaul may be more willing to review it then :-)
- Replicate https://buddypress.svn.wordpress.org/trunk/ on your hard drive, say at buddypresstrunk/ using SVN Checkout
- Make the changes.
- "Create Patch" using Tortoise SVN or the like
- Upload the .patch file here.
#7
@
7 years ago
- Keywords trac-tidy-2018 added
We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.
Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.
If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.
For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/
Sounds good.
here is an implementation
All it needs to be done is hook into the 'bp_xprofile_get_field_types' and add the email field using the above class.