SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Bug Reports / "Upload an avatar image..." is not lang file
Posted:  09 Nov 2006 22:44
SEO-Board 1.1.0RC2 BUG:

Profil is have: "Upload an avatar image from your computer", but this is not lang files.

Location: skin/userpanel.htm

Code:

<tr style="visibility:{$v_signatures_and_avatars}">
<td class=formfield>{$lang['user_avatar']}</td>
<td class=formcell0>
{$current_avatar}
<input type="hidden" name="MAX_FILE_SIZE" value="{$maxavatarsize}">
Upload an avatar image from your computer: <input name="useravatarfile" type="file"><br>
<i>{$lang['avatar_hint']}</i>
</td>
</tr>
Posted:  09 Nov 2006 23:02
I see. I'll fix it tomorrow. Thanks for reporting it.