How can I do what let layouts of my EasyDiscuss similar as DIscussion of stackideas site?
Our site helpdesk uses a custom styling but you could use the forums layout in EasyDiscuss to get the same forums view on our forums.
What do you mean? Can you include the screen shot of which area you are referring to?
Yes, you can achieve this by using this categories module, you can check my attached screenshot below.
but you have to add some custom styling to hide those stuff like how many post/category.
body #ed.ed-mod.discuss-mod-categories .ed-cat-item-meta {
display: none;
}
body #ed.ed-mod>div {
margin: -15px !important;
}
I've applied some custom css into your Vanilla template, can you check my attached screenshot below and see is it look fine now?
body #ed.ed-mod.discuss-mod-categories .ed-cat-item-meta {
display: none;
}
body #ed.ed-mod>div {
margin: -15px !important;
}
By the way, i am still lost what you mean that parent category not working?
Hm, by default even that is container category, it will still allow user to access that container category.
If you would like to customise this, you can download my attached file and replace into your current template override section.
JoomlaFolder/templates/vanilla/html/mod_easydiscuss_categories/tree_item.php
You have to create those new folder yourself because need to match back that original folder structure.