Bug in Modules (Revised)

0
When I enable the ANY module with artists in them, the artist show as having zero songs when in-fact the artist have songs that show-up after you click on their name (however, the songs are part of compilation albums though, if that makes a difference - my site is all about compilation albums).

Is there something I can change to get the correct this all the modules?
Responses (3)
  • Accepted Answer

    Thursday, March 18 2010, 05:02 PM - #Permalink
    0
    you are right

    modules/mod_muscol_featured_albums/helper.php line 43 please replace

    al.artist_id

    for

    s.artist_id

    same for modules/mod_muscol_recently_added_artists/helper.php line 39
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 18 2010, 07:35 PM - #Permalink
    0
    Thanks!
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Friday, March 19 2010, 02:12 AM - #Permalink
    0
    I was wondering the same thing, Tried out your code change and it worked great! Thanks!
    The reply is currently minimized Show
Your Reply