# Esegui personalizzazioni backend con i temi

**URL:** https://meta.discourse.org/t/perform-backend-customisations-with-themes/144212
**Category:** Development
**Created:** [13 Marzo 2020, 1:14pm UTC](https://meta.discourse.org/t/perform-backend-customisations-with-themes/144212 "2020-03-13T13:14:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![duranmla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/duranmla/32/109295_2.png) [@duranmla](https://meta.discourse.org/u/duranmla)
#### Post date: [13 Marzo 2020, 1:14pm UTC](https://meta.discourse.org/t/perform-backend-customisations-with-themes/144212/1 "2020-03-13T13:14:48Z")

</div>

Ciao community,

Volevo solo sapere se qualcuno ha informazioni sulla possibilità di effettuare personalizzazioni come queste [https://github.com/discourse/discourse-tooltips/blob/master/app/controllers/discourse\_tooltips/tooltip\_previews\_controller.rb](https://github.com/discourse/discourse-tooltips/blob/master/app/controllers/discourse_tooltips/tooltip_previews_controller.rb) da un progetto di tema. Non ho ancora trovato informazioni a riguardo e non so se l’unica possibilità sia tramite plugin.

In altre parole, ho un progetto come [GitHub - discourse/discourse-knowledge-base-theme · GitHub](https://github.com/discourse/discourse-knowledge-base-theme) e vorrei fare cose come [https://github.com/discourse/discourse-tooltips/blob/master/app/controllers/discourse\_tooltips/tooltip\_previews\_controller.rb](https://github.com/discourse/discourse-tooltips/blob/master/app/controllers/discourse_tooltips/tooltip_previews_controller.rb)

Grazie in anticipo.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [13 Marzo 2020, 1:28pm UTC](https://meta.discourse.org/t/perform-backend-customisations-with-themes/144212/2 "2020-03-13T13:28:09Z")

</div>

Sì, questo è possibile solo tramite un plugin. I temi sono generalmente limitati alla modifica del frontend di Discourse.

---

<div class="post-metadata">

### Author: ![duranmla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/duranmla/32/109295_2.png) [@duranmla](https://meta.discourse.org/u/duranmla)
#### Post date: [13 Marzo 2020, 1:35pm UTC](https://meta.discourse.org/t/perform-backend-customisations-with-themes/144212/3 "2020-03-13T13:35:47Z")

</div>

Grazie mille per la risposta veloce @awesomerobot ❤
