PDA

View Full Version : Birthday Surprise.


tweak
06-29-2002, 01:16 AM
When its somones Birthday they will get a Avatar and maybe a Signature sayin its there birthday???? is it possible. Kinda like make the member Noticable

Xenon
06-29-2002, 12:39 PM
signature:

open functions.php
find this line in getpostbitfunction:
$post[signature]=bbcodeparse($post[signature],0,$allowsmilies);
before it add this:
if (date("m-d",$datecut)==substr($post[birthday],5) {
$post[signature]="Happe Birthday to this user!!!\n\n".$post[signature];
}

.....not sure but should work ;)

tweak
07-01-2002, 10:16 AM
I will try thanx alot