If you read the links you’ll see specifically what doesn’t work.
Here’s the exact steps of how to reproduce the issues:
- Create new forum via ‘new forum’ back end
- Set forum as child forum
- Child Forum appears in my forums
- Click on child forum
- 404
The problem is specific to child categories and child forums.
This works:
mysite.com/forums
mysite.com/forum/general
This does not work (returns 404)
mysite.com/forum/general/child-forum/
mysite.com/forum/general/child-category/
I’m not using anything that would interfere with how the permalinks should work.
Converting parent forums to a child forum returns a 404, but turning a parent forum into a child category only removes the threads.
I’ll show you what I’m trying to do..
My forums right now:
mysite.com/forums/
mysite.com/forum/discussion
mysite.com/forum/resources
mysite.com/forum/support
Here’s what I am trying to achieve
mysite.com/forums/
mysite.com/forum/discussion
mysite.com/forum/discussion/resources (category)
mysite.com/forum/discussion/support (category)
Thanks,
Adam