Quote:
Originally Posted by kisersose
thanks for the help paul. i removed the if condition tags and it shows Age: but no actual ages..... it doesnt post no ones age in there. i got it enabled in admincp and made sure i got the birthdate in my profile right...still, no luck...
|
I have the same prob
after trying to install another hack... i noticed this was missing from the functions_showthread.php
PHP Code:
{
$post['age'] = $postelement['age']["$post[userid]"];
}
so i dont know where it would belong
nobody?