Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

  • twodeuces
    Participant

    @twodeuces

    Thanks Boone, I didn’t even realize there was an issue with the plugin. I did update it to correct for this problem.


    twodeuces
    Participant

    @twodeuces

    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.


    twodeuces
    Participant

    @twodeuces

    You can also use the BuddyPress Auto Group Join Plugin


    twodeuces
    Participant

    @twodeuces

    We have updated Auto Group Join plugin to version 2.0.2 to work with WordPress 3.0!


    twodeuces
    Participant

    @twodeuces

    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!


    twodeuces
    Participant

    @twodeuces

    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.


    twodeuces
    Participant

    @twodeuces

    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.


    twodeuces
    Participant

    @twodeuces

    It is currently tested on WPMU, but let me double check on the single user side.


    twodeuces
    Participant

    @twodeuces

    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');

    }


    twodeuces
    Participant

    @twodeuces

    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?


    twodeuces
    Participant

    @twodeuces

    Has anyone gotten Auto Join Groups to work with Buddypress 1.2 or 1.3?


    twodeuces
    Participant

    @twodeuces

    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.


    twodeuces
    Participant

    @twodeuces

    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.


    twodeuces
    Participant

    @twodeuces

    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.

Viewing 14 replies - 1 through 14 (of 14 total)
Skip to toolbar