Is there a way to add another table column to the search users output display? We wish to have a custom field from amember to show in the results of your search. Currently amember only shows these table columns: Login Name Email Payments Status Actions We would like to insert our custom field we added in here.
You can do this in /amember/templates/admin/user_search_res.html template. You can use this smarty var for custom field: {$u.fieldname} if field type is SQL {$u.data.fieldname} if field type is common