Little problem with artist and album view

comte
comte
Offline
0
Bonjour


I have some problem, If somebody can help me, you are wellcome.

I album view :
I have under the two icon (group and album) at the top left of the page the star even if I say that I don't want hit int he configuration.
Do you know how I can get them away.

I have the icon of play list in the list of song even if I say that I don't want hit int he configuration.
Do you know how I can get them away.

In the artist view :
I have a full descrition of the album
Do you know if I can keep the detail view but only choose some element of the detail. For example I don't want to have Price, catalogue...


Do you know if we can have a gallery inside the descritpion. I try to use simple image gallery but it does not work in the description.

Thanks a lot
Responses (1)
  • Accepted Answer

    Friday, November 27 2009, 06:29 PM - #Permalink
    0
    to remove stars (rating) from album view, you should do it manually...
    file /components/com_muscol/views/album/tmpl/default.php

    fins this code:

    MusColHelper::show_stars($this->album->points,true)

    you should comment it.

    about the playlist icon... it should not appear if it is set to NO on the PLUGIN... :S

    for the artist view: again, you'll have to remove these manually..

    the file is /components/com_muscol/views/artist/tmpl/detailed_album.php

    you'll find the labels easily.

    simple image does not work because CONTENT PLUGIN are not rendered inside album or artist reviews... you'll need some custom extra coding to allow this.

    Germi
    The reply is currently minimized Show
Your Reply