# Full name @mentions

**URL:** https://meta.discourse.org/t/full-name-mentions/23896
**Category:** Feature
**Tags:** mentions
**Created:** [11 Janeiro , 2015 21:56 UTC](https://meta.discourse.org/t/full-name-mentions/23896 "2015-01-11T21:56:39Z")
**Posts on this page:** 1
**Showing post:** 32

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [15 Fevereiro , 2016 19:43 UTC](https://meta.discourse.org/t/full-name-mentions/23896/32 "2016-02-15T19:43:10Z")

</div>

One way to approach that is to update the mention markup to include a data-fullname attribute that contains the fullname, then you can use CSS to make it show next to the mention.

Similar to (for putting the post number on each post next to the timestamp)

```plaintext
a.post-date:after {
  content: "#"attr(data-post-number);
}

```

Not sure if the Discourse team would be opposed to adding such a data attribute to mentions, but if they aren’t, it makes this solvable for the Enterprise scenario pretty quickly.

---

_[View the full topic](https://meta.discourse.org/t/full-name-mentions/23896)._
