Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to send a message to all user without select their user name

mdrajaskmdrajask New
edited January 2017 in Vanilla 2.0 - 2.8

I want to send a message (wish,greet,etc) to all my user with out select their user name. is it possible?

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    No, that is no standard feature, you would have to write a plugin for that. But imagine what that would look like: either you would have one conversation with every user involved (why not make a discussion then) or you would have as much different messages as you have users. Handling your mailbox would become near to impossible...

  • Options

    @R_J said:
    No, that is no standard feature, you would have to write a plugin for that. But imagine what that would look like: either you would have one conversation with every user involved (why not make a discussion then) or you would have as much different messages as you have users. Handling your mailbox would become near to impossible...

    because when I send a message to a user he/she also get a email notification, but when I make a discussion not happens this..

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    You might be interessted in this plugins:
    https://open.vanillaforums.com/addon/emaildiscussion-plugin
    https://open.vanillaforums.com/addon/emailsubscribe-plugin

    Not sure if they will work at all, but the least you have to do is to search for "public function ...(&$Sender) {" and replace it with "public function ...($Sender) {"

Sign In or Register to comment.