display role in commentheader

edited January 2009 in Vanilla 1.0 Help
is there a way to display this?

i just want the avatar, the name and the role e.g. Administrator under the name... i can't figure out what code it is..

Comments

  • I'm looking into this right now. I'll write back soon.
  • I'm also interested by this kind of theme modification. May it be simple? Where can the appropriate piece of code may be found?
  • In comments.php of your theme, you can add
    CommentList .= '<div class="CommentNotice">'.$Comment->AuthRoleDesc.'</div>
    in the code that builds the CommentHeader.
  • thanks a lot! Can't say yet if it's working but i'll be testing soon.
Sign In or Register to comment.