Log in

View Full Version : Custom profile fields help...


MSX
12-30-2004, 01:54 AM
Hi everyone,

I'm doing a little mod for a forum I'm running...

I need to display 2 custom profile fields, and not the rest. They are checklists (multiple options) and when I use vB code to display the 2 fields by themselves, it shows numbers.

Here's the code:

Blah blah blah: <br>$post[field7]<br><br>
Blah blah blah: <br>$post[field8]

Both are multiple-selection checklists.
Here's what's outputted on the page

Blah blah blah:
1615

Blah blah blah:
32768

So my question is:
How do I get the page to interpret the data as selected options from the checklist?

Thanks,
Nate