# Plugin outlets using site customizations not working after 1.6 upgrade

**URL:** https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440
**Category:** Development
**Created:** [25.Июнь.2016 13:29:29 UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440 "2016-06-25T13:29:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ashwani\_K\_Goel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ashwani_k_goel/32/129382_2.png) [@Ashwani\_K\_Goel](https://meta.discourse.org/u/Ashwani_K_Goel)
#### Post date: [25.Июнь.2016 13:29:29 UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440/1 "2016-06-25T13:29:29Z")

</div>

Hi there,

I recently rebuilt discourse and ended up updating from v1.5.0.beta3 +81 to 1.6.0.beta9 and all the outlets have stopped working. Something as simple as below in section of Customise won’t work:

```
<script type='text/x-handlebars' data-template-name='/connectors/topic-after-cooked/testtopic'>
Test.
</script>

```

Can someone please suggest what could be the issue? Is there any change in this version which affects this functionality?

Thanks

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [25.Июнь.2016 14:43:10 UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440/2 "2016-06-25T14:43:10Z")

</div>

> [@Ashwani\_K\_Goel](#):
>
> Is there any change in this version which affects this functionality?

Yes, connectors on the post stream and on the header are gone.

> [@A tour of how the Widget (Virtual DOM) code in Discourse works](https://meta.discourse.org/t/a-tour-of-how-the-widget-virtual-dom-code-in-discourse-works/40347):
>
> This is out of date. See [Widgets, the Widget API and their roadmap?](https://meta.discourse.org/t/widgets-the-widget-api-and-their-roadmap/292624) The latest builds of Discourse are much faster at rendering topics thanks to our [re-written post stream](https://eviltrout.com/2016/02/25/fixing-android-performance.html). I’ve written up [our new plugin API](https://meta.discourse.org/t/a-new-versioned-api-for-client-side-plugins/40051) but so far haven’t explained how the code all fits together. The purpose of this topic is to allow Discourse developers to understand how the new code works. What’s a Virtual DOM? A Virtual DOM is a data structure that enables browsers to re-render dynamic content very quickly. The techniq…

---

<div class="post-metadata">

### Author: ![Ashwani\_K\_Goel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ashwani_k_goel/32/129382_2.png) [@Ashwani\_K\_Goel](https://meta.discourse.org/u/Ashwani_K_Goel)
#### Post date: [27.Июнь.2016 02:28:59 UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440/3 "2016-06-27T02:28:59Z")

</div>

Hi Rafael,

Thanks for your reply.

So, is there any other way for us now to display our html contents on post?

Also, if we downgrade to 1.5 whether the database backups that we have in Admin panel from pre upgrade, will work?

I appreciate all your help

Best Regards!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [27.Июнь.2016 02:34:27 UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440/4 "2016-06-27T02:34:27Z")

</div>

Backups from 1.5 should work on 1.5, but you can adapt your plugins to the new way.

Here is a very simple plugin that uses the same outlet you use. It was adapted by the man @eviltrout himself.

[Commits · xfalcox/discourse-signatures · GitHub](https://github.com/xfalcox/discourse-signatures/commits/master)
