Allow custom truncate username settings

Created on 17 July 2016, about 8 years ago
Updated 30 January 2023, over 1 year ago

Problem/Motivation

Very often people need a way to disable display and username truncating, but core theme_username always truncates at 20 chars. Screens become wider and wider and this limit should be removed or at least increasable. There are also situation where module maintainers like to disable the truncating or know how wide their tables are and they have more space. In such a case they should be able to increase the length.

Proposed resolution

Custom settings to conditionally disable or change the behaviour.

  • 'format_username' => TRUE,
  • 'truncate' => TRUE,
  • 'max_length' => 20,

Remaining tasks

Review the patch.

User interface changes

None.

API changes

None, just 3 new variables.

Data model changes

None.

Feature request
Status

Needs work

Version

10.1

Component
User module 

Last updated 1 day ago

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • The Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

    Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

    Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

Production build 0.71.5 2024