I'm using Drupal 7 to design a site for a friend.
Now he want to be able to stream the soundcloud player directly from his site, no problem, just need another field for this where he can paste the embeded code from Soundcloud (easy to have). But when I want to add that field, I don't have any "embed" compatible field, I tried it with text field, but just as I thought it's filtered :) so in the view I only have the plain url not the player.
I am looking for solutions on how to have a similar voting system to the one used by Threadless.com and Chirply.com. They are both using a very similar system that shows a 0-5 rating scale, as well as the statistics Comments, Votes, Submission Time, and Ending in. I have been exploring the module Rate a bit, but I have yet to figure out how to change from a star system to a 0-5 system, which I like a lot. Also, I really like the chirply voting system because it automatically shows the next image after you have voted.
This is my first post here, apologies in advance for any breach in etiquette.
I'm pretty new to Module development, so I'm not sure if I'm going about this the right way,
But I'm working on a module to pull external data from webservices, and put the values into fields on any content type. Setting aside the fact that there are existing projects with a similar description; it's just raising for me some interesting problems, and I'm learning a lot in the process.