I use realname module and username is replaced almost everywhere I just found two places where isn't and was just wondering whether it was done on purpose or just slipped through unspotted ?
From og.module :
line 790 t('Are you sure you want to make %name a group administrator for the group %title?', array('%name' => $account->name, '%title' => $node->title)),
.
.
line 830 t('Are you sure you want to remove %name as a group administrator for the group %title?', array('%name' => $account->name, '%title' => $node->title)),
I see that on other confirmation page you are using theme('username'... which works great with realname module.
line 1095 t('Are you sure you want to remove !name from the group %title?', array('!name' => theme('username', $account), '%title' => $group_node->title)),
Cheers
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | og_realname.patch | 1.33 KB | Plazmus |
| #1 | og-450050.patch | 1003 bytes | dawehner |
Comments
Comment #1
dawehnerhere is a short patch which does exact this
Comment #2
Plazmus commentedI checked latest version and there is still issue with displaying realname, can you please apply included patch.
Thanks
Comment #3
moshe weitzman commentedCommitted.