I have an OJS with version 2.3.7 and I have only a “first name” in this URL /manager/people/all
I only watch “First name” how can I show “Last Name” and “email” and other fields
I attached an image.
I review the next files:
/templates/manager/people/enrollment.tpl
/templates/manager/people/searchUsers.tpl
/templates/manager/people/selectMergeUser.tpl
Do you know if I need to change or add anything ??
And I found this
{html_options_translate options=$fieldOptions selected=$searchField}
{translate key="form.contains"}
{translate key="form.is"}
{translate key="form.startsWith"}
Thanks.