Hello I added a custom header in the member list page like on the screenshot
![[Image: T6NAHga.png]](https://camo.mybb.com/eac72a1f6b10b8c0349ffce9f3488f713ab5ad36/687474703a2f2f692e696d6775722e636f6d2f54364e414867612e706e67)
but it has no value..i also followed instructions in this
thread but same thing happen .
What did you add to the template? We can't see your code by looking at a screenshot..
Anyways, you need to add {$user['fidX']}, where X is the profile field ID (you can check it by editing that custom field in ACP, it's number at the end of URL - gender is by default {$user['fid3']}).
wow thanks destroy666 i finally got it.. i followed what you said and edited my memberlist_user template like the
ss .Thank you