Forum Replies Created
-
Thanks Boone, I didn’t even realize there was an issue with the plugin. I did update it to correct for this problem.
While adding members to the group this way will physically add them to the group, the group meta data will also need to be adjusted. For example the number of members in the group will need to be updated. Be careful not to double add a user into a group.
You can also use the BuddyPress Auto Group Join Plugin
We have updated Auto Group Join plugin to version 2.0.2 to work with WordPress 3.0!
I have updated the BuddyPress Auto Group Join plugin to work with WordPress 3.0. I haven’t looked at r-a-y’s Welcome Pack, but I’m sure it does a wonderful job too!
We are actually waiting for WordPress 3.0 to come out and the subsequent Buddypress to arrive before updating this to be Single User compatible. If anyone would like to help port this over before hand, I’ll gladly help out where I can.
No it does not as the plugin add on menu resides in the Site Admin section. We are going to move it to the BuddyPress Control Section and get it working on singel users as well. It will be nice when the MU and normal wordpress merge.
It is currently tested on WPMU, but let me double check on the single user side.
Thanks for the help Jeff!
I was able to get it all sorted out! Yeah! Now when users register they will automatically be added to the selected groups!
I am currently using WPMU, so I am using a WPMU Hook. Is there an easy way to register actions using either WP or WPMU Hooks so there wouldn’t need a second version of the plugin for single user wordpress.
The hook I am currently using is wpmu_new_user and I believe the single user equivalent is user_register. Is there a global value available to do something like this…
if ( $wpmu ) {
add_action ('wpmu_new_user', 'auto_join_new_user');
} else {
add_action('user_register', 'auto_join_new_user');
}
I had read those pages before, and I was struggling with the out of date buddypress hooks. I wanted to confirm that the “do_action” call is the hook ‘enabler’ sort of speak. Would I be correct if I ventured the variable in the do_action function call would be the actual hook name that I could hook into?
For example:
do_action( ‘bp_core_something’)
The ‘bp_core_something’ is the hook I could add_action to?
Has anyone gotten Auto Join Groups to work with Buddypress 1.2 or 1.3?
Everything is working after deactivating and deleting a conflicting plugin. For somereason on this server it was causing an issue. We, at a later date will reinstall the plugin and see if we can determine the cause.
Fixed it….errr, should I say found out what was causing the problem. One of out plugins was causing the issue. I deactivated it, and now the notification issue is resolved. It also fixed my Browser Tab issue I was having.
I have the same issue, but it appears to only be on my admin level account. My test subscriber account does not have the same issue.