I am sure that this would be an eaasy fix but can't seem to find where to fix it.
In the age field, it displays the actual age on each profile one year older than they actually are.
Any ideas how to fix that?
I am sure that this would be an eaasy fix but can't seem to find where to fix it. In the age field, it displays the actual age on each profile one year older than they actually are.
Any ideas how to fix that? |
There is already a ticked for made in the Trac. Its a know bug. Kids first |
Thanks for the update. |
Here's what I did and so far it's working. To get the real age, open up the member.php page located in the root of your site. Go to line on or about 257 and add this just above the return $age line: $age = $age - 1; //jt note - age adjustment. Here's a screen shot of what it should look like. I've posted it on my nerd blog and have invited people to try it out. Updating my BoonexNerd.net site. |
Thanks for your suggestion. Though luckily the latest patch fixed it for us all. |