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

CommentFileSizeAuthor
#7 helpinject-452356.patch948 bytese2thex

Comments

robertdouglass’s picture

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.

VeeLin’s picture

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

robertdouglass’s picture

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 =)

VeeLin’s picture

Yes - I want one for the entire group. Otherwise the module works great!

e2thex’s picture

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?

robertdouglass’s picture

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.

e2thex’s picture

Assigned: Unassigned » e2thex
Status: Active » Needs review
StatusFileSize
new948 bytes

I have attached a patch for this. If anyone with this issue want to test it please do.