Closed (fixed)
Project:
CCK Blocks
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2009 at 17:36 UTC
Updated:
23 Dec 2009 at 14:44 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThis module only provides one block per field. You have to put the block for each field in the region, you want it to appear.
If you want to have multiple values to be displayed as a list, change the number of possible values for your cck field in its configuration. With the next dev-release, multiple values are displayed as a list.
Please explain your problem more detailed if that is no solution for you. Maybe some more information about your project could be helpful to understand your goal.
Comment #3
agence web coheractio commentedHi,
I have a similar question.
I've set a CCK field as 'unlimited' in a content type. In that case, is there a way to get the fields displayed as a html list (ul > li) in the block instead as a serie of divs.
Thanks
Laurent
Comment #4
Anonymous (not verified) commentedYes, that's possible, but you have to implement a .tpl-file for that field. Maybe that helps: http://drupal.org/node/269319#comment-1184661
We only display, what we get rendered from CCK.