I try to display the authors $account_name and the authors "real name" from the profile-field -> profile_dbname
Is there a workaround or hint how to include the authors profile-field in the advf-author-pane.tpl.php?

The availiable variable $profile doesn`t work for me..

D6 Usage: $profile['category']['field_name']['#value']
D6 Example: print $profile['Personal info']['profile_name']['#value'];

Thx!