Allow user to upload avatar on “Member Registration” screen
Posted: 27 July 2006 09:29 AM   [ Ignore ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Hello,

Just wondering if anyone has successfully done this.. We’re looking to streamline the registration process, and we think that uploading an avatar on registration is the best way to do that.

Any help would be greatly appreciated!

Profile
 
 
Posted: 27 July 2006 12:46 PM   [ Ignore ]   [ # 1 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  7534
Joined  08-05-2002

I just wrote up an extension that does it.  Very basic prototype but it seems to get the job done in my tests.  Basic instructions for using it are at the bottom of the file.

I cannot really support this as we are in the middle of development crunch time, but it should help you get where you wish to go.  Another option would be to use some manner of AJAX script to do uploading.

File Attachments
ext.avatar_with_register.php.zip  (File Size: 3KB - Downloads: 382)
 Signature 
Profile
 
 
Posted: 27 July 2006 01:40 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Thanks so much for such a quick response..

I seem to be having some troubles getting it to work though, i’m not entirely sure where to place “$data[‘enctype’] = ‘multi’;”... could you help me out?
Maybe a line number i should be looking for?

Profile
 
 
Posted: 27 July 2006 01:44 PM   [ Ignore ]   [ # 3 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  7534
Joined  08-05-2002

Right at the bottom of the registration_form() function:

$data['hidden_fields'] = array(
                                    
'ACT'    => $FNS->fetch_action_id('Member', 'register_member'),
                                    
'RET'    => $FNS->fetch_site_index(),
                                    
'FROM'    => ($this->in_forum == TRUE) ? 'forum' : ''
                                  
);            
    
    
$data['id']         = 'register_member_form';
    
$data['enctype'] = 'multi';

 Signature 
Profile
 
 
Posted: 27 July 2006 01:52 PM   [ Ignore ]   [ # 4 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Success!

Thanks a million!

Profile
 
 
Posted: 22 October 2007 09:30 AM   [ Ignore ]   [ # 5 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Hey there,

just wondering if this is still possible with the same set of code on the most current build of EE.

I’ve attempted to implement it but without any luck.

Any help would be appreciated!

Profile
 
 
Posted: 22 October 2007 09:32 AM   [ Ignore ]   [ # 6 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Yup, i’ve just tested it, and it says that it completes, and everything is fine, however, the avatar doesn’t get uploaded..

Ideas?

Profile
 
 
Posted: 23 October 2007 10:51 AM   [ Ignore ]   [ # 7 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Help!

Profile
 
 
Posted: 26 October 2007 09:30 AM   [ Ignore ]   [ # 8 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Still needing some help on this!

Profile
 
 
Posted: 29 October 2007 09:10 AM   [ Ignore ]   [ # 9 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  350
Joined  11-29-2005

Still looking for a solution..
Any help or guidance would be greatly appreciated!

Profile
 
 
   
 
 
‹‹ EE Security?      Any chance of a book? ››
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64905 Total Logged-in Users: 64
Total Topics: 81838 Total Anonymous Users: 36
Total Replies: 440024 Total Guests: 239
Total Posts: 521862    
Members ( View Memberlist )