Closed (fixed)
Project:
Invite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Dec 2011 at 23:02 UTC
Updated:
4 Jan 2012 at 05:10 UTC
Jump to comment: Most recent file
Basically so that users may only specify a portion of the message that is then embedded in the template instead of editing the template. Seems like the tokens were already defined, but just not used.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1376674-invite-message.patch | 3.69 KB | boombatower |
| #2 | 1376674-invite-message.patch | 3.45 KB | boombatower |
| #1 | 1376674-invite-message.patch | 3.45 KB | boombatower |
Comments
Comment #1
boombatower commentedComment #2
boombatower commentedAdded line to change message description.
Comment #3
boombatower commentedComment #4
glekli commentedNice work, thanks. Committed.
Comment #5
glekli commentedI made some minor refinements, most notably I moved $invite->message into $invite->data['user_message'] so that it gets saved to the database.
Comment #6
boombatower commentedMakes sense.