# Plugins not loading. What am I missing?

**URL:** https://meta.discourse.org/t/plugins-not-loading-what-am-i-missing/62885
**Category:** Development
**Created:** [May 17, 2017, 3:55pm UTC](https://meta.discourse.org/t/plugins-not-loading-what-am-i-missing/62885 "2017-05-17T15:55:09Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![rohmann](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rohmann/32/120852_2.png) [@rohmann](https://meta.discourse.org/u/rohmann)
#### Post date: [May 17, 2017, 10:07pm UTC](https://meta.discourse.org/t/plugins-not-loading-what-am-i-missing/62885/4 "2017-05-17T22:07:44Z")

</div>

Alrighty, false alarm on the plugins not working… I don’t think I had them setup right.

I was having some issues with getting the `topic-list-after-title` connector to work until I stumbled upon this:

> [@What is the difference between raw.hbs handlerbar files and only .hbs handlerbar files?](https://meta.discourse.org/t/what-is-the-difference-between-raw-hbs-handlerbar-files-and-only-hbs-handlerbar-files/58565):
>
> I noticied that few plugin outlet like topic-list-after-title require raw.hbs file while other require only hbs file. I did search in the handlebars documentation, but I could see anything as raw hbs file. I checked in the discourse code, plugin outlet like topic-list-after-title are defined as {{raw-plugin-outlet name="topic-list-after-title"}} while other plugins are defined as {{plugin-outlet name="composer-fields-below" args=(hash model=model)}} Q1. Is there any reason why some plugin…

Apparently you need to name the file `*.raw.hbs` to use raw outlets.

---

_[View the full topic](https://meta.discourse.org/t/plugins-not-loading-what-am-i-missing/62885)._
