1

Topic: Member age not showing right

Heya guys, gotta small issue here.

I have this code that shows the members age beside the members username in the member_sections_name.tpl:
<a href="{top.virtual_path}{member_profile_link}">{member_username}, {profile_field_age_value_years}</a>

Now the thing is this shows up right on the member's profile, but now if this member was to leave a comment on anyones profile, be it a photo comment or such, the code does not register correctly, so wat i would see would be..

Users name, {profile_field_age_value_years}

Why is this so?

Cheers:)