Register page.

Support for IntegraMOD 141

Moderator: Integra Moderator

Register page.

PostAuthor: Joshie » Mon Apr 30, 2007 4:51 pm

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?
Last edited by Joshie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 6:49 pm
Cash on hand: 0.00

PostAuthor: Joshie » Wed May 02, 2007 3:01 pm

Bumps.
Last edited by Joshie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 6:49 pm
Cash on hand: 0.00

Re: Register page.

PostAuthor: .QUACK.Major.Pain » Wed May 02, 2007 3:36 pm

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.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Register page.

PostAuthor: Whisky » Thu May 03, 2007 7:46 am

here I am :mrgreen:
Last edited by Whisky on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 1:28 am
Cash on hand: 0.00
Location: Brussels

Re: Register page.

PostAuthor: Joshie » Thu May 03, 2007 9:05 am

[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.
Last edited by Joshie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 6:49 pm
Cash on hand: 0.00

Re: Register page.

PostAuthor: tmotley » Thu May 03, 2007 7:17 pm

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++)
Last edited by tmotley on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
tmotley
IntegraMODerators
IntegraMODerators
 
Posts: 524
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 2:56 am
Cash on hand: 0.00
Location: Missouri, USA

PostAuthor: Whisky » Thu May 03, 2007 10:36 pm

yes in this case you will pick a date between 1970 and now

you dont like grannies? <img>
Last edited by Whisky on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 1:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: Joshie » Fri May 18, 2007 9:49 am

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
Last edited by Joshie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 6:49 pm
Cash on hand: 0.00

Re: Register page.

PostAuthor: .QUACK.Major.Pain » Fri May 18, 2007 1:11 pm

Might be me but the "year of birth" goes 1900-1993. What happened to 1994-2007? LOL
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Fri May 18, 2007 4:48 pm

Perhaps it's his way of saying that he doesn't want members younger then 13?
Last edited by nGAGE on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 6:28 am
Cash on hand: 0.00

Re: Register page.

PostAuthor: .QUACK.Major.Pain » Fri May 18, 2007 6:26 pm

LOL - not gonna stop em but worth a try I guess.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Register page.

PostAuthor: Frost » Sat May 19, 2007 12:04 am

Try looking in templates/yours/profilcp/register_body.tpl

Look for l_image thats the image being displayed
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Vendethiel

cron