Posted by VeeLin on May 3, 2009 at 5:53pm
3 followers
| Project: | Advanced Help Injection and Export |
| Version: | 6.x-1.0-alpha4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | e2thex |
| Status: | needs review |
Issue Summary
Hello,
Is there any way to add another link location? In particular I have a custom content type and I want to add a help link for a group (cck standard group).
Thanks,
V
Comments
#1
I 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.
#2
I 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
#3
Is 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 =)
#4
Yes - I want one for the entire group. Otherwise the module works great!
#5
So 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?
#6
No 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.
#7
I have attached a patch for this. If anyone with this issue want to test it please do.