If anyone else is still using this (I prefer this over the newer one, no offense but it looks kind of messy and bloated) but, like me, is annoyed by the way the options look in the User CP (no proper fieldset), here's a fix.
Edit the UserCP Inclusion plugin, find:
PHP Code:
eval('$tempcustom = "' . fetch_template('userfield_select') . '";');
Replace with:
PHP Code:
eval('$custom_field_holder = "' . fetch_template('userfield_select') . '";');
eval('$tempcustom = "' . fetch_template('userfield_wrapper') . '";');
Then find the two instances of:
PHP Code:
eval('$tempcustom = "' . fetch_template('userfield_textbox') . '";');
[/php]
And replace with:
PHP Code:
eval('$custom_field_holder = "' . fetch_template('userfield_textbox') . '";');
eval('$tempcustom = "' . fetch_template('userfield_wrapper') . '";');
That's it, you're done. You will also have to remove the <fieldset> HTML from the phrases.