Forum Discussion
Parshant
Boss
Your community navigation is running with custom code.
OOB navigation of new responsive design is similar to that we have in KHOROS community.
You need to update the code for community navigation.
You can get the nested categories using below code replacing [parent_category_name].
SELECT * FROM categories WHERE ancestor_categories.id = '[parent_category_name]'
RyanMcClelland
6 years agoExpert
FYI Parshant I tried using the snippet below and it didn't work. Now I don't see the forum names under Discussions at all, so I did something wrong.
</div>
<#assign liql_query2 = "SELECT * FROM categories WHERE ancestor_categories.id = '[parent_category_name]' AND hidden=false ORDER BY position ASC" />
<#assign subBoards = executeLiQLQuery(liql_query2) />
Related Content
- 4 years ago
- 11 months ago