XF 1.3 hide message count

RoyalRumble

Active member
Hi,

Could someone please tell me how I can hide the message count from all areas of the forum?

I don't want anyone to be able to see how many messages a member has posted.

Thanks
 
Hi,

Could someone please tell me how I can hide the message count from all areas of the forum?

I don't want anyone to be able to see how many messages a member has posted.

Thanks
Admin > Appearance > Your Style > Style Properties > Message Elements >
Un-check Show author message count, Save ;)
 
add this to EXTRA.CSS

.discussionListItem .stats .major {
display: none;
}

it's will be hide message count from thread_list :)

Admin > Appearance > Your Style > Style Properties > Message Elements >
Un-check Show author message count, Save ;)

Thanks a lot for trying to help.

I've already hidden it from threads, but I can't work out how best to hide it everywhere (Membercard, profile page and member lists)
 
Top Bottom