By Avi on Wednesday, 03 April 2019
Posted in General Issues
Replies 1
Likes 0
Views 631
Votes 0
I'm trying to set up a view that looks like what you did on the Help Desk page, but I have some questions -
1) I selected forum view and created menu item, I've selected the Main category of my help desk, this category has subcategories, however, I only want to show the subcategories on the help desk page, I don't want to show the main category, how can I achieve that?
Is there a forum view, so I can select just specific categories to be displayed?
Hi there,

You can try to apply css codes below at easydiscuss custom css files.

[gist type="css"]
#ed .ed-forums-cat-header {
display: none;
}
[/gist]

If still persisted, is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Wednesday, 03 April 2019 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post