I would like change the list of years on the sign up page where the people cannot pick any year that will make them under 18. Where can I do that?
 Member
					
					
						Member
					
					
                                        
					
					
						 Changing Sign up Year (How to)?
 Changing Sign up Year (How to)?
		I would like change the list of years on the sign up page where the people cannot pick any year that will make them under 18. Where can I do that?
 Administrator
					
					
						Administrator
					
					
                                        
					
					
						 Senior Member
					
					
						Senior Member
					
					
                                        
					
					
						 
 
		Don't know if this helps at all but in signup.php around line 518 is the formula which has 1930 in it. Maybe changing that?
Code:for ($i = date('Y'); $i >= 1930; $i --)
If it's not fun, stop doing it!
 Member
					
					
						Member
					
					
                                        
					
					
						 
 
		From 1930 - 1993 - which will only allow 18+ to register
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						
Bookmarks