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 *****/*****
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
0you 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
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »