MentaL
Well-known member
Any way to disable certain outputs. If you look here you'll see its outputting ozzmods badges, thread owner and some stylings are off.
Temp work around
amp_extra.less
Code:
/* Hide ozzmodz badge output */
.featuredBadges--message{
display:none;
}
/* Hide Reaction Bar */
.message .reactionsBar {
display: none;
}