| Author |
Message |
TheosEleos Life Cycles Becoming CPU Cycles

Joined: Sep 18, 2003 Posts: 960 Location: Missouri
|
Posted:
Sat Oct 18, 2003 1:36 pm |
|
How hard would it be to change this to 72hrs? |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Oct 18, 2003 3:21 pm |
|
Edit modules/Your_Account/index.php. Find this line
$past = time()-86400;
and change it to
$past = time()-(86400*3);
or just multiply it and change it to
$past = time()-259200; |
|
|
|
 |
TheosEleos Life Cycles Becoming CPU Cycles

Joined: Sep 18, 2003 Posts: 960 Location: Missouri
|
Posted:
Sat Oct 18, 2003 3:25 pm |
|
|
 |
 |
TheosEleos Life Cycles Becoming CPU Cycles

Joined: Sep 18, 2003 Posts: 960 Location: Missouri
|
Posted:
Sat Oct 18, 2003 3:33 pm |
|
What about the email that goes out? I can't remember what it says. I would love to edit that email to customize it to my site.
I fixed the language file in the your account module though. (I can't believe I knew something) |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Oct 18, 2003 3:36 pm |
|
It's in the language file in the Your_Account folder | Code: | | define("_YOUWILLRECEIVE","You will receive a confirmation email with a link to a page you should visit to activate your account in the next 24 hours."); |
|
|
|
|
 |
TheosEleos Life Cycles Becoming CPU Cycles

Joined: Sep 18, 2003 Posts: 960 Location: Missouri
|
Posted:
Sat Oct 18, 2003 5:04 pm |
|
What about the actual email contents? |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat Oct 18, 2003 5:19 pm |
|
It's either in the main language file or the one in Your_Account. |
|
|
|
 |
|
|
|
|