Closed (fixed)
Project:
Editable Fields
Version:
5.x-3.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 18:55 UTC
Updated:
17 Nov 2011 at 11:04 UTC
My situation is as follows:
I guess that a simple patch to achieve what i want would be to replace drupal_set_message("enable CCK if you wish to edit fields"); on line 262 by a call to a theme function that returns the value of the field. I have no idea of how i could do that though.
Any tip ?
Thanks for the great module.
Comments
Comment #1
markfoodyburton commentedI think the latest version fixes this - or 1/2 fixes it, let me know if it works for you....
Comment #2
hanno commentedI had the same problem, it seems to work for me now. thnx!
Comment #3
ricflomag commentedI don't get the error message anymore, but the value is not printed either. Looking at the code, the reason is obvious: on line 242, the
if (node_access("update",$node)) {condition now leads to no action at all (lines 274-276) when the user does not have update access to the node.I tried to copy and paste the code that should display the value (lines 261-272) to the "else" section of the condition, but
$info['form_parents']is empty, so nothing is displayed.I'm not familiar with cck code nor with views, i'm a bit stuck...
Comment #4
johnvCleaning up issue queue: D5.x no longer supported, and issue works in D7