MyBB Community Forums

Full Version: Show birthday in ACP edit user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,
is there a way to display (not necessarily edit) the users' birthdays in the ACP "Edit User Profile" menu? Which templates or files need I modify to achieve that?
Its not available by default.
I know. That is exactly why I asked.

The data is there in the db, so it should be possible to modify the ACP.
Yes, but with a plugin.
Ah, found it: /admin/modules/user/users.php, line 1051 (or so)

change
		$age = get_age($user['birthday']);
to
		$age = $user['birthday'];

quick 'n' dirty. If one wants, one can also change the language file /user_users.lang.php