I'm sure you're aware of this issue, but currently in 7.x-4.x the code to set the variables on the admin/structure/invite-types/manage/invite_by_email page is commented out.
file: ./modules/invite_by_email/invite_by_email.module
line: 110.
I'll attach patch following this post.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite-settingvars-1865352-2.patch | 1.54 KB | j0rd |
Comments
Comment #1
j0rd commentedAttached patch.
Additionally, much like how invite 2.x worked, we'll need the ability to not allow the users to edit the entire subject / body that gets emailed out, but rather store these as tokens so that we can append them into our own email templates.
This is important, as the end user could remove all the invite related links and information.
Comment #2
gumanist commentedIt is possible to edit messages, at least in latest 4.x branch. Defaults are set in field's default property (for Subject and Body). Try it and feel free to ask, if any questions.