Different theme only for D7 blog

I'd like to have 1 theme for the rest of my site but a different theme for my blog.

How can I achieve this with Drupal 7 ?

Thanks

How do I embed jplayer media?

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.

Using EntityFieldQuery to get image path.

I'm trying to get the path of an image uploaded by a selected user.... So far I have...

How to control where users can create content?

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?

Altering links with hook_node_view_alter?

I can't seem to find any information in regards to how to use hook_node_view_alter as a replacement from using hook_link_alter in D6.

For example if I wanted to change the title of the read more link in a teaser view I tried the following...

function newslinks_node_view_alter(&$build) {
$build['links']['node']['node-readmore']['#title'] =t('blah!');
}

I did both a Drupal search and another using Google and there is not much information.

Please help... :(

Reloading a node after database update

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.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x