Page 1 of 1

Register page.

PostPosted: Mon Apr 30, 2007 5:51 pm
Author: Joshie
Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I am wondering if there is a way I can edit a file, and modify the ages on registration.

Like, on the register page, there is 1900 to 2007. I am wanting to fix it to where it's only... I'd say. 1950 to 1992.

Is this possible? If so, then how can I do it?

PostPosted: Wed May 02, 2007 4:01 pm
Author: Joshie
Bumps.

Re: Register page.

PostPosted: Wed May 02, 2007 4:36 pm
Author: .QUACK.Major.Pain
That's probably generic to the mod files. One of the guys would have to tell you how to re-mod the files to suit your preference. For us guys, not knowing where to look, sucks. LOL

Otherwise we could play with it ourselves.

Re: Register page.

PostPosted: Thu May 03, 2007 8:46 am
Author: Whisky
here I am :mrgreen:

Re: Register page.

PostPosted: Thu May 03, 2007 10:05 am
Author: Joshie
[quote=""Whisky";p="24740""]here I am <img>


OPEN includesmods_settingsmod_profile_control_panel.php


FIND]
Code: Select all
for ($i=1900; $i <= date('Y', time()); $i++)


[b]REPLACE WITH]
Code: Select all
        //for ($i=1900; $i <= date('Y', time()); $i++)

[b]
AFTER, ADD LINE]

Code: Select all
for ($i=1950; $i <= 1992; $i++)


[color=green]SAVE AND CLOSE


Refresh <!-- s]SWEET!

Thank you.

Re: Register page.

PostPosted: Thu May 03, 2007 8:17 pm
Author: tmotley
Would it be correct to assume that to limit the ages to start at 1970 it would be:

Code: Select all
for ($i=1970; $i <= date('Y', time()); $i++)

PostPosted: Thu May 03, 2007 11:36 pm
Author: Whisky
yes in this case you will pick a date between 1970 and now

you dont like grannies? <img>

PostPosted: Fri May 18, 2007 10:49 am
Author: Joshie
I am back!

I am looking for register page edit.. Because I am trying to put <br> where the secruity code are because it's right beside "Administrator for help".

Preview - http://www.killyourboredom.com/profile. ... ff46163571

Re: Register page.

PostPosted: Fri May 18, 2007 2:11 pm
Author: .QUACK.Major.Pain
Might be me but the "year of birth" goes 1900-1993. What happened to 1994-2007? LOL

PostPosted: Fri May 18, 2007 5:48 pm
Author: nGAGE
Perhaps it's his way of saying that he doesn't want members younger then 13?

Re: Register page.

PostPosted: Fri May 18, 2007 7:26 pm
Author: .QUACK.Major.Pain
LOL - not gonna stop em but worth a try I guess.

Re: Register page.

PostPosted: Sat May 19, 2007 1:04 am
Author: Frost
Try looking in templates/yours/profilcp/register_body.tpl

Look for l_image thats the image being displayed