By L. A. Devijen on Wednesday, 14 September 2016
Posted in Technical Issues
Likes 0
Views 299
Votes 0
Hi,

How I can remove asucategory count in EasyDiscuss Categories Module

Regards,
Lazer
Hi Lazer,
We do not have any settings for this. If you want to achieve this, you would have to perform a template override on the module's file tree_item.php. Since I do not have your ftp access, I will explain the steps for you to do this.

1. Copy the tree_item.php file from:
JoomlaFolder\modules\mod_easydiscuss_categories\tmpl\tree_item.php
and paste it into the following(create the directory if it does not exist):
JoomlaFolder\templates\yourCurrentTemplate\html\mod_easydiscuss_categories\tree_item.php
2. Open the tree_item.php file.
3. Search for line 31 or the line containing these codes and remove them:
<li data-breadcrumb="ยท"><?php echo ED::themes()->getNouns('MOD_DISCUSSIONSCATEGORIES_SUBCATEGORIES_COUNT', $category->totalSubcategories, true);?></li>
Hope this helps. If you have any issues let us know, thanks.
·
Wednesday, 14 September 2016 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank's
·
Wednesday, 14 September 2016 20:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Heyt Lazer,
You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 14 September 2016 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post