# Having a sub + sub category

**URL:** https://meta.discourse.org/t/having-a-sub-sub-category/258869
**Category:** Feature
**Created:** [March 21, 2023, 11:06am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869 "2023-03-21T11:06:19Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![EchoBilisim](https://avatars.discourse-cdn.com/v4/letter/e/bc8723/32.png) [@EchoBilisim](https://meta.discourse.org/u/EchoBilisim)
#### Post date: [March 21, 2023, 11:06am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/1 "2023-03-21T11:06:19Z")

</div>

Hello, there is a sub-category. It would be good to have six features in the sub-category. It would be good to have the option to add sub-category sub-category in multiple categories.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [March 21, 2023, 11:08am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/2 "2023-03-21T11:08:47Z")

</div>

That feature is already there

> [@Number of Subcategories](https://meta.discourse.org/t/number-of-subcategories/146632/11):
>
> You need to have access to the server where Discourse is running. If you’re hosted somewhere, you’ll need to ask whoever is running the server to do this for you. cd /var/discourse ./launcher enter app rails c SiteSetting.max\_category\_nesting = 3 exit exit

---

<div class="post-metadata">

### Author: ![EchoBilisim](https://avatars.discourse-cdn.com/v4/letter/e/bc8723/32.png) [@EchoBilisim](https://meta.discourse.org/u/EchoBilisim)
#### Post date: [March 21, 2023, 11:13am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/3 "2023-03-21T11:13:25Z")

</div>

Thank you for the information

---

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [March 21, 2023, 11:23am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/4 "2023-03-21T11:23:21Z")

</div>

For hosted plans, this is only available for Enterprise plans.

It may be worth thinking instead about whether you can use tags for this purpose. You can use tag groups and require certain tags for a category — and restrict them as well.

In my experience, it’s best to use categories when there is a _functional_ difference: different permissions, different defaults, different auto-close policies, etc., and tags for _topical_ distinctions.

---

<div class="post-metadata">

### Author: ![EchoBilisim](https://avatars.discourse-cdn.com/v4/letter/e/bc8723/32.png) [@EchoBilisim](https://meta.discourse.org/u/EchoBilisim)
#### Post date: [March 21, 2023, 11:38am UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/5 "2023-03-21T11:38:49Z")

</div>

Thank you for the information, there are multiple categories on the site I use, I think it cannot be as a tag.

---

<div class="post-metadata">

### Author: ![EchoBilisim](https://avatars.discourse-cdn.com/v4/letter/e/bc8723/32.png) [@EchoBilisim](https://meta.discourse.org/u/EchoBilisim)
#### Post date: [March 21, 2023, 4:33pm UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/6 "2023-03-21T16:33:14Z")

</div>

Hello, I don’t understand this part (enter app rails c SiteSetting.max\_category\_nesting = 3 exit exit) exactly what I need to do, add it and look, nothing happens

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [March 21, 2023, 5:55pm UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/7 "2023-03-21T17:55:09Z")

</div>

I will warn though nesting Subcategories can pose problems with posting a new topic in my xp.

A good option can be to use tags as an Alternative to separate topics.

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [March 21, 2023, 5:57pm UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/8 "2023-03-21T17:57:30Z")

</div>

When you run that command on the Server Root it unlocks changes.

After running and exiting. Refresh page on your forum. Create a category with the Parent Category being the name of your subcategory.

---

<div class="post-metadata">

### Author: ![EchoBilisim](https://avatars.discourse-cdn.com/v4/letter/e/bc8723/32.png) [@EchoBilisim](https://meta.discourse.org/u/EchoBilisim)
#### Post date: [March 22, 2023, 1:22pm UTC](https://meta.discourse.org/t/having-a-sub-sub-category/258869/9 "2023-03-22T13:22:37Z")

</div>

Thank you for the information
