Active
Project:
CCK Blocks
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Dec 2010 at 21:51 UTC
Updated:
6 Jul 2011 at 14:58 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedCould you describe the purpose of that block? I don't see the use of that functionallity, yet.
Comment #2
beckyjohnson commentedSure. It's a little silly. At my site we are using work flow and work flow fields to control who edits what fields. I made fields that are un-ediable by the current user hidden because when the fields are hidden, they show up outside their filedsets and it's confusing for the user. However, staff asked for one field to be viewable for them to reference and it's a field they should not be able to edit. So I was going to use this module to show the field content for them on each node.
Becky
Comment #3
drecute commented+1 to this.
Obviously, blocks created with this module only show up in node view pages. I have a views page and I want to display a cck block created with cck_blocks just below the views page. I have tried all possible combinations but nothing works.
In cck_blocks module, the line
$display_nodecontent = !arg(2) || (arg(2) == 'revisions' && is_numeric(arg(3)));seems to be the one controlling where exactly to display the block. To show that there's something wrong somewhere I loaded the node just before the views page is rendered. In the rendered views code, the node object is also loaded.Will appreciate some help.
Thanks