the-turk / flarum-flamoji

Simple emoji manager for Flarum.
MIT License
8 stars 8 forks source link

i wanna just only show custom emoji #7

Open MapleNe opened 1 year ago

MapleNe commented 1 year ago

what should i do ?

Burial0268 commented 1 year ago

+1 on this. i have tried changing the js file in the vendor but it doesn't work anyway,but i have heard that the js file in public/extensions/the-turk-flamoji/dist needs to be changed, but I don't know where to change it,does anyone know?

Dr-Sommer commented 1 year ago

+1

bbfas commented 4 months ago

+1

pentmo commented 3 months ago

+1

ArtFlag commented 2 weeks ago

Put this in you css customization:


.emoji-picker__container:nth-of-type(2),
.emoji-picker__container:nth-of-type(3),
.emoji-picker__container:nth-of-type(4),
.emoji-picker__container:nth-of-type(5),
.emoji-picker__container:nth-of-type(6),
.emoji-picker__container:nth-of-type(7),
.emoji-picker__container:nth-of-type(8),
.emoji-picker__container:nth-of-type(9),
.emoji-picker__container:nth-of-type(10){
  display: none; 
}

.emoji-picker__category-name:nth-of-type(2),
.emoji-picker__category-name:nth-of-type(3),
.emoji-picker__category-name:nth-of-type(4),
.emoji-picker__category-name:nth-of-type(5),
.emoji-picker__category-name:nth-of-type(6),
.emoji-picker__category-name:nth-of-type(7),
.emoji-picker__category-name:nth-of-type(8),
.emoji-picker__category-name:nth-of-type(9),
.emoji-picker__category-name:nth-of-type(10)
{
  display:none;
}