Hello
How can I define a default a value for a custom profile field in mybb ?
would you help me ?
How can I define a default a value for a custom profile field in mybb ?
would you help me ?

<if ($customfield['fid'] == X) && !$customfield['fidX'] then>default value<else>{$customfieldval}</if>
<tr>
<td class="{$bgcolor}" width="40%"><strong>{$customfield['name']}:</strong></td>
<td class="{$bgcolor}" width="60%"><if ($customfield['fid'] == X) && !$customfield['fidX'] then>default value<else>{$customfieldval}</if></td>
</tr>