Closed (fixed)
Project:
Node and Comments Form Settings
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2010 at 00:33 UTC
Updated:
20 Apr 2018 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lelizondo commentedThis was solved in 6.x-2.x please reopen if necessary
Comment #3
john.money commentedInstalling 2.x-dev (2011-Apr-13) I get 3 undefined index errors.
1. attempt to use nodeformsettings_purge after $values['var'] has already been unset
2. very aggressive preprocess_page function on pages that are not nodes (I'd vote to kill that function entirely)
3. attempt to modify body rows when body is hidden with Submission form settings
Attached patch fixes these.
Comment #4
lelizondo commentedIs this for 6.x-2.x?
About 2, do you know a better way to do it? I don't see that you remove the function in your patch.
Comment #5
john.money commentedYes, 6.x-2.x.
re: \preprocess_page... hiding the node title seems such an edge case to me and unrelated to the node edit form like the other functionality, but its one small bit of code in an otherwise good module. I can live with it either way... :)
Comment #6
lelizondo commentedI actually use it a lot, it is specially useful when using Panel Nodes and I found out that many users are actually using it, although I get that the functionality might indicate that it has nothing to do with the Node Form, since it's acting on Node View.
Comment #8
kssundar commentedPorted to 6.x-3.x