Needs review
Project:
Advanced Help Injection and Export
Version:
6.x-1.0-alpha4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
3 May 2009 at 17:53 UTC
Updated:
24 Apr 2010 at 23:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedI definitely want to add more injection points, and add finer grained control over where/when.
Can you clarify better where you're looking for an injection point? On the node form? On the node display? Thanks.
Comment #2
VeeLin commentedI thought I replied to this . . . must have not saved. Anyhow - I would love to be able to inject help on the node form for a cck group - so after creating the custom content type, when the user creates new content for the custom content type I want to add help to that form.
so I the short answer is - on the node form.
Thanks,
V
Comment #3
robertdouglass commentedIs this not working? I just added a field group, then added a field, and was able to add a "?" to the field. You want one for the entire group (like you can do with fieldsets)? I'm just trying to make sure I understand the request =)
Comment #4
VeeLin commentedYes - I want one for the entire group. Otherwise the module works great!
Comment #5
e2thex commentedSo the issue here is the modules weight.
field group is weighted at 9 and help inject is at 0. so it is altering the from before the field groups exists.
Is there any other consequence to change helpeinjects weight?
Comment #6
robertdouglass commentedNo consequence that I'm aware of. Give it a test, and if it works out, let's try an install/update function that takes this baby to 11 or something.
Comment #7
e2thex commentedI have attached a patch for this. If anyone with this issue want to test it please do.