Author Pane

Last modified: September 7, 2009 - 16:40

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 panels 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.
  3. D5 only: If you are using Author Pane outside of Advanced Forum and Advanced Profile Kit, you will need to copy author-pane.tpl.php to the root of your theme's directory. If you are using the block, you will need to copy author-pane-block.tpl.php as well.
 
 

Drupal is a registered trademark of Dries Buytaert.