# How to edit topics/show.html.erb

**URL:** https://meta.discourse.org/t/how-to-edit-topics-show-html-erb/234992
**Category:** Support
**Created:** [August 3, 2022, 1:32pm UTC](https://meta.discourse.org/t/how-to-edit-topics-show-html-erb/234992 "2022-08-03T13:32:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vikasdangi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vikasdangi/32/266072_2.png) [@vikasdangi](https://meta.discourse.org/u/vikasdangi)
#### Post date: [August 3, 2022, 1:32pm UTC](https://meta.discourse.org/t/how-to-edit-topics-show-html-erb/234992/1 "2022-08-03T13:32:10Z")

</div>

I need to edit the topics/show.html.erb file to add some custom functionality.

I have edited this locally and all works fine, but I would like to know if there is a better way to edit those files without them being rewritten at each upgrade.

Thanks.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [August 3, 2022, 1:56pm UTC](https://meta.discourse.org/t/how-to-edit-topics-show-html-erb/234992/2 "2022-08-03T13:56:05Z")

</div>

You don’t want to do it that way. You need to develop a plugin (or perhaps theme component). See [Beginner’s Guide to Creating Discourse Plugins Part 1: Creating a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1-creating-a-basic-plugin/30515) and [Developer’s guide to Discourse Themes](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648).

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 2, 2022, 1:56pm UTC](https://meta.discourse.org/t/how-to-edit-topics-show-html-erb/234992/3 "2022-09-02T13:56:34Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
