[nodebb-plugin-user-invitations] Allow users to invite new users!
-
Probably be a good idea to fire off a msg if the person hasnt been invited, if you register and you arent in the list, it will just stick there at the register page with a dimmed register button, notice would be good saying you must be invited or something along those lines
-
@chrismccoy Thanks!
I checked it and an alert does pop up for me. What version of nodebb are you using?
-
Looks like this for me.
-
using 0.7.1 dev
-
@chrismccoy hmm, what theme are you on?
I tested v0.7.1-dev with persona and lavender and they worked for me.
-
ya works now thanks, also curious can you invite multiple users at once? got about 50 users i need to invite from a wordpress install
-
@chrismccoy BAM!
CSV now accepted in the E-mail field.
-
that was quick thanks.
-
Would be awesome if this plugin will ha e the option to give users certain amount of invitations. Just like gmail or other apps have done in its early days. So, that way througth user profile you could see the amount of invitations you have and invite friends to the forum.
The admind could be the one capable of creating new invitations for the users.
Just an idea. Great work with this yariplus.
-
@jarey said:
Would be awesome if this plugin will ha e the option to give users certain amount of invitations. Just like gmail or other apps have done in its early days. So, that way througth user profile you could see the amount of invitations you have and invite friends to the forum.
The admind could be the one capable of creating new invitations for the users.
Just an idea. Great work with this yariplus.
Wow, thanks! That's a great idea. I actually stopped pushing updates to this once they started adding invitations to core NodeBB. A feature like that would really separate the plugin from core functionality. Definitely something I'll be looking into.
-
Changes v0.2.0
- Removed invite groups. (They never worked properly)
- Added checkbox to switch registration to invite-only, set to invite-only by default.
- Changed acp to settings v3
- Will import old invite list automagically, doesn't delete them if an error occurs.
- Improved a bunch of things to prepare for adding "User Invite" powers.
- Began renaming to "User Invitations"
- New bugs added
-
Changes v0.3
- User Invitations!
- Users can now send invitations to new users using the invitations page on their profile.
- Adjustable number of allowed invites.
- Automatic timeout for resending an invite.
- Accepted invites are saved for future features (rewards).
- Added a new setting to add invited users to a group automagically.
- Registration is no longer set to restrict by default.
- ACP saves all settings automagically.
- Moved repo to
NodeBB 3rd Party
and detached it from the newuser-approval fork.
- User Invitations!
-
@yariplus said:
Changes v0.3
- User Invitations!
- Users can now send invitations to new users using the invitations page on their profile.
- Adjustable number of allowed invites.
- Automatic timeout for resending an invite.
- Accepted invites are saved for future features (rewards).
- Added a new setting to add invited users to a group automagically.
- Registration is no longer set to restrict by default.
- ACP saves all settings automagically.
- Moved repo to
NodeBB 3rd Party
and detached it from the newuser-approval fork.
Amazing
- User Invitations!
-
Excellent work.