Author Pane

Author Pane is a block of information about a given user, like those typically found on a forum post, but can be used in other places as well. From core, it collects the user picture, name, join date, online status, contact link, and profile information. In addition, any module or theme can feed it more information via the preprocess system. All of this information is then gathered and displayed using a template file.

Advanced Forum and Advanced Profile Kit will use Author Pane automatically. It can also be used independently of those modules by making use of the provided block, the theme function, or the Page Manager integration.

Module integrations:

The following modules will automatically add information to Author Pane when enabled. Some of these integrations are included in the Author Pane project while others are included in the individual projects. More integrations can be added as explained here.

Installation

  1. Copy the entire author_pane module directory into your normal directory for modules, usually sites/all/modules.
  2. Enable the Author Pane module in ?q=admin/build/modules.

Adding a CCK field from Content Profile to Author Pane

Printing a field from the user's profile node on their author pane can be done but it's not simple and could have performance implications.

Adding more variables to Author Pane

Any module or theme can add to the variables available in the Author Pane template file by use of a preprocess function.

Altering the Author Pane template

Author Pane comes with many variables displayed by default because it is easier for non coders to take away than to add. Depending on what

Author Pane user picture (avatar)

The Author Pane module deliberately does not use the theme_user_picture() function for displaying the user picture (avatar) to allow greater

Display user roles in Author Pane

Edit your author-pane.tpl.php file and add the following code to display the users roles in the author pane.

How to print out Profile fields

This is a short tutorial how to print out the Profile fields in the author-pane.tpl. This is created for the issue [#504478] to collect a

Using Author Pane

Author Pane is a helper module / theme function that can be used in a variety of ways:

Guide maintainers

michelle's picture