0
Hi Germi. Early on in the project I think I disabled the add to playlist button (can't remember how frankly). Can you point me to where I can check to see if the "add button" code was stripped/commented out and how to put it back. I have created playlists and have a menu item pointed too the playlists page and that shows fine. There is just no way to add a song to one.
List view tweek
Also, how could I add a small thumbnail image (artist image) to the Artist list view to replace the # on the left?
Many, Many, Many Thanks
List view tweek
Also, how could I add a small thumbnail image (artist image) to the Artist list view to replace the # on the left?
Many, Many, Many Thanks
Responses (2)
-
Accepted Answer
-
Accepted Answer
0hello!
1) "add to playlist" button is enabled on the PLUGIN parameters (jwplayer plugin)
2) thumbnail artist -> hmm.. are you a coder...? if you are:
the class MusColHelper has a function to retrieve an artist's thumbnail. like so:
function createThumbnailArtist($file, $alt, $width, $image_attr = array(), $params = array())
so you can call MusColHelper::createThumbnailArtist passing the right values..! you can leave the two last params empty.
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 »