“Popular of late” 1.1.1
Tags: joomla, module, popular of late
Today Roman Beranek has offered small improvement of the module, allowing to show tooltips with a number of hits the article has. I have slightly completed his idea and I call your attention to version 1.1.1 of the “Popular of late”.
July 25th, 2007 at 11:49 pm
Can you make this show the content picture and the name instead of just a name.
Thanks
August 1st, 2007 at 10:04 am
Thanks a lot man
Great mod
August 3rd, 2007 at 10:41 am
hi,
I have installed this module but with the default of 61 days nothing shows. If I up the figure to 999 it shows some results.
Any idea why its not working at 61?
August 9th, 2007 at 11:05 am
2lee:
Seems, all of your content is more than 61 days old. The main idea of this module is to not publish content older then some threshold (61 days by default).
September 9th, 2007 at 3:32 pm
anyone know of a tutorial anywhere on how to get no bullets or “plain-link” list on this module?
September 9th, 2007 at 11:27 pm
Bob:
Through CSS, of course. As an example
ul.mostread<insert your moduleclass suffix here (without brackets)> li { list-style-type: none }September 28th, 2007 at 6:00 am
Thanks so much for this module. It is incredible. Does anyone know of a simple way to put the date of the article in brackets? Thanks.
December 3rd, 2007 at 8:20 pm
should make it so you can add a thumbnail to the popular files. maybe like a mouseover.
December 5th, 2007 at 7:03 pm
Hi:
I thought I would let you know I experienced an old "bug" related to Joomla itemid when the item is a content item linked to a menu as a content item. That is, while the menu link would be correct, the link in popular of late would open on the homepage (itemid=1).
I do not know if this was the best solution, but it fixed the problem. There were 2 instances of:
$Itemid = $mainframe->getItemid( $row->id, 0, 0, $bs, $bc, $gbs );
which, when changed to:
$Itemid = $mainframe->getItemid( $row->id, 0, 1, $bs, $bc, $gbs );
allowed the proper rendering to allow the links to open on the menu linked page rather than on the homepage.
If you have a better solution, please let me know. This is a great module. Thanks.
December 6th, 2007 at 9:18 am
James, thanks!