# Quick Messages Plugin

**URL:** https://meta.discourse.org/t/quick-messages-plugin/39188
**Category:** Plugin
**Tags:** broken
**Created:** [February 8, 2016, 12:13am UTC](https://meta.discourse.org/t/quick-messages-plugin/39188 "2016-02-08T00:13:55Z")
**Posts on this page:** 1
**Showing post:** 318

<div class="post-metadata">

### Author: ![bletch](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bletch/32/69088_2.png) [@bletch](https://meta.discourse.org/u/bletch)
#### Post date: [August 18, 2018, 6:55pm UTC](https://meta.discourse.org/t/quick-messages-plugin/39188/318 "2018-08-18T18:55:07Z")

</div>

Congratulations on a great addon to Discourse.

I think there may be an issue with the latest version - or at least an incompatibility somewhere.

I upgraded QMP to version commit [fe6ca1e](https://github.com/angusmcleod/discourse-quick-messages/commit/fe6ca1efe9478d6e247071767b45a38e9d156cfe) this afternoon and users reported that their avatar was missing from the user menu (top right).

Here is a screenshot with the plugin enabled.

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/7/c743bd69e3fc73ab6affea6bab2fbd35cebbaa76.png)

_(The light grey square is due to mouse hover when I took the screenshot)_

And here is one with the plugin disabled.

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/0/8013933d192f4670fe0ebc6e09c5e18fbc16dcb9.png)

As you can see the avatar disappears when the QMP is enabled.

Examining the HTML of the #current-user element with the plugin disabled shows this.

```HTML
<li id="current-user" class="header-dropdown-toggle current-user">
  <a href="/u/saintbletch" data-auto-route="true" class="icon">
    <div>
      <img alt="" width="32" height="32" src="/user_avatar/www.sotonians.com/saintbletch/64/618_1.png" title="saintbletch" class="avatar">
    </div>
  </a>
</li>

```

And with the plugin enabled, you get this.

```HTML
<li id="current-user" class="header-dropdown-toggle current-user">
  <a href="/u/saintbletch" data-auto-route="true" class="icon">
    <div>
    </div>
  </a>
</li>

```

Any ideas?

---

_[View the full topic](https://meta.discourse.org/t/quick-messages-plugin/39188)._
