Changes between Initial Version and Version 1 of Ticket #8042, comment 8
- Timestamp:
- 04/27/2019 08:35:19 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8042, comment 8
initial v1 1 1 Hi everyone, 2 2 3 I've been working on this during the WordCamp Paris contributor day and I suggest another approach. Instead of keeping on checking theif the field_id is the one of the fullname field into `BP_XProfile_Field->get_allow_custom_visibility()`. We can set the `allow_custom_visibility` profile field meta during the install process and make sure existing BuddyPress installs are updated during the 5.0.0 update routine.3 I've been working on this during the WordCamp Paris contributor day and I suggest another approach. Instead of keeping on checking if the field_id is the one of the fullname field into `BP_XProfile_Field->get_allow_custom_visibility()`. We can set the `allow_custom_visibility` profile field meta during the install process and make sure existing BuddyPress installs are updated during the 5.0.0 update routine. 4 4 5 5 See [https://buddypress.trac.wordpress.org/attachment/ticket/8042/8042.patch 8042.patch]