Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Help Integrating Predefined Attributes add-on with Members Page add-on

edited May 2009 in Vanilla 1.0 Help
I'm a newbie at Vanilla, so pardon me if this is a simple fix. I currently use Predefined Attributes to ask users to enter their Job Title in an input field, and I'm trying to display the Job Title along with Name, Email, and other details on the Members Page. So far, I've gotten the Members Page to pull the Job Titles from the database and output them in a nice column (as they should), but the Job Titles are rendered just as they are stored in the database: a:1:{i:0;a:2:{s:5:"Label";s:9:"Job Title";s:5:"Value";s:18:"Lead Web Developer";}} How can I output that data so it just says Lead Web Developer? Does this have something to do with the FormatPropertiesForDisplay function (which I don't know how to use)? Please help!
Sign In or Register to comment.