By trevorl on Monday, 04 January 2016
Posted in Technical Issues
Likes 0
Views 472
Votes 0
Hi, I have an issue with the Easyblog category module, it will not show empty categories even though I have selected no to hide categories with no post, I also selected NO to hide empty categories in display settings.

Any help would be great
Running latest version of EasyBlog and latest Joomla using Prostar template.
Hey there,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Monday, 04 January 2016 21:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your fast reply, I have edited the post to include logon / ftp details,

Many thanks...

BTW..

Happy New Year and thanks for all your help in 2015!
·
Monday, 04 January 2016 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, did you manage to take a look at this?
·
Tuesday, 05 January 2016 17:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Trevorl,

I am really sorry for the delay of this reply. Seems like there are some bug in our codes. I've applied the fix for you inside your /administrator/components/com_easyblog/models/category.php at line 955 by changing the following line of code below:
$headSQL .= " 		inner join `#__easyblog_post` as p on pcat.`post_id` = p.`id` and p.`published` = '1' and p.`state` = '0'";

// Change to

$headSQL .= " left join `#__easyblog_post` as p on pcat.`post_id` = p.`id` and p.`published` = '1' and p.`state` = '0'";


The fix will be include in the next release of easyblog.

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Wednesday, 06 January 2016 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sorting this.
·
Wednesday, 06 January 2016 19:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad that your issues are resolved now.

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Thursday, 07 January 2016 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post