Active
Project:
Addnode
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2007 at 17:22 UTC
Updated:
10 Mar 2008 at 11:14 UTC
I just installed and used Addnode for the first time, and it worked, but the child node was put through with an Anonymous author, not the user I was logged in with. It probably should pass through the info from the main form.
Comments
Comment #1
o2se3tak commentedCan anyone suggest how this can be rectified?
Thanks!
Comment #2
mandclu commentedI think I managed to solve this one myself, by adding the following line to addnode_fix_subform:
The only thing is, I'd actually like to hide the publishing and options fieldsets altogether. I was able to accomplish that by changing the lines that remove the submit and preview buttons to be:
Unfortunately, doing this breaks the name field fix. Anyone know how I might be able to accomplish this?
Comment #3
mandclu commentedI almost forgot, you also need to add $user to the list of globals for addnode_fix_subform.
Comment #4
daxton commentedThanks for the tip on auto-filling the authoring info.
You should be able to hide the Authoring and Options fieldsets with some CSS:
Comment #5
dynv commentedI'm also having this issue. Being 30 weeks old, is there any plan to include it in a 5.x version ?
surge_martin
I wonder where to find addnode_fix_subform, the function containing the samples as well as the global list. It would be nice if there was a patch available for those fixes.