Closed (fixed)
Project:
Author Pane
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 22:50 UTC
Updated:
24 Jan 2012 at 23:20 UTC
Greetings,
I have both Authorpane and Realname installed, but the Authorpane block still displays the username and not the realname. Here is the code as is written in the /plugins/content_types/author_pane.inc file:
if (module_exists('realname')) {
$block->title = theme('username', $account, array('plain' => TRUE));
}
else {
$block->title = check_plain($account->name);
The realname module is properly configured and works sitewide.
I sincerely appreciate any advise you can offer,
Shane.
| Comment | File | Size | Author |
|---|---|---|---|
| Authorpane.JPG | 43.51 KB | moosh101 |
Comments
Comment #1
moosh101 commentedFixed by downloading latest version of Authorpane.