It would be possible to provide a user-row plugin, thought it's kind of useless by default.

See below, user.tpl.php doesn't render the username at the moment, but that's something the site-developer can change.
as it's possible to add a new build mode

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new4.3 KB

Here is a patch

hydra’s picture

Status: Needs review » Needs work

The patch is working exaclty as expected! It would be somehow usefull if the description help text would provide the necessary informations about the, in most usecases, needed template.

+ 'help' => t('Display the user with standard user view.'),

Sould looke somehow like

+ 'help' => t('Display the user with standard user view. It might be necessary to add a user-profile.tpl.php in your themes template folder, because the default !user-profile template won't provide the usersname per default.', array('!user-profile' => l('user-profile', 'http://api.drupal.org/api/drupal/modules--user--user-profile.tpl.php/7'))),

dawehner’s picture

StatusFileSize
new11.25 KB

Thanks for the feedback.

Here is a new version of the patch

dawehner’s picture

Status: Needs work » Needs review
StatusFileSize
new4.4 KB

Ups this was a wrong patch

hydra’s picture

Status: Needs review » Reviewed & tested by the community

#4 looks good to me! Thanks for this missing feature, nice work.

dawehner’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for testing!
Committed to 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.