http://bebong.uni.cc/

feel free to post your comment

Thing to do:

1. Make a BLOCK that shows of All Artist (i h0pe anyone could guide me how to make this)
2. Make a BLOCK that shows of All Album Random (i h0pe anyone could guide me how to make this)
3. please suggest

Comments

steve-psngs’s picture

You may find some useful php block snippets here : http://drupal.org/node/21867

Your site is well structured but I feel some images of the artists would be a good idea.

shames’s picture

i've already read that but i'm not that good enough in programming..

i only want to put this in my block
http://bebong.uni.cc/audio/by/artist << this one listing all the artist

http://bebong.uni.cc/playlist <<< listing all my playlist

http://bebong.uni.cc/audio/by/album << and this listing all the albums

mike.hobo’s picture

So, since you have the Audio Module, you must have views right? Views makes all of those blocks possible.

I don't know how much I can explain about it, you pretty much define what is shown like the "Node: Title" or even by the ID3 tags, like the artists or album.

shames’s picture

yes i have installed the views module with view bonus. I've been toying it for almost 2 days i hope i can make those blocks..

shames’s picture

update i got the random album block. but not using the views or any module included in my site but i use a custom php script.