# Locations Plugin 🌍

**URL:** https://meta.discourse.org/t/locations-plugin/69742
**Category:** Plugin
**Tags:** paid-support
**Created:** [September 10, 2017, 10:36am UTC](https://meta.discourse.org/t/locations-plugin/69742 "2017-09-10T10:36:41Z")
**Posts on this page:** 1
**Showing post:** 769

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [August 15, 2022, 8:42pm UTC](https://meta.discourse.org/t/locations-plugin/69742/769 "2022-08-15T20:42:05Z")

</div>

> [@merefield](#):
>
> Overriding this seems a bit extreme, why not use connectors?:

Because I didn’t find the right ones (or maybe they didn’t exist at the time I modified the template, about 2 years ago) 😅

Will probably be easier this way, I’ll give it a try, thanks!

* * *

Uh… Can’t achieve to use these connectors.

> **Boring stuff I've tried and looked at**
>
> I’ve read [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648#handlebars-templates-21).
> 
> Assuming this is how we add HTML code in a connector:
> 
> ```xml
> <script type="text/x-handlebars" data-template-name="/connectors/topic-above-post-stream/test">
> <div style="height: 200px; width: 200px;background: red"></div>
> </script>
> 
> ```
> 
> I tried
> 
> ```xml
> <script type="text/x-handlebars" data-template-name="/connectors/topic-list-after-title/test">
> <div style="height: 200px; width: 200px;background: red"></div>
> </script>
> 
> ```
> 
> But it didn’t work. Is that because `topic-list-item` is a `.hbr` and not a `.hbs` file?
> 
> I used [(deprecated) Plugin outlet locations theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) but the outlets inside the topic list don’t show up.
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/f/f/9/ff910c2a50fdb1cffa8e53337b7bb5918cb7991e.png)
> 
> I also looked at 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).

Or maybe I just need to create a theme component with an additional file, like this [https://github.com/discourse/discourse-topic-thumbnails/blob/main/javascripts/discourse/connectors/topic-list-before-link/topic-thumbnail.hbr](https://github.com/discourse/discourse-topic-thumbnails/blob/main/javascripts/discourse/connectors/topic-list-before-link/topic-thumbnail.hbr)?

But here, new connectors are created, while `topic-list-after-title` and `topic-list-before-category` already exist… So I’m a bit puzzled here.

---

_[View the full topic](https://meta.discourse.org/t/locations-plugin/69742)._
