Topic: custom fields
i added custom fields and turned on 'load in member list' but the field still doesn't show in the search result (while all other pre existing fields show up). what could be the reason?
You are not logged in.
i added custom fields and turned on 'load in member list' but the field still doesn't show in the search result (while all other pre existing fields show up). what could be the reason?
It says "load", not "display". To display the field, edit 'templates/your_template/member_sections_card.tpl'. The reason you get to choose what fields to load where is so that the system doesn't fetch the entire profile from the database in order to display only a couple of fields. This reduces the load on the database and thus enhanced the speed of your site.
thanks for your reply. could you tell me what to change and how? or is it an obvious thing to do?
I think i got it