# Pinned posts don't work on tagged pages

**URL:** https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565
**Category:** Feature
**Created:** [August 22, 2019, 8:02pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565 "2019-08-22T20:02:55Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Andy02](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andy02/32/119498_2.png) [@Andy02](https://meta.discourse.org/u/Andy02)
#### Post date: [August 22, 2019, 8:02pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/1 "2019-08-22T20:02:55Z")

</div>

We’re switching our forum over to operate on tag-pages. I just noticed that its not possible to pin a topic on a tag page (or at least it ignores standard pins).

Any solution to making a post stay at the top in tag-pages?

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [August 22, 2019, 9:28pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/2 "2019-08-22T21:28:32Z")

</div>

We have categories to pin topic.

---

<div class="post-metadata">

### Author: ![Andy02](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andy02/32/119498_2.png) [@Andy02](https://meta.discourse.org/u/Andy02)
#### Post date: [August 22, 2019, 9:33pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/3 "2019-08-22T21:33:46Z")

</div>

Tag-pages and categories are essentially different navigation systems. it makes sense to prioritise one to make things easier for users and leave the other as an advanced feature.

We chose tag-pages as it gives incredible flexibility for cross team collaboration. the issue is new users to the platform want to see pinned posts, like ‘getting started guide’, ‘introductions’, etc.

If we introduce new users to the platform using categories they are going to be confused, as the rest of their early interaction is built on navigating tag-pages.

---

<div class="post-metadata">

### Author: ![microscopyra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/microscopyra/32/168930_2.png) [@microscopyra](https://meta.discourse.org/u/microscopyra)
#### Post date: [February 5, 2020, 9:27pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/4 "2020-02-05T21:27:52Z")

</div>

I just wanted to bump this as Categories tend to go across all Tags, wheras Tags identify what each user is interested in. In the specific case of Image.sc, each tag is a different software/package so a pinned topic for QuPath or CellProfiler would be useless within the other tag. Meanwhile a pinned Announcement for a FIJI talk wouldn’t even show up at the top when the FIJI Tag is selected.

 ![image](https://global.discourse-cdn.com/meta/original/3X/e/b/eb26d8aa565ad528814b78b38712bd132107e85f.png)  
Just a quick image showing what users see, select their software, and then would never see any pinned post.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 6, 2020, 10:22am UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/5 "2020-02-06T10:22:11Z")

</div>

I guess it makes sense to allow a topic to be pinned to a tag page, what do you think @eviltrout?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [February 6, 2020, 6:21pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/6 "2020-02-06T18:21:09Z")

</div>

I think it’s a fine idea, but I don’t think it’ll be easy to implement. One challenge will be that the modal to pin the topic is already quite big:

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/6/8604ca57b0242fb82de71afe93cbd3da1668e5a4.png)

The harder part will be the data model. Right now a topic has `pinned_at, pinned_until` for the timeframe which is fine, but then `pinned_globally (boolean)`, determines the pinning mode. True means to display it globally, false means in a category.

To support pinning at a tag level, we’ll need to migrate to something like `pinned_mode (globally|category|tag)`. That could work if we were okay to pin the topic to every tag it belongs to - but I also wonder if users would want to pick a specific tag to pin it to? In that case we’d probably need another column `pinned_tag` to handle that.

Do you want to go ahead and schedule this for a future release?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 7, 2020, 5:21am UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/7 "2020-02-07T05:21:38Z")

</div>

Not really, TBH, but I can’t deny there is some logic to allowing tag pages to have a pinned topic!

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [February 7, 2020, 5:23am UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/8 "2020-02-07T05:23:06Z")

</div>

Sadly this is in the “too complicated” boat for a #pr-welcome tag, so I guess we just punt on it for now.

---

<div class="post-metadata">

### Author: ![microscopyra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/microscopyra/32/168930_2.png) [@microscopyra](https://meta.discourse.org/u/microscopyra)
#### Post date: [February 7, 2020, 6:09pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/9 "2020-02-07T18:09:34Z")

</div>

It looked like @Curtis_Rueden on the image.sc forum ended up with a workaround, though it wasn’t intentional. He created a category for the Tag:Sidebar posts for each Tag.

For a short while, each forum had a tagged post that showed up for only that Tag (which ended up turning into a sidebar?). I’m not sure what the steps would be to reproduce this, but it seems like it would be possible to create a Tag specific pinned post with the current tools.  
I just don’t understand any of the under the hood stuff that led to that intermediate state, and whether that intermediate state was actually stable. So it may or may not be a work around if anyone else finds this looking for similar functionality.

---

<div class="post-metadata">

### Author: ![Curtis\_Rueden](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/curtis_rueden/32/84277_2.png) [@Curtis\_Rueden](https://meta.discourse.org/u/Curtis_Rueden)
#### Post date: [February 11, 2020, 5:52pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/10 "2020-02-11T17:52:30Z")

</div>

@microscopyra On the Image.sc Forum we configured the Discourse Tag Sidebars theme component, as described here:

> [@Add Title and Description to Tags](https://meta.discourse.org/t/add-title-and-description-to-tags/125187/3):
>
> @Vikas_Dangi On our forum we are using the [Discourse Tag Sidebars theme component](https://meta.discourse.org/t/discourse-tag-sidebars/111114) to good effect. With this theme component, you can create a topic describing your tag and it will appear in the sidebar when browsing that tag in the navigation. See also this topic for related discussion:

This is a different thing than enabling pinning of topics to specific tag views. But it is nice to be able to see relevant information in a sidebar while browsing a prominent tag.

---

<div class="post-metadata">

### Author: ![microscopyra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/microscopyra/32/168930_2.png) [@microscopyra](https://meta.discourse.org/u/microscopyra)
#### Post date: [February 11, 2020, 9:33pm UTC](https://meta.discourse.org/t/pinned-posts-dont-work-on-tagged-pages/126565/11 "2020-02-11T21:33:24Z")

</div>

Yes, but one of the intermediate steps during that process led to the creation of a single topic that was pinned within each Tag. Stopping at that step could allow the existence of a pinned topic, right?

While pinning multiple topics would be interesting, it also has the possibility of getting far more messy vs giving each tag a single pinned post to edit as they see fit. And now that Pete and I have permission to edit for ever and ever, we could edit that one pinned post to whatever was necessary at any given time.

At least, that was my thought process.
