By Christian van Laarhoven on Monday, 07 September 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 538
Votes 0
Is it possible to put off the category name in the EasyBlog showcase module? This will be displayed, but should be off. I can't see an option in this module. The module Latest Blogs module you can set it by Yes or No. See Attachment.
Hey Christian,

Unfortunately there is no settings for this (I will add this into our issue tracker and see if we can update the module in the next release). However, you can temporarily modify the module's template file in /modules/mod_easyblogshowcase/tmpl/default.php and remove the codes below:


<span>
<a href="<?php echo $post->getPrimaryCategory()->getPermalink();?>"><?php echo $post->getPrimaryCategory()->title;?></a>
</span>
·
Monday, 07 September 2015 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,

Thanks for your verry quick response!
We try to make it by your solution. It would be nice if you can fix this issue with an next update. Maybe you can set this for all blog layouts, so you can always determine the category view by yourselves??

Thanks.

Kind regards..
·
Tuesday, 08 September 2015 14:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Christian,

Thank you for your suggestion. We will see what we can do to improvise this feature in the next future release of easyblog.
·
Tuesday, 08 September 2015 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post