Quote:
Originally Posted by Saviour
Can multiple recipients be added to this...or just one at a time? If so...how do you separate the e-mail addresses?
Also...
I really don't think it's a good idea to let any member...or usergroup, for that matter, other than Admins...have the ability to change the text of the e-mail in any shape or form. This is just asking for trouble.
Even though this mod is not supported...I think you should disallow any change to the email text...unless it's usergroup controlled or done through the product's xml install file. Know what I mean?
Who's to say that a spammer, who get's registered on one's forum, or a disgruntled member, will use this feature to send out an e-mail from my forum with inappropriate context.
Although I have installed this mod...I have to limit its use to Staff members until you can address my concerns.
Nice mod, though...
|
An Easy little fix for this could be:
Edit template > invite_usercp
Find:
Code:
<textarea name="message" rows="10" cols="50" wrap="nowrap" style="width:$stylevar[messagewidth]">$invitemessage</textarea>
Replace With:
Code:
<textarea readonly="readonly" name="message" rows="10" cols="50" wrap="nowrap" style="width:$stylevar[messagewidth]">$invitemessage</textarea>
Just add a simple "readonly" to the form. Yes or no?
Regards