Does this work on v2.26? Can't get the threads started to work. When I put the code directly under:
PHP Code:
eval("\$birthday = \"".gettemplate("getinfo_birthday")."\";");
}
I get a T_else error. When I put it after:
PHP Code:
eval("\$birthday = \"".gettemplate("getinfo_birthday")."\";");
} else {
$birthday = '';
}
It is blank (no numbers). Where do I insert the code that says directly under:
"eval("\$birthday = \"".gettemplate("getinfo_birthday")."\";");
}" ?