How to take out the Admin Rating (stars)

Lewis Ball
Lewis Ball
Offline
0
Hi Germi,

Great component, is there a way to take out the admin rating? I only want visitors to see the user rating (*****) and not *****/*****
Responses (1)
  • Accepted Answer

    Thursday, October 29 2009, 06:13 PM - #Permalink
    0
    you can do it manually on the layout, is quite easy. but you'll have to do it on ac ouple of files :), all those where the rating appears

    for example, to take it out of the album view, open

    /components/com_muscol/views/album/tmpl/default.php

    on line 49 (approx) you'll find this piece of code:

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


    just comment it

    you'll have to do it also on the file

    /components/com_muscol/views/artist/tmpl/detailed_album.php

    line 67 approx. in this case the code to be commented is


    echo MusColHelper::show_stars($this->detail_album->points,true);


    start with this. you'll need to do it also on the SEARCH album view:

    /components/com_muscol/views/search/tmpl/detailed_album.php
    The reply is currently minimized Show
Your Reply