I've decided to add some additional fields to help with what I wish to do with this mod, but when trying to get a multi-select custom field to display as it does in the member.php profile it just comes up blank. Any idea? Do I have to create some kind of array to include 'selected' options of the multi-select? Here's a screenshot of what I have setup:
http://www.prosoundportal.com/images/problem.jpg
Yellow is the title, it displays
Blue is the link, it turns the title into a link to the user's site
Green is location, a simple text field
Purple is the text field, or description
Red is the issue, it's the multi-select option. As you can see in the profile, it displays each option separated by a comma, but when doing a direct call to the profile intro, it's blank.
Any assistance would be awesome, thanks in advance.
Edit: Ive fixed the displaying issue, but it still only templates the binary code of a multi_select instead of the independent selected values. I understand the values are stored in exponentially (1, 2, 4, 8, 16, 32, etc), but I can't figure out how to template it correctly.