How can I add an avatar image at registration time? Registation form asks whether I want to use one, but I have to register and then come back later and upload the avatar.
Registration doesn't ask if you want to use one, it only asks if you want to see other people's. I believe it'll allow uploading on registration if you insert the HTML into the registration template though:
<tr> <td class="labelscolumn"><span class="labels">Set Avatar:</span><br>Must be {AVATARWIDTH} by {AVATARHEIGHT} pixels or smaller and no more than {AVATARSIZE} bytes, and one of these file types: {AVATARTYPES}</td> <td class="optionscolumn"><input type="file" name="newavatar"> <input type="submit" value="Upload Avatar" class="button"> </td> </tr>
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Add Avatar at Registration
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
How can I add an avatar image at registration time? Registation form asks whether I want to use one, but I have to register and then come back later and upload the avatar.
Is this the way it is supposed to work?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Registration doesn't ask if you want to use one, it only asks if you want to see other people's. I believe it'll allow uploading on registration if you insert the HTML into the registration template though: