Small problem with general statistics module

Mark
Mark
Offline
0
Whenever I select 'Show top downloaded songs' on statistics module the generated link is wrong, it misses out the 'song' syntax. For example, the link is "index.php?option=com_muscol&view=&id=888" but it should be "index.php?option=com_muscol&view=song&id=888"

How do I fix this?
Responses (2)
  • Accepted Answer

    Friday, December 03 2010, 05:24 PM - #Permalink
    0
    wow! :S sorry for that.

    well you can add it yourself /modules/mod_muscol_statistics/tmpl/default.php (or table.php) line 18, where it says

    case 3: case 4:
    $type = "song" ;
    break;

    it should say:

    case 3: case 4: case 6:
    $type = "song" ;
    break;
    The reply is currently minimized Show
  • Accepted Answer

    Mark
    Mark
    Offline
    Friday, December 03 2010, 09:34 PM - #Permalink
    0
    All better now, thanks ;)
    The reply is currently minimized Show
Your Reply