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.

CommentFileSizeAuthor
Authorpane.JPG43.51 KBmoosh101

Comments

moosh101’s picture

Status: Active » Fixed

Fixed by downloading latest version of Authorpane.

Status: Fixed » Closed (fixed)

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