A
A
Alexander2015-03-04 11:47:18
MODX
Alexander, 2015-03-04 11:47:18

How to display additional user fields in Manager ModX Evolution?

Good day. Tell me how to display custom user fields specified during registration in the admin panel?
I would not want to do this through plugins, I would be happy with the option to fix the modx source, it seems to me that it will be easier and faster than learning api for plugin development, but I can’t figure out which file or class is responsible for displaying user information on the manager page -> Users -> Web User Management.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasya Surname, 2015-03-04
@bazilio2010

There is an example

/* get the extended field named "color": */
$fields = $profile->get('extended');
$color = $fields['color'];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question