Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

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