Re: create new field
The real problem with this, is there isn't a good day todo it. Unless I am missing something
Basicly you can have the data the users input into the custom fields in its own table, but that would mean if you wanted the data to be displayed in posts, that you have to virtually execute a query for every single post in the topic, which is just dumb.
The other solution I have come up with is to have it append the new fields to the users table, however if you want to add a bunch of custom fields, this isn't the best idea.
So if anyone knows an acceptable way todo this, I would be more than happy to finish what I have.