[OzzModz] Forum Reaction Whitelist

[OzzModz] Forum Reaction Whitelist [Paid] 2.0.0

No permission to buy ($10.00)

Matt C.

Well-known member
If I only have one reaction selected, will it change the “like” button text to the one available reaction?
 

Painbaker

Well-known member
If I only have one reaction selected, will it change the “like” button text to the one available reaction?
You will need to change the icon manually by adding this to your EXTRA.less:

CSS:
.reaction.reaction--imageHidden.reaction--2 i::before {
  content: "\f21e";
  width: 1em;
  display: inline-block;
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
}

Just replace the reaction ID and Fontawesome unicode key.

1672341882053-png.279109
 
Top