Quote:
07-21-02 at 08:50 PM lifesourcerec said this in Post #83
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")."\";");
}" ?
|
It's actually not the php that causes it to not work. You can put it under the birthday function's last }
What you need to do is remove the TR html code after the total posts in the getinfo template. If you paste the code he suggested, there will be two TR's which mess up the table.
At least, that works for me....