Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5192, comment 7


Ignore:
Timestamp:
03/12/2015 03:07:11 PM (11 years ago)
Author:
Offereins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5192, comment 7

    initial v1  
    1 A while ago I wrote [https://github.com/lmoffereins/bp-xprofile-for-user-groups a plugin to assign XProfile field(groups) to BuddyPress groups]. Since BP 2.2 my thought was along this topic to implement the same logic, but for member types. I did not realize it yet,  but how would an eventual core implementation differ from the logic present in that plugin?
     1A while ago I wrote [https://github.com/lmoffereins/bp-xprofile-for-user-groups a plugin to assign XProfile field(groups) to BuddyPress groups]. Since BP 2.2 my thought was along the lines of this topic to implement the same logic, but for member types. I did not realize it yet,  but how would an eventual core implementation differ from the logic present in that plugin?
     2
     3My plugin distinguishes two implications:
     4* '''applicability''' - who has to provide data for the field(group), at the Edit Profile page?
     5* '''visibility''' - who can see the entered data for the field(group), at the View Profile page?
     6The group assignment is done on the edit page of the field(group).
     7
     8To be clear: I'd like to help out with some of the code to make this happen. Yet, I'm not sure how it is envisioned by the core devs.