Not all Core fields for the account settings are available to rearrange in the Manage Fields/Display tabs. Currently missing is (as far as I know):

- Signature Settings
- Picture upload

Overlay settings are also not available, but I have filed a separate issue for that for the overlay module.

It is very needed to be able to easily rearrange these setting as those not available almost randomly are mixed with those that can as soon as you either add field or rearrange the existing.

Nor is it possible to use the excellent Field Groups module to place them in tabs.

Preferable this should also be backported to Drupal 7.

Comments

tsvenson’s picture

Issue tags: +Usability, +D7UX, +d8ux

Setting the right tags.

tsvenson’s picture

Status: Active » Needs review
StatusFileSize
new664 bytes
new664 bytes

Here is 2 patches that makes the User Picture Upload form element available on Manage Fields. Their actually exactly the same, but only the 7.x version is tested since my setup doesn't have the PHP version Drupal 8 needs.

tsvenson’s picture

StatusFileSize
new839 bytes
new839 bytes

Forgot to add the signature field. Here is two new patches with it included. Now the fields will not be randomly misplaced anymore and can also enjoy Field Groups beautification :)

catch’s picture

tsvenson’s picture

Status: Needs review » Closed (duplicate)

@catch, your right it is. Closing this one as dupe.

Uzo’s picture

Status: Closed (duplicate) » Needs review

#3: user-7.x-1176562-3.patch queued for re-testing.

tsvenson’s picture

Status: Needs review » Closed (duplicate)

The patch in #967566: Several important Core User settings need to implement hook_field_extra_fields() does all, and more, of what the one here does and so lets keep it closed as dupe.

tsvenson’s picture

Issue summary: View changes

Removed Role and Status as they are part of the "account" form with username/password and added Upload picture instead which was missing.