Teaser text on Home Page?

For some reason when I post a story or a blog entry, no teaser text comes up on the home page?
What am I doing wrong?

http://www.rjabbate.com/socabjj

Install CCK on Drupal 7

Hi,
I have installed Drupal 7 and it is working fine.
I dont want to use the new content type core because it is creating to tables per field which is problematic if you want to create 150 fields and more.

The CCK creates only one table per content type which is a lot better.

But, the installation of the CCK that i have downloaded from here
http://drupal.org/node/48429/release?api_version[]=103
was failed.

Best way to get comment body with D7

I am porting my modules to D7 and came up with the question "What's the recommended way to get comment body?"

When the comment is passed as a object $comment (e.g. hook_comment_presave(), hook_comment_save()), the body seems to be in $comment->comment_body[LANGUAGE_NONE][0]['value'];

Instead of accessing it with render($comment->comment_body[LANGUAGE_NONE][0]['value']), is there any better way to obtain the comment body?

Also, what is the second index [0] is used for?

Thanks,

Create registration system

I am creating a registration system similar to this one: http://vih.dk/langekurser/98/tilmelding/

That is, a lot of people can sign up for a course. I want the registrations available in views to create different lists and blocks.

Should I create a new content type or should I create the form and the form handler by hand?

How to show block by taxonomy term in DP7

I need a block where taxonomy terms are shown like a menu.
Something similar to http://thanhsiang.org/faqing/node/44 ( function taxonomy_node_get_terms is not available in DP7 ).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x