0
Hi,
I would like recently added songs displayed the same way that album (cover+title...).
How to do this please?
It's very important for our website Home page (not MC home page).
I would like recently added songs displayed the same way that album (cover+title...).
How to do this please?
It's very important for our website Home page (not MC home page).
Responses (2)
-
Accepted Answer
0hello,
finally found this topic.
to achieve what you want you need to make some code changes, both PHP and mySQL.
open /modules/mod_muscol_recently_added_songs/helper.php
on line 33, on the MySQL statement, you need to get the al.image field.
then, on the /tmpl/default.php, you'll need to print the image.
if you look at the code, the best place to do it is around rows 30 - 33
this is the code for the thumbnail:
MusColHelper::createThumbnail($song->image, $song->name, 40) ;
(with an "echo" in front)
I'm asuming you have base knowledge of PHP and MySQL... otherwise don't try this at home!!!!
Germi
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 »