Forum Discussion

FlorianS's avatar
FlorianS
Mentor
13 years ago
Solved

Add an image in the author information in the message view

Hi,   I have create a custom component using context object that displays a specific image regarding the role of the author :   <#assign user_has_role = false /> <#if page.name == "ViewProfilePag...
  • KaelaC's avatar
    13 years ago

    You will want to add your component to the Forum Message page below the 'author' component in the 'main-left' column.  Let me know if that placement isn't perfect. The author component is a collection of a bunch of other components. You can break it up if need be.