# Emoji nel titolo quando disabilitato :)

**URL:** https://meta.discourse.org/t/emoji-in-title-when-disabled/118134
**Category:** Bug
**Created:** [19 Maggio 2019, 7:06am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134 "2019-05-19T07:06:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![CamilleRoux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camilleroux/32/119575_2.png) [@CamilleRoux](https://meta.discourse.org/u/CamilleRoux)
#### Post date: [19 Maggio 2019, 7:06am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/1 "2019-05-19T07:06:30Z")

</div>

Hi,

`:)` are replaced by `:slight_smile:` even of emoji are disabled.

Example

 ![46](https://global.discourse-cdn.com/meta/original/3X/1/d/1d25d99741f0a78167e419a42436546c0136f981.png)  
becomes  
 ![38](https://global.discourse-cdn.com/meta/original/3X/6/7/678d9fe777d1db5c5f65aae22c35d688d7e1ad6d.png)

---

<div class="post-metadata">

### Author: ![Chaboi\_3000](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chaboi_3000/32/163015_2.png) [@Chaboi\_3000](https://meta.discourse.org/u/Chaboi_3000)
#### Post date: [19 Maggio 2019, 9:39am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/2 "2019-05-19T09:39:03Z")

</div>

I can also repro this on my test server.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [19 Maggio 2019, 11:15am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/3 "2019-05-19T11:15:01Z")

</div>

Did this regress or did we miss it @sam?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [19 Maggio 2019, 10:13pm UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/4 "2019-05-19T22:13:45Z")

</div>

I think its a pipeline issue.. @gerhard can you have a look at it?

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [22 Maggio 2019, 9:47am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/6 "2019-05-22T09:47:55Z")

</div>

Should be fixed by [FIX: Don't convert :) into Emoji when emojis or emoji shurtcuts are d… · discourse/discourse@e224100 · GitHub](https://github.com/discourse/discourse/commit/e224100023d7d95405d30d32bbc78ba363419352)

Emoticons like `:)` won’t be converted into emojis anymore unless the `enable_emoji` and `enable_emoji_shortcuts` site settings are enabled.

We had the same problem in quotes, so I fixed it there as well.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [22 Maggio 2019, 11:07am UTC](https://meta.discourse.org/t/emoji-in-title-when-disabled/118134/7 "2019-05-22T11:07:01Z")

</div>


