How do embed media using jplayer? The module and path are set up fine. I want to embed using CCK and straight through the html. What's the tag for the html or CCK procedure to do this? Thank you.
I am trying to create a user created content site. I want the users to only be able to create content on one page of the page, most likely their profile page. Then I will use views to organize the content how I wish. The question is how to make it so users can only submit content to their profile page?
I'm trying to set up a view that sorts nodes based on a 'score' that is calculated in code (based on things like how long ago it was created, how popular it's been, etc). Basically a 'hotness' score. I've got it set up so that it updates the 'field_data_field_score' table in the database with the newly calculated score.