Closed (outdated)
Project:
Form Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Dec 2010 at 01:06 UTC
Updated:
28 Apr 2017 at 20:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
__mark commentedThanks a million, this functionality makes this module a whole lot more usable for me. However, this is what was returned by applying to the latest dev release:
Comment #2
nicksanta commentedOh right, silly me. That patch was against the latest stable release. I'll try rolling it again.
Comment #3
__mark commentedAwesome, thanks. I tried manually applying the patch before you posted this, but got an error.
Patch doesn't work for me.
formblock_current_form()is returningtypeinstead oftype_node_formin the form_alter. I'll post what else I find...Comment #4
__mark commentedI've only tried this for one node form so far, but this is a fix that added the #formblock attribute to my form:
line 31 was:
line 31 after:
Comment #5
nicksanta commentedTry this one. I didn't realise the block delta was just the node type rather than the full form_id.
Against latest dev snapshot.
Comment #6
greg boggsI needed a way to attach created nodes to the node they were created from in D7... this code can be modified with your content type names and field name to do it.
Comment #7
mikey_p commentedI haven't seen any interest on this issue in awhile and it's filed against 6.x which is currently unsupported, so I'm closing this for now.