Opened 13 years ago
Closed 13 years ago
#3478 closed defect (bug) (fixed)
Can't display multiple checkboxes in xprofile fields
Reported by: | ptahdunbar | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
When creating a multi-checkbox field in BuddyPress, it only displays the first option.
This is due to a $count variable resetting the parent $count value within a nested for loop in bp_get_the_profile_field_options()
.
Patch creates a unique name for the nested count variable, fixes the bug so it actually displays all the fields.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Confirmed, thanks for the patch