bp_the_profile_field_value and separating values
-
Hi all,
One of my profile field groups is a multiselectbox, which means that you can choose multiple values per group.
I want to be able to output each value individually (and style via css, etc.), but when I call bp_the_profile_field_value, it shows ALL the values for that one field, separated by commas.
So if I do all of my loops and do “ , it will output Value1, Value2, etc. from that field. I need to be able to output each Value without the commas.
Any thoughts? Here’s my code if it makes any easier: http://pastebin.com/tVPeUMjY
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘bp_the_profile_field_value and separating values’ is closed to new replies.