Is it possible to invite more than one user at once?

General Discussion
  • Hi guys,

    i'm looking for a solution to invite about 200 people at once to our forum.

    I tried the built in invite-feature with a comma separated list of emails, but this does not really work. In this case nodebb is generating only one email with one invite-URL and one token for all recipients and all addresses are shown transparent in CC-field of the email.

    I tried also to install the nodebb-plugin-user-invitations, but the plug-in doesn`t work with nodebb 1.5.3 any more, at least in my setup...I remembered the bulk invitation feature of the plugin and would test it again, but unfortunately it does not work anymore. I tested the plugin a few ago with 1.5.0 (or less) and uninstalled it, because we did not really needed it and recognized some problems with the core invitation system after a while and 1 or 2 updates of nodebb. After uninstalling the plugin the invitations from the core function worked well again.

    Does anybody know if there is another way to invite more the one user at once?

    Thanks a lot for your help,
    Chris


Suggested Topics


  • 0 Votes
    2 Posts
    242 Views

    After learning that writing a custom script was currently the only way to sift, sort, and filter users by more than one field; and after deciding that I am not up for that right now, I dove back in to slog through my user list for pruning. To my pleasant surprise I found that when I sorted the list by POSTCOUNT it was also sorted by JOINED, automatically! Either a NodeBB angel updated the user list sort functions or I am just seeing life from a different perspective. Yay! Pruning done in no time.

  • 0 Votes
    1 Posts
    150 Views

    I have an existing forum, and I want to install the session-sharing plugin on it, and allow users to connect through my site.
    The problem - if I send a cookie with a user ID that already exists in the system before, the plugin does not connect it to its user, but creates a new user for it.
    I also want to allow veteran users to connect, is that possible?

  • 0 Votes
    6 Posts
    2k Views

    I'm don't know, i've only worked with 0.7 version. Are you sure there is such option in 0.6? If so, maybe this is template error

  • 0 Votes
    3 Posts
    2k Views

    Maybe full matches should outrank others too, if I type in the exact match it would be good if I had a way to always get that rather than going through a list of longer partial matches.

    In some cases we might end up with a huge number of matches, potentially.

  • 0 Votes
    4 Posts
    11k Views

    what is your node version?

    psychobunny@dev:~$ node -v v0.10.24