HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
re: 3.3 is this normal Category URL behavior when creating categories?
selfaware
New
I noticed that when you create a category, the category url path never changes:
e.g.,
https://www.example.com/categories/
If I create, for example a root category named:
Baseball, then the url path changes to: https://www.example.com/categories/baseball
However, if I add a child (sub) category to Baseball, called Yankees, then the path
still stays the same: https://www.example.com/categories/yankees.
The problem is that If I create another Root Category called Teams and then
want to add child (sub) category to Teams, called Yankees, Vanilla tells me the Category
already exists, since the category url doesn't change, other than what comes after
categories/
0
Comments
I can't seem to edit my post, so here is some more clarification:
Is the url category suppose to automatically include the parent name of the category when adding a sub category to it's path?
For example:
https://www.example.com/categories/
If I add a root category called test then:
https://www.example.com/categories/test
This part works fine, however if I add a sub category to test called, NY, then:
the url category still shows up as:
https://www.example.com/categories/NY
Shouldn't it show up automatically as:
https://www.example.com/categories/test/NY
I'm hoping this is not the case, as I have to add a lot of forums - hoping it's a web.config url re-write issue?
Hi :D
As I told you by PM, it's the normal behaviour of categories, their parents are not in the url. Each category is on it's own, and not attached to a parent (it's almost only a visual organisation).
If you wants to have two categories with the same display name, you can change the category url in the dashboard.
For exemple, you have
Cat 1 => Sub-category
Cat 2 => Sub-category
You want the two Sub-categories to be called "Sub-category", so in your dashboard you can set category urls to "cat1-subcategory" and 'cat2-subcategory' (note that you can't use a /, prefer -)
Thanks for the reply, I actually had posted here first before seeing your PM and just left you a PM ;)