By Maria on Friday, 01 November 2013
Posted in Technical Issues
Replies 1
Likes 0
Views 744
Votes 0
How do I make all subcategories show? In the screenshot it says "16 More Subcategories" I want it to show the categories instead
Hello Maria,

Sorry for the late reply. There are 2 ways to do this. First you can actually configure this using the Menu Item List Limit/pagination. You can also go to the file

JOOMLA/components/com_easyblog/views/categories/view.html.php

and change the codes in line 79 from
$initialLimit = ( $app->getCfg('list_limit') == 0) ? 5 : $app->getCfg('list_limit');

to
$initialLimit = 100;

Hope this helps.

Thanks!
·
Friday, 01 November 2013 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post