By Pedro Llera on Thursday, 07 November 2013
Posted in Technical Issues
Replies 5
Likes 0
Views 566
Votes 0
Hi
It's there an option/parameter for the Categories View of EsayBlog that define to not show all of there sub-categories.
We have a very long list and user most scroll down to read post.

Thanks in adnavce
Pedro
Hello Pedro,

Could you please give us a screen shot of the page you are having trouble with, could you please provide us with the Joomla back end access as well as the FTP access so that I can check on the issues on your site? We actually need these information so that we can debug on your issues quickly. If your site is hosted locally, could you please upload it to a temporary location for us to access?

Thanks:)
·
Thursday, 07 November 2013 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
Find a screen shot of the page we want reduce the numbers of subcategories displaying.

Thanks
·
Thursday, 07 November 2013 20:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pedro,

Sorry for the late reply. Please 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 = 5;

Hope this helps.

Thanks!

EDIT: Corrected codes typo.
·
Thursday, 07 November 2013 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Adelen, but we get a syntax error after change the codes in line 79:

Parse error: syntax error, unexpected '(' in components/com_easyblog/views/categories/view.html.php on line 79

regards
·
Friday, 08 November 2013 05:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pedro,

Can you please provide us with the Joomla back end access as well as the FTP access so that I can check on the issues on your site or apply the code for you? We actually need these information so that we can debug on your issues quickly.

Thanks:)
·
Friday, 08 November 2013 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post