![]() |
Add More Options While Mass Mailing - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Add More Options While Mass Mailing (/thread-106167.html) |
Add More Options While Mass Mailing - Yaldaram - 2011-10-19 If you want to make additional "Personalize Messages" and to give more options while creating Mass Mailing, then this tutorial is for you. For more info: http://community.mybb.com/thread-105964.html (2011-10-15, 10:03 PM)Jason L. Wrote: I think it would be useful if we can have custom PM functions. By this I mean in PM's we can say something like this: Lets start on the editing. At the beginning of this tutorial, your Mass Mail page will be shown like this; Open ./admin/modules/user/mass_mail.php and find; Note: the above code will be shown in two instances, you've to edit both instances.And Change it into;
Now open ./inc/languages/english/admin/user_mass_mail.lang.php and find; and Add the following code just Beneath it;
At this point your Mass Mail Page will become like this; Now open ./inc/tasks/massmail.php and find;
and Change it into;
This'll personalize both your Mass Emails and Mass Private Messages. Now when you Create a New Mass Mail, it'll look something like this; And when you send a Private Message for example, it'll show to the end user like this; Thanks for reading. RE: Add More Options While Mass Mailing - Jason L. - 2011-10-19 I didnt really mean it like this...I meant when you send a PM and type multiple recipients. RE: Add More Options While Mass Mailing - crazy4cs - 2011-10-19 I guess he meant through normal PMs, like any user can use, but not like sending from ACP. |