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 ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.