Changes between Initial Version and Version 2 of Ticket #5220
- Timestamp:
- 11/03/2013 05:04:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5220
- Property Cc donmik added
-
Ticket #5220 – Description
initial v2 1 It's pretty hard to add a new type of profile field to BuddyPress; some plugins such as [https://github.com/donmik/buddypress-xprofile-custom-fields-type/ ](this one)do a good job, but we make it hard because we hardcoded values and checks and templates across several places. Examples of new profile field types might be inspired by HTML5 input types such as number or email (#4694), or a birthday field (#4582), or advanced types like a map/co-ord mashup (#5028).1 It's pretty hard to add a new type of profile field to BuddyPress; some plugins such as [https://github.com/donmik/buddypress-xprofile-custom-fields-type/ this one] do a good job, but we make it hard because we hardcoded values and checks and templates across several places. Examples of new profile field types might be inspired by HTML5 input types such as number or email (#4694), or a birthday field (#4582), or advanced types like a map/co-ord mashup (#5028). 2 2 3 3 Places that need changing (currently via actions or filters) when you add a new profile field type are listed below. There may be more, as I'm still re-discovering where everything is: