The default teaser template lacks teaser-text. In the following example you'll see the default template for a content type which has only one field called "bild-field". The template shows this field, but the teaser-text isn't there.

<div class="field field-type-image field-field-bild">
  <h3 class="field-label">Bild</h3>
  <div class="field-items">
      <div class="field-item"><?php print $node->field_bild[0]['view'] ?></div>
  </div>
</div>

Same issue with the Body template. The "field-bild" is there but not the body

rgds, hbauer

Comments

jrglasgow’s picture

Status: Active » Postponed (maintainer needs more info)

I have not seen this problem, Are you still having it?

szy’s picture

Question is: should be complete default template there?

When I saw this textarea ('Body Template' below '[x] Affect body output') first time, there was only my custom cck fields... And I suppose that 'bild' ('image' in German) is the hbauer's custom cck field too.

So, what should be in this field by default? :]

Szy.

(core 5.7, Contemplate today's head)

jrglasgow’s picture

How are you generating 'field-bild', is this created using an image module, or CCK? I will need to replicate the problem before I can fix it.