0
In the parametres of component i choose to hide always the length on album details but the length still appears...
Responses (5)
-
Accepted Answer
0hello!
no.. the parameter you set is not for that, is for the lenght of the ALBUM, not the songs.
if you want to delete this, you need to modify a bit one PHP file
the file is /components/com_muscol/views/album/tmpl/default.php
on line 11 you find this:
echo MusColHelper::time_to_string($song->length);
basically you just need to erase this.
be careful!! don't mess up with code you dont understand!
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 »