“Popular of late” 1.1.1

Tags: , ,

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”.

Related Posts

14 Responses to ““Popular of late” 1.1.1”

Pages: [1] 2 » Show All

  1. 1
    Shawn Says:

    Can you make this show the content picture and the name instead of just a name.

    Thanks

  2. 2
    Hamed Says:

    Thanks a lot man
    Great mod

  3. 3
    lee Says:

    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?

  4. 4
    Physicist Says:

    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).

  5. 5
    Bob Says:

    anyone know of a tutorial anywhere on how to get no bullets or “plain-link” list on this module?

  6. 6
    Physicist Says:

    Bob:

    anyone know of a tutorial anywhere on how to get no bullets or “plain-link” list on this module?

    Through CSS, of course. As an example

    ul.mostread<insert your moduleclass suffix here (without brackets)> li {
        list-style-type: none
    }
  7. 7
    atlanticpedaler.com Says:

    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.

  8. 8
    nkog Says:

    should make it so you can add a thumbnail to the popular files. maybe like a mouseover.

  9. 9
    James Says:

    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.

  10. 10
    Physicist Says:

    James, thanks!

Pages: [1] 2 » Show All

You can follow any responses to this entry through the RSS 2.0 feed.

Leave a Reply