- Edited
Anyone know how to add custom fields to the User Profile?example url: .../scp/users.php?id=11Besides showing: Name, Email, Organization, Status, Created, Updated, I would like to add custom fields.Im not very proficient in PHP, but I see it is being called from "user-view.inc.php"I also see that all the fields are calling functions from class.user.php. However, the table "ost_user__cdata" is not being called by the object.How do you call up data from "ost_user__cdata" to view in the User Profile?