Parker Clack
12-21-2001, 01:32 PM
Bira:
How is this hack holding up on your board? I haven't noticed any real slow downs at all.
Also, if you would. I ask this in another area but no one responded. I am working on another hack but I couldn't figure out how to have the script check todays date against a member's birthday in the main index.php file.
I want to use this check
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
eval("\$welcometext = \"".gettemplate('forumhome_welcometext')."\";");
and change this to
if ($bbuserinfo['birthday'] = today's date) {
etc.
I just don't know what to put in for today's date.
Thanks,
Parker
How is this hack holding up on your board? I haven't noticed any real slow downs at all.
Also, if you would. I ask this in another area but no one responded. I am working on another hack but I couldn't figure out how to have the script check todays date against a member's birthday in the main index.php file.
I want to use this check
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
eval("\$welcometext = \"".gettemplate('forumhome_welcometext')."\";");
and change this to
if ($bbuserinfo['birthday'] = today's date) {
etc.
I just don't know what to put in for today's date.
Thanks,
Parker