still it's not working for me, I am wondering why.
edit: fixed. it was a fault of the theme developers, so I manually added it
Home » Template Sets » FunkyOne Templates » Edit Template: member_profile_customfields_field ->
*delete all the codes in this file and add the following codes*
Quote:<tr>
<td class="trow1">
<div class="float_left"><strong>{$customfield['name']}:</strong></div>
<div class="float_right">{$customfieldval}</a></div>
</td>
</tr>
------------
Home » Template Sets » FunkyOne Templates » Edit Template: member_profile ->
( after"""""""""""""""" lines , add {$profilefields} )
"""""""""""" <tr>
<td class="trow1"><div class="float_left"><strong>Nupoints:</strong></div>
<div class="float_right">{$points} <a href="newpoints.php?action=donate&uid={$uid}">[Donate]</a> <a href="newpoints.php"><img src="images/CucoinVerySmall.png" width="38px" height="auto" /></a></div></td>
</tr>""""""""""""""""
Quote: {$profilefields}