Jump to content

Add ability to remove the middle finger emoji?


NeedCoffee

Recommended Posts

Posted
On 10/11/2018 at 2:42 PM, newbie LAC said:

img.ipsEmoji[src$="1f595.png"] { display: none; }

Thanks, found this ^ on that thread, but it's not working - did you do this and another thing to hide it @Gabriel Torres ?

Surprised @Lindy and team want the middle finger here (you can use it in subject lines too!) but I guess each community has a different policy for these things :biggrin:

Posted
17 minutes ago, NeedCoffee said:

Thanks, found this ^ on that thread, but it's not working - did you do this and another thing to hide it @Gabriel Torres ?

Surprised @Lindy and team want the middle finger here (you can use it in subject lines too!) but I guess each community has a different policy for these things :biggrin:

@Joel R has a good response in the other topic about this sort of thing. 

Posted

Thanks, but we've got a huge forum (nearly 300k users) and the short answer is we need a technical way to hide this emoji. If anyone can train people in general, on a global level, and both now and for all points in the future, not to post offensive content for attention, then that would be great :biggrin:

Posted
15 hours ago, NeedCoffee said:

Thanks, found this ^ on that thread, but it's not working - did you do this and another thing to hide it @Gabriel Torres ?

My code for images

Quote

 It is a unicode character like any other. However, we are seeing something funny here on our board. If we use the "native" emoji (e.g. entering it using a cellphone keyboard or copying and pasting it from here), the bad word filter replaces it. However, if we enter it from the emoji list (we are using the EmojiOne Style), it isn't replaced. See below.


Use Bad Word Filter to replace the middle finger

or use  jquery to remove it

$("span.ipsEmoji:contains('\u{1F595}')").remove();

 

Posted

🖕🖕🖕🖕

It will probably be removed eventually anyway due to people getting offended by it.

And jquery would be a good catchall way to remove it from future and existing posts.

🖕🖕🖕🖕 

Posted
On 12/11/2018 at 3:31 PM, bfarber said:

The list of emoji is not something we control or have any control over. It is an international standard. You can find a list (and more information) of emoji here: https://emojipedia.org/

Well... you do have control as you can add it to the swear filter as others have suggested which prevents it from showing on the forum. You can also hide it from the smilie panel with CSS to help reduce people putting it in there - but if they do, it gets swear filtered anyway.

Just saying 🙂

Posted
10 hours ago, opentype said:

From the Unicode standard?

Interesting. In the past emojis have been removed if I remember correctly. They must have changed the policy.

Posted
15 minutes ago, Tom S. said:

Interesting. In the past emojis have been removed if I remember correctly. They must have changed the policy.

You remember incorrectly. The rule applies since Unicode 2.0 (1996). Emoji were first encoded with Unicode 6.0 (2010). 

  • 1 month later...
  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...