Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
andrea75 wrote: [View Post]
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:

Code: [Download] [Hide]
  1.     elseif ( $mode == 'register' )  
  2.     {  
  3.         if ( empty($username) || empty($new_password) || empty($password_confirm) || empty($email) )  
  4.         {  
  5.             $error = true;  
  6.             $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $lang['Fields_empty'];  
  7.         }  
  8.     } 


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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
jack of all trades, master of none
http://www.mieloma.com/ - http://www.casimedicos.com/ - http://www.egalego.com/ - http://www.casimedicos.com.es/ - http://www.medicosmir.com/
 
casimedicosSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
casimedicos wrote: [View Post]
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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
Mighty Gorgon wrote: [View Post]
casimedicos wrote: [View Post]
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
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Respuesta: Avatar & Country Flag On Registration Page 
 
andrea75 wrote: [View Post]
Mighty Gorgon wrote: [View Post]
casimedicos wrote: [View Post]
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.
 



 
HakkinenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
andrea75 wrote: [View Post]
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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
jack of all trades, master of none
http://www.mieloma.com/ - http://www.casimedicos.com/ - http://www.egalego.com/ - http://www.casimedicos.com.es/ - http://www.medicosmir.com/
 
casimedicosSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
Mighty Gorgon wrote: [View Post]
andrea75 wrote: [View Post]
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
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Avatar & Country Flag On Registration Page 
 
[quote user="andrea75" post="4550"]
Mighty Gorgon wrote: [View Post]
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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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