Thanks. Is there anyway it could be made edittable on the Edit Avatar page?
I was thinking I could use the 'userfield_textbox' template and add it to the edit avatar form template.
Code:
<fieldset class="fieldset">
<legend><label for="ctb_field9">Personal Text (Avatar Caption)</label></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>Any text you would like to appear below (or instead of) your avatar. This can also be editted under 'Thread Viewing Options'.</td>
</tr>
<tr>
<td><input type="text" class="bginput" name="userfield[field9]" id="ctb_field9" value="$bbuserinfo[$field9]" size="25" maxlength="100" /></td>
</tr>
</table>
</fieldset>
<input type="hidden" name="userfield[{field9}_set]" value="1" />
That way the option could be editted from the edit avatar page AS WELL as where it is set to be displayed.
Think I will try it....
Didn't work.
'Upload of file failed'.
Any ideas, anyone?