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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1422680.patch | 4.4 KB | dawehner |
| #3 | 1422680.patch | 11.25 KB | dawehner |
| #1 | 1422680.patch | 4.3 KB | dawehner |
| snapshot3.png | 12.68 KB | dawehner |
Comments
Comment #1
dawehnerHere is a patch
Comment #2
hydra commentedThe 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'))),Comment #3
dawehnerThanks for the feedback.
Here is a new version of the patch
Comment #4
dawehnerUps this was a wrong patch
Comment #5
hydra commented#4 looks good to me! Thanks for this missing feature, nice work.
Comment #6
dawehnerThanks for testing!
Committed to 7.x-3.x