I'm using nodebb-plugin-ns-custom-fields plugin. but it seems not working.I wasn't found the setting page in my acp panel. Does anyone know how to fix this problem or some alternative plugins to add custom fields in user's profile
[nodebb-plugin-user-invitations] Allow users to invite new users!
-
Huh. I really need to start searching for these plugins before doing this stuff.
Also, I don't know why this was added to core if it was available as a plugin. Weird.
-
Changes v0.3.2
Minor update, thanks to pitaj for some tips.
- The plugin now uses the core emailer, (nodemailer) and no longer requires a third-party email plugin.
- The plugin now uses the core
Invitation
template, which can be customised in the emails section of the ACP.
-
Yep yep. Definitely, better to get your forum updated. However, I'm sure I could backport it if necessary. Other than the template, I'm not really depending on anything in NodeBB.
-
-
v0.5.0
I re-published the npm module as
nodebb-plugin-user-invitations
, to update you'll need to uninstall the old version and reinstall with the new name. You won't lose any settings.- Added a rewards award
Give Invitations
- Added a rewards condition
Accepted Invitations
- Added a form on the users' invitation page where admins can manually set the user's max invitations and manually reward them additional invitations.
- Added a rewards award
-
@Michael-Pfaff Remove this line here will turn off limits:
https://github.com/NodeBB-Community/nodebb-plugin-user-invitations/blob/master/lib/invitations.js#L190I'll make a setting for it when I get some time to update this plugin.
-
@yariplus said in [nodebb-plugin-user-invitations] Allow users to invite new users!:
@Michael-Pfaff Remove this line here will turn off limits:
https://github.com/NodeBB-Community/nodebb-plugin-user-invitations/blob/master/lib/invitations.js#L190I'll make a setting for it when I get some time to update this plugin.
Fantastic! Thanks!