Hello,

Just wondering if there is a way to display only part of a movie node on the front page. As it stands, the entire node is displayed, which takes up quite a bit of browser space. Is there some way to have a teaser version displayed instead, that includes only the title and the plot, and maybe a "read more" link?

Brad

Comments

penwing’s picture

Just want to add my voice on this one. I want to use it to try and hide any spoilers away from the front page.

I'm currently trying to understand drupal so I can work out a fix, but it's hot and my brain hurts...

Alex

penwing’s picture

I have a very simple fix. there may be a more drupal way of doing it, but, changing mdb_theme.inc:80 to

    $output .= "    <span class=\"content2\">". $node->content['body']['#value'] ."</span>\n";

does the job for me.

Alex

ultimatedruid’s picture

Status: Active » Closed (fixed)