# How to display user email for all registered members

**URL:** https://meta.discourse.org/t/how-to-display-user-email-for-all-registered-members/161136
**Category:** Support
**Created:** [17 augustus 2020 om 12:30 UTC](https://meta.discourse.org/t/how-to-display-user-email-for-all-registered-members/161136 "2020-08-17T12:30:15Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![hawm](https://avatars.discourse-cdn.com/v4/letter/h/f07891/32.png) [@hawm](https://meta.discourse.org/u/hawm)
#### Post date: [17 augustus 2020 om 13:07 UTC](https://meta.discourse.org/t/how-to-display-user-email-for-all-registered-members/161136/9 "2020-08-17T13:07:26Z")

</div>

> [@Override existing Discourse methods in plugins](https://meta.discourse.org/t/tips-for-overriding-existing-discourse-methods-in-plugins/83389):
>
> I’ve been running into a bunch of instances recently of needing to override existing ruby methods from plugins, and thought I’d share my best practices here. Overriding an instance method class ::TopicQuery module BabbleDefaultResults def default\_results(options={}) super(options).where('archetype \<\> ?', Archetype.chat) end end prepend BabbleDefaultResults end Here I’m removing chat topics from an instance method which is returning a list of topics. The module name BabbleD…

Continute reading more plugins developing related topic you may easy implement it.

---

_[View the full topic](https://meta.discourse.org/t/how-to-display-user-email-for-all-registered-members/161136)._
