Hi Geoffrey,
I'm not sure why the last item in the list of 5 displays twice though!
Ah look like there is a bug
I've applied the fix on your site and now the content no longer show if the post is a 'quote' type
Below is the file I've modified.
JOOMLA/modules/mod_easyblogmostpopularpost/tmpl/default_item.php
The above fix will be added into next release of EasyBlog as well
I would ask a favour, the module to the right of the popular one is the latest post module, what do I need to do to get it to display like the popular post module by removing the line between each title.
Regarding the above, I've added below css code into your template css file 'JoomlaFolder/templates/rasa2/css/theme.brightas.css' and now the line no longer displayed
div#fd.eb.eb-mod.mod_easybloglatestblogs .mod-item+.mod-item {
border-top: 0px solid #ddd !important;
margin-top: 0px !important;
padding-bottom: 5px !important;
}
Please see
http://screencast.com/t/at38BadZBTT8
Hope this help and have a nice day!