Hello,I am having an issue with a Community Builder user list on Joomla 6.I have created a
multi-select field:
- Field:
Code:
cb_foodanddrinkmain
- Selected values for test user:
and
- The field's stored value is correctly returned as:
- The values display correctly on the user's profile.
However, when I add
Code:
cb_foodanddrinkmain
as a column in a
Community Builder User List, nothing is rendered for that field in the grid.I have also tested the field's
Userlist Value Layout with simply: [value] with no output.I created a separate
Custom HTML test field and added it as a column to the same User List. It also produces no output in the user list/grid, although the field and its substitutions work correctly on the user's profile.The field is published and selectable in the User List's Columns configuration.
Question: Is there a specific Community Builder User List setting, field configuration, template override, or restriction that would prevent a multi-select field (or Custom HTML field) from being rendered as a User List column, even though the field works correctly on the profile?I would also like to eventually display the individual selected values (e.g.
Bistro,
Bar,
Restaurant,
Cafe) as separate styled tags/pills in the grid.Thank you in advance for your assistance!