0
Top Rated album showing Artist Name and Album name instead of just the album name. It's there a way to do this hack?
Responses (4)
  • Accepted Answer

    Sunday, November 15 2009, 10:36 PM - #Permalink
    0
    Noone caan help me?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 16 2009, 04:39 PM - #Permalink
    0
    hi Luca!

    sorry, I missed this post.
    open the file

    modules/mod_muscol_top_rated/tmpl/default.php

    and place this PHP code:

    echo $album->artist_name;

    where you want (after line 28 its a good idea)

    remember to put the code inside PHP tags!

    best,
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 16 2009, 07:48 PM - #Permalink
    0
    Do you think it's gonna work in this way? I just want the name of the autor before the name of the album..nothing else! Thanks [file name=default.txt size=1537]http://www.joomlamusicsolutions.com/images/fbfiles/files/default.txt[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 16 2009, 10:30 PM - #Permalink
    0
    no...

    I said

    echo $album->artist_name;

    and NOT $artist->name
    The reply is currently minimized Show
Your Reply