i made second block, i use my own type contetnt, so when i add pager fielв to my content in the first block disappeared slide-text field((( i try to delete pager field from my content, slide-text appeared...how can i make two blocks works?

p.s. sorry for my english, i'm from Russia...

Comments

ppblaauw’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

When you add the same pager_field to a second content type, CCK will make a separate table for the field.
Consequence of this is that the fieldnames generated by CCK will change.

You can uncomment the drupal set message lines in the preprocess function for the ddblock slideshows to see what field_names CCK has generated.

You need to adjust the fieldnames in the preprocess functions according to the new generated field names.

Hope this helps you further, please let me know.