# "There are no more posted topics" - when is it used and what is the exact meaning?

**URL:** https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670
**Category:** Translations
**Created:** [15 augustus 2016 om 19:22 UTC](https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670 "2016-08-15T19:22:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [15 augustus 2016 om 19:22 UTC](https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670/1 "2016-08-15T19:22:28Z")

</div>

Please explain the meaning and usage of the following text:

> There are no more posted topics

Translation key: `js.tagging.topics.bottom.posted`

---

<div class="post-metadata">

### Author: ![frictionel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frictionel/32/299701_2.png) [@frictionel](https://meta.discourse.org/u/frictionel)
#### Post date: [16 augustus 2016 om 20:00 UTC](https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670/2 "2016-08-16T20:00:30Z")

</div>

It appears at the end of a list of topics. See for example here: [https://meta.discourse.org/c/releases](https://meta.discourse.org/c/releases)

---

<div class="post-metadata">

### Author: ![SafaAlfulaij](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/safaalfulaij/32/120867_2.png) [@SafaAlfulaij](https://meta.discourse.org/u/SafaAlfulaij)
#### Post date: [23 augustus 2016 om 16:42 UTC](https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670/3 "2016-08-23T16:42:08Z")

</div>

No, that’s not right.  
That text is `There are no more {{category}} topics.` with id `js.topics.bottom.category`  
I think that the `tagging.topics` thing should appear as a footer in the tag pages (like category pages), but only if there are no topics in that tag (as I can guess?)  
Check: [This file](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/controllers/tags-show.js.es6) and [this as well] ([https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/controllers/tags-show.js.es6](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/controllers/tags-show.js.es6))

_I really have to run my own setup to check string locations! …_

---

<div class="post-metadata">

### Author: ![frictionel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frictionel/32/299701_2.png) [@frictionel](https://meta.discourse.org/u/frictionel)
#### Post date: [23 augustus 2016 om 22:16 UTC](https://meta.discourse.org/t/there-are-no-more-posted-topics-when-is-it-used-and-what-is-the-exact-meaning/48670/4 "2016-08-23T22:16:52Z")

</div>

My bad, I didn’t open my eyes! 😵
