I want to hide the avatars in message board thread but I am not getting any such option in the interface of configuration. Can anyone suggest me how can I proceed further?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can easily remove the user profile picture from the message board, but if you remove this, then that will be deleted from entire liferay portal.
Please have a look at
Here find the
class="avatar", this line is actually display image of the user profile picture.So, here we have 2 approaches.
1) Remove the
<img>tag from the an above jsp.2) If you want to remove from message board only, then write simple jquery which will hide the
<img>tag withclass="avatar".