Download & Extend

Display realname on Admin:Create confirmation page

Project:Organic groups
Version:6.x-2.x-dev
Component:og.module
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

Category:task» support request
Status:active» needs review

here is a short patch which does exact this

AttachmentSizeStatusTest resultOperations
og-450050.patch1003 bytesIgnored: Check issue status.NoneNone

#2

I checked latest version and there is still issue with displaying realname, can you please apply included patch.

Thanks

AttachmentSizeStatusTest resultOperations
og_realname.patch1.33 KBIgnored: Check issue status.NoneNone

#3

Status:needs review» fixed

Committed.

#4

Status:fixed» closed (fixed)

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

nobody click here