# Why do I have the cake next to my name?

**URL:** https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925
**Category:** Support
**Created:** [2016 年11 月 15 日 15:27 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925 "2016-11-15T15:27:19Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### 作者： ![Aymane\_Shuichi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aymane_shuichi/32/63024_2.png) [@Aymane\_Shuichi](https://meta.discourse.org/u/Aymane_Shuichi)
#### 发布日期： [2016 年11 月 15 日 15:27 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/1 "2016-11-15T15:27:19Z")

</div>

I just checked a comment, and I noticed there is a cake  
 ![](https://global.discourse-cdn.com/meta/original/3X/5/3/53711b6949fe8f66fa8fd5ce6f5a10480f643c14.jpg)  
Any idea ?

---

<div class="post-metadata">

### 作者： ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### 发布日期： [2016 年11 月 15 日 15:28 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/2 "2016-11-15T15:28:35Z")

</div>

That would be do to this plugin: [Discourse Cakeday](https://meta.discourse.org/t/cakeday-celebrating-birthdays-and-anniversaries/38447).

In brief, it is either your birthday or the anniversary for when you signed up on Meta.

---

<div class="post-metadata">

### 作者： ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### 发布日期： [2016 年11 月 15 日 16:09 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/3 "2016-11-15T16:09:54Z")

</div>

You bring up a good point though. It’s a bit odd that we don’t inform users whatsoever about what this thing actually means. It doesn’t even have hover text.

One suggestion: Make it clickable, and clicking it will open your user card. User card should say:

“Happy birthday!” or  
“Happy Meta anniversary!”

under the username.

---

<div class="post-metadata">

### 作者： ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### 发布日期： [2016 年11 月 15 日 22:31 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/4 "2016-11-15T22:31:06Z")

</div>

No hover text is particularly egregious @tgxworld

---

<div class="post-metadata">

### 作者： ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### 发布日期： [2016 年11 月 16 日 02:13 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/5 "2016-11-16T02:13:48Z")

</div>

Hmm I thought I had this fixed long ago.

[https://github.com/discourse/discourse-cakeday/blob/master/assets/javascripts/discourse/components/emoji-images.js.es6#L17](https://github.com/discourse/discourse-cakeday/blob/master/assets/javascripts/discourse/components/emoji-images.js.es6#L17)

Will check if something regressed here.

---

<div class="post-metadata">

### 作者： ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### 发布日期： [2016 年11 月 16 日 02:54 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/6 "2016-11-16T02:54:25Z")

</div>

Fixed the regression for missing emoji `title` and `alt` attributes

[https://github.com/discourse/discourse/commit/64b5c81843554c065bc4315bed295c65be4193ea](https://github.com/discourse/discourse/commit/64b5c81843554c065bc4315bed295c65be4193ea)

Add title attribute for poster icons in

[https://github.com/discourse/discourse-cakeday/commit/489706e84807647854119871e43d3681750f5aed](https://github.com/discourse/discourse-cakeday/commit/489706e84807647854119871e43d3681750f5aed)

---

<div class="post-metadata">

### 作者： ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### 发布日期： [2016 年11 月 16 日 02:56 UTC](https://meta.discourse.org/t/why-do-i-have-the-cake-next-to-my-name/52925/7 "2016-11-16T02:56:15Z")

</div>


