This plugin adds a new function called Add User to the administration. There the keymaster is able to add new users to the forum and notify them by email.
bbPress Plugin Browser »
Admin add user (1.3)
Download
Version: 1.3
Last Updated: 2008-4-10
Requires bbPress Version: 0.90 or higher
Compatible up to: 0.90
Average Rating





Your Rating
Author: Thomas Klaiber
-
Effective and easy to use.
Fills an important need for small office intranets.Posted: 3 years ago # -
I have found that this enters your username and takes the other stuff, but doesn't seem to add it to the database? Any ideas? It doesn't place the email address in the database, just the username and password!
Posted: 3 years ago # -
I ran across the same bug, I'll fix it in the next upcoming Version as soon as I can!
Posted: 3 years ago # -
It only worked for keymasters for me, so in the function admin_add_user_adminnav I changed 'use_keys' to 'moderate', and now it works for admins (and probably moderators too).
Posted: 2 years ago # -
This is an excellent plugin! Thanks for your work in developing it.
I'd like to see what mathboy did, exactly, as it sounds like he has taken the plugin a little more in the direction of what I've been looking for.
I've been playing with bbPress for the past two versions, tweaking things and evaluating it against a few other similar products, and since we're using WordPress, it's only logical to complement it with bbPress. It seems something like this plugin, which I was going to add to the wishlist to be added to the core, should be there, anyway.
Posted: 2 years ago # -
It would be excellent if it also sent email notification to the new user.
Posted: 2 years ago # -
nice simple
Posted: 2 years ago # -
@schmitt: Nice idea! Will be added in next release :)
Posted: 2 years ago # -
doesn't work with 0.9. see my post in the main sticky on the forum front page.
Posted: 1 year ago # -
I know, will be fixed within the next days, thanks.
Posted: 1 year ago # -
i uploaded and activated it. but in the add user page, i see that:
Warning: admin_add_user_adminpage(BB_PATHBB_INCregistration-functions.php) [function.admin-add-user-adminpage]: failed to open stream: No such file or directory in /home/gsua/public_html/forum/my-plugins/admin-add-user.php on line 15
Fatal error: admin_add_user_adminpage() [function.require]: Failed opening required 'BB_PATHBB_INCregistration-functions.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/gsua/public_html/forum/my-plugins/admin-add-user.php on line 15
Posted: 1 year ago # -
Easily fixed.
Change registration-functions.php to functions.bb-registration.php for 1.0-x and it works.
Posted: 1 year ago # -
this bug has been fixed, thank you all
Posted: 1 year ago # -
Broken under 1.0.1 - They eliminated the file functions.bb-registration.php
Any suggestions?Posted: 8 months ago # -
To fix the plugin in version 1.0.1, open the
admin-add-user.phpfile in a text editor and change theregistration-functions.phpfile tofunctions.bb-users.php.Posted: 7 months ago # -
It works, thank you.
Posted: 7 months ago # -
- bbpress 1.0.2
- first broken
- then changed the registration-functions.php file to functions.bb-users.php
- if I add a user it resets the keymaster's password with the password of the new user and there is now new userHelp appreciated!
Posted: 3 weeks ago # -
This plugin would be soooooo helpful.
Is there anybody around to help?Posted: 2 weeks ago # -
Just replace the following line:
require_once( BB_PATH . BB_INC . 'registration-functions.php');with this one:
require_once( BB_PATH . BB_INC . 'functions.bb-users.php');Have a good day!
Posted: 2 weeks ago #
Add a Comment
You must log in to post.