I have a field block that I need to show up on the edit side of the node, however even with "show only on listed pages = node/*/edit" , it won't show up.

what am I doing wrong?

Comments

Anonymous’s picture

Could you describe the purpose of that block? I don't see the use of that functionallity, yet.

beckyjohnson’s picture

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

drecute’s picture

Issue tags: +views, +node_load

+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