# Adding new posts as replies to a single topic

**URL:** https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314
**Category:** Feature
**Tags:** rss-polling
**Created:** [December 3, 2021, 5:53pm UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314 "2021-12-03T17:53:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [December 3, 2021, 5:53pm UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314/1 "2021-12-03T17:53:05Z")

</div>

I installed this on my neighborhood forum to pull in local news alerts, and am impressed by the recent improvements! 😻 Nice work!

One issue I am running into is that all the topics created are unlisted. Is there a setting I need to change to make them listed by default as they are pulled in?

I also was curious to know if there is a way to enable verbose logging for troubleshooting purposes, and a way to trigger the poll to occur immediately while testing. Right now it appears you have to wait 10 minutes (the minimum time allowed) and you have to rely on seeing the posts appearing to know if it worked.

And finally, a feature request. It would be helpful if a topic id could be specified for a feed, so new posts are added as replies to a a single topic. This way, short posts (e.g. emergency or outage alerts) could be kept together and not get lost in a sea of feeds posting to a category, even with a tag.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [December 3, 2021, 6:29pm UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314/2 "2021-12-03T18:29:56Z")

</div>

> [@tobiaseigen](#):
>
> One issue I am running into is that all the topics created are unlisted. Is there a setting I need to change to make them listed by default as they are pulled in?

Yes, you need to disable the `embed unlisted` site setting. I’ll add that detail to the OP. That setting is enabled by default, but it doesn’t make sense with the RSS plugin. It’s intended to be used for when Discourse comments are embedded on an external site.

> [@tobiaseigen](#):
>
> I also was curious to know if there is a way to enable verbose logging for troubleshooting purposes, and a way to trigger the poll to occur immediately while testing. Right now it appears you have to wait 10 minutes (the minimum time allowed) and you have to rely on seeing the posts appearing to know if it worked.

The plugin doesn’t supply any verbose logging. There isn’t a way to have the plugin pull in topics more frequently than once every 10 minutes without overwriting the plugin’s code - that rate limit is hard coded into the plugin.

> [@tobiaseigen](#):
>
> And finally, a feature request. It would be helpful if a topic id could be specified for a feed, so new posts are added as replies to a a single topic. This way, short posts (e.g. emergency or outage alerts) could be kept together and not get lost in a sea of feeds posting to a category, even with a tag

Falco would probably be the best team member to ask about this.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [December 7, 2021, 12:52am UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314/3 "2021-12-07T00:52:39Z")

</div>

> [@simon](#):
>
> Falco would probably be the best team member to ask about this.

So.. @Falco any thoughts?

Some other issues that came up for me:

- unless I am misunderstanding something, adding tags for feeds that do not exist already is onerous. You have to create a topic somewhere and use that to create new tags.

- at `/admin/plugins/rss_polling` a helpful link to [RSS Polling configuration documentation](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387) is provided. However, when you click on [Rss Polling](https://github.com/discourse/discourse-rss-polling) from `/admin/plugins` plugins list, you are taken to github. This is not terrible for self-hosters who know and care about github, but for hosting customers they will prefer to go straight to the meta topic. I will fix this.

- I think this is a plugin issue writ large - the Settings button next to each plugin on the list at `/admin/plugins` takes you to just where you want to go, the admin settings filtered by the plugin. But if you are on e.g. `/admin/plugins/rss_polling` and click on Change Settings in the top right corner you are taken to the same list of plugin settings as though you were at `/admin/plugins`.

---

<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: [December 7, 2021, 12:57am UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314/4 "2021-12-07T00:57:47Z")

</div>

> [@tobiaseigen](#):
>
> And finally, a feature request. It would be helpful if a topic id could be specified for a feed, so new posts are added as replies to a a single topic. This way, short posts (e.g. emergency or outage alerts) could be kept together and not get lost in a sea of feeds posting to a category, even with a tag.

This is a mid-sized request, as it would require changes to many different places, in both backend and frontend.

> [@RSS Polling](https://meta.discourse.org/t/rss-polling/156387/106):
>
> at `/admin/plugins/rss_polling` a helpful link to [RSS Polling configuration documentation](https://meta.discourse.org/t/configure-the-discourse-rss-polling-plugin/156387) is provided. However, when you click on [Rss Polling](https://github.com/discourse/discourse-rss-polling) from `/admin/plugins` plugins list, you are taken to github. This is not terrible for self-hosters who know and care about github, but for hosting customers they will prefer to go straight to the meta topic. I will fix this.

> [@RSS Polling](https://meta.discourse.org/t/rss-polling/156387/106):
>
> I think this is a plugin issue writ large - the Settings button next to each plugin on the list at `/admin/plugins` takes you to just where you want to go, the admin settings filtered by the plugin. But if you are on e.g. `/admin/plugins/rss_polling` and click on Change Settings in the top right corner you are taken to the same list of plugin settings as though you were at `/admin/plugins` .

Both of those aren’t specific to this plugin and should be addressed elsewhere.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [December 7, 2021, 1:01am UTC](https://meta.discourse.org/t/adding-new-posts-as-replies-to-a-single-topic/285314/5 "2021-12-07T01:01:09Z")

</div>

> [@Falco](#):
>
> This is a mid-sized request

OK we can wait on this to see if we get to rule of three.

> [@Falco](#):
>
> Both of those aren’t specific to this plugin and should be addressed elsewhere.

Okidoke! 👍

Thanks for the super fast response. 🚀
