PDA

View Full Version : CCK and teaser_vb


hjmaier
01-27-2007, 04:55 AM
Hi,

i would like to have a teaser in the comment thread. For this, the field teaser_vb need to be filled somehow in CCK. How do i manage this? Any hints?

Best regards
hj

elmuerte
01-27-2007, 08:18 AM
$node->teaser_vb is automatically created from the $node->teaser variable when the thread is created, you will need to fill the $node->teaser with the teaser data.

However the dynamic node modules like CCK and flexinode don't fill in the teaser during node construction and therefor no teaser exists for the node.

hjmaier
01-27-2007, 08:36 AM
Thank you.

Since i am not very familiar with the code, can you give me a little hint where to modify the code?

Best regards
hj