By T.W. van Urk on Friday, 19 October 2018
Posted in General Issues
Likes 0
Views 633
Votes 0
Hallo,

When using the category option from the toolbar, I am looking for the possibility how to show the number of posts for each category.
Also, the number of blogs is limited. For my category "Blog" I cannot scroll through all 44 articles.

I guess, I have missed some installation options, but I cannot find wich ?

Kind regards, T.W.van Urk
Hi T. W. van Urk,

There is supposed to be a 'view all posts' button at the bottom of each category(http://take.ms/n7Rcc), but the font was white color which is why you did not see it.

I have helped you add the following custom css into EasyBlog's custom css file so the button shows visibly now(http://take.ms/nDgor).
·
Friday, 19 October 2018 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thank you for your kind help and solution, The link for more articles is visible now and is showing correct !

However, is it possible too, to show the count of the articles behind the text "Totaal aantal berichten" (number ot articles).

Kind regards, T.W. van Urk
·
Friday, 19 October 2018 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can modify on this file -> JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/categories/default.php

LINE 35

<?php echo JText::_('COM_EASYBLOG_BLOGGERS_TOTAL_POSTS');?>


// Replace with

<?php echo JText::_('COM_EASYBLOG_BLOGGERS_TOTAL_POSTS') . '(' . $category->getCount() . ')';?>
·
Saturday, 20 October 2018 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Both questions are solved perfectly !! See bitmap.

Thanks from The Netherlands for your superbe support !!

Kind regards, T.W.van urk
·
Saturday, 20 October 2018 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 20 October 2018 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post