|
Page 1 of 1
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Avatar & Country Flag On Registration Page
Hi to all!
I would to find the way to insert the possibility to choose an avatar and the country flag on registration page.
It isn't important that will be a required items.
Can you tell me the better way to do this?
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
#1 Thu 26 Oct, 2006 17:12 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Avatar & Country Flag On Registration Page
Hi to all!
I would to find the way to insert the possibility to choose an avatar and the country flag on registration page.
It isn't important that will be a required items.
Can you tell me the better way to do this?
I don't think it is a good idea forcing avatars... and it's not so easy forcing the avatar... because different pages are interested for avatars selection.
Forcing flags should be easier, but then you may have users choosing random flag for speeding up registration...
You can work on this part of the registration function:
- elseif ( $mode == 'register' )
- {
- if ( empty($username) || empty($new_password) || empty($password_confirm) || empty($email) )
- {
- $error = true;
- $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $lang['Fields_empty'];
- }
- }
No time to help you further right now... but you can start working on your own adding FLAG validation there.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Sun 29 Oct, 2006 11:45 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Avatar & Country Flag On Registration Page
i think that registration form must be most complete, like normal phpbb
or like phpbb plus or orion
examples
http://www.community.cback.de/profi...ter&agreed=true
I would prefer to keep registration page as light as possible. Once registered, all users may enter and edit their profile.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#4 Sat 04 Nov, 2006 01:35 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Avatar & Country Flag On Registration Page
i think that registration form must be most complete, like normal phpbb
or like phpbb plus or orion
examples
http://www.community.cback.de/profi...ter&agreed=true
I would prefer to keep registration page as light as possible. Once registered, all users may enter and edit their profile. 
Yes, but usually only phpbb user expert. With my experience I note that a lot of users doesn't edit their profile after registration, and leaves the information entered in registration phase, so, for this I decided to extend the registration page with some other information that I consider important in my forum.
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
#5 Sat 04 Nov, 2006 12:11 |
|
Hakkinen 
Joined: August 2006
Posts: 57
Location:
|
 Respuesta: Avatar & Country Flag On Registration Page
i think that registration form must be most complete, like normal phpbb
or like phpbb plus or orion
examples
http://www.community.cback.de/profi...ter&agreed=true
I would prefer to keep registration page as light as possible. Once registered, all users may enter and edit their profile. 
Yes, but usually only phpbb user expert. With my experience I note that a lot of users doesn't edit their profile after registration, and leaves the information entered in registration phase, so, for this I decided to extend the registration page with some other information that I consider important in my forum.
if the user wants, they can modify their profile any time, i agree with MG, i prefer light and common registration fields for registering.
|
#6 Mon 06 Nov, 2006 02:48 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Avatar & Country Flag On Registration Page
Yes, but usually only phpbb user expert. With my experience I note that a lot of users doesn't edit their profile after registration, and leaves the information entered in registration phase, so, for this I decided to extend the registration page with some other information that I consider important in my forum.
Yes Andrea, no problem... we will try to help you anyway, I was just explaining why in phpBB XS there are so few required fields when registering.
Did you try to check the code I've posted? Did you make some tests?
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#7 Mon 06 Nov, 2006 02:57 |
|
casimedicos 
Joined: August 2006
Posts: 241
Location:  Galicia (Spain)
|
 Re: Avatar & Country Flag On Registration Page
well
on my experience i am agree with andrea
in one of my forums
my users dont know how access control panel.... most of them are over 50 years old
and others forums, users are young but they only acces to control panel to read or write PM not for include information
the solution must be that admin can decide if they want a light registration form or not,
i think that a light registration form is an error
but is only my opinion
i am coding a new registration form and user control panel because this problems on my sites when i have some i'll publish it
|
#8 Tue 07 Nov, 2006 13:36 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Avatar & Country Flag On Registration Page
Yes, but usually only phpbb user expert. With my experience I note that a lot of users doesn't edit their profile after registration, and leaves the information entered in registration phase, so, for this I decided to extend the registration page with some other information that I consider important in my forum.
Yes Andrea, no problem... we will try to help you anyway, I was just explaining why in phpBB XS there are so few required fields when registering.
Did you try to check the code I've posted? Did you make some tests?
Yes, I'm working on it, but I have not so much free time these days... anyway I think that the solution of casimedicos is good: 2 kind of registration from with a setting on ACP for choose what to use. The better solution should be a setting on ACP when it could be possible to choose the information fields to include in registration page, but I think that it's a too difficult thing to realize.
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
#9 Tue 07 Nov, 2006 15:35 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Avatar & Country Flag On Registration Page
[quote user="andrea75" post="4550"] Yes, I'm working on it, but I have not so much free time these days... anyway I think that the solution of casimedicos is good: 2 kind of registration from with a setting on ACP for choose what to use. The better solution should be a setting on ACP when it could be possible to choose the information fields to include in registration page, but I think that it's a too difficult thing to realize.
It is not difficult... it's just a matter of time.
Since I have few free time I prefer being concentrated on things I consider more important than having a customizable registration form which is not strictly needed for phpBB XS to work.
When I have some free time I may try to integrate this... in the meantime you can try to integrate it on your own.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#10 Thu 09 Nov, 2006 01:04 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|