Opened 15 years ago
Closed 15 years ago
#3478 closed defect (bug) (fixed)
Can't display multiple checkboxes in xprofile fields
| Reported by: | ptahdunbar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed, thanks for the patch