Postponed (maintainer needs more info)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2010 at 11:11 UTC
Updated:
28 Feb 2010 at 10:52 UTC
Comments
Comment #1
ppblaauw commentedWhen 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.