Project:CCK Blocks
Version:6.x-1.1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I would really apreciate if anyone can help me with this issue.

I just want to make a list of the content of a CCK block.

I added a few cck fields to the book page content, and I want to show this fields in a block, but I want them to appear as a list.

Is it possible?

Thank you in advance.

Comments

#1

Status:active» fixed

This 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.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#3

Status:closed (fixed)» active

Hi,

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

#4

Status:active» closed (fixed)

Yes, 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.