Forums / Cotonti / Bugs / Archive / Fix: User extrafields title

GHengeveld
#6467 2009-02-03 07:52
I noticed that the Seditio tag USER_EXTRA1_TITLE and the like no longer work in Cotonti.
Here's what I did to fix that:

Place the following code:
$t3 = $t1."_TITLE";
$t4 = $row['field_description'];
$useredit_array[$t3] = $t4;
In (system/core/users/):
users.edit.inc.php - line 333
users.profile.inc.php - line 594