By Ray on Tuesday, 19 November 2013
Posted in General Issues
Replies 5
Likes 0
Views 691
Votes 0
How do you hide the PM Mail button on the latest and category views? An example is in the attached picture.

Thanks!
Hello Ray,

Sorry for the late reply. In that case please try this CSS codes instead,
#discuss-wrapper .discuss-item-left .btn-conversation {
display: none;
}

Hope this helps.

Thanks!
·
Tuesday, 19 November 2013 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ray,

The only way to hide this currently is to disable the PM feature in EasyDiscuss but you can always add your own css codes to hide it using css.


.btn-conversation{
display: none;
}
·
Tuesday, 19 November 2013 02:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the quick reply!

That also hides it on the profile page too though. I'd like members to be able to PM each other...can they do that without having the button displayed on the category pages?
Ray
·
Tuesday, 19 November 2013 04:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thank you very much.
Ray
·
Tuesday, 19 November 2013 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ray,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Tuesday, 19 November 2013 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post