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:
