By Tarek on Tuesday, 06 January 2015
Posted in General Issues
Likes 0
Views 724
Votes 0
Dear All,

I'd like to disable category filters same as disable toolbar

Regards
Hi Tarek,

I am sorry for the late reply the misunderstanding earlier.
I believe you cannot disable all the filters as you mention: "popular, latest, all, my posts, and assigned posts", I believe there is no settings to do it currently. The only setting available is in EasyDiscuss > Settings > Layout > General > Filters. Here is my screenshot: http://screencast.com/t/gzGVgTqusy . The solution for this is to hide using css or customize the code. Here I give you css override to hide this categories filter. Please copy and put it in your current Joomla template.

#discuss-wrapper .categoryFilters{
display: none;
}


Hope this will help.
Thanks.
·
Tuesday, 06 January 2015 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tarek,

You can find this settings in EasyDiscuss > Settings > Layout > Toolbar > Enable toolbar = No and Show categories button = No.

Hope this will help.
Thanks.
·
Tuesday, 06 January 2015 02:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mohd,

I did what you asked me to do, but still popular, latest, all, my posts, and assigned posts are viewed!

Any idea how to disable them without changing the code under:
components/com_easydiscuss/themes/simplistic/frontpage.index.filters.php
components/com_easydiscuss/themes/simplistic/frontpage.category.filters.php
·
Tuesday, 06 January 2015 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Modh

It's work fine.
·
Tuesday, 06 January 2015 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tarek,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Tuesday, 06 January 2015 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post