Viewing 15 replies - 1 through 15 (of 15 total)
  • It does the same thing to me. I really need this plugin to work.

    Having this problem also – any updates or alternate methods to allow auto group joining?

    Thread Starter geoffreysf

    (@geoffreysf)

    I haven’t found any yet.

    I was able to resolve this issue by replacing the contents of the groups_are_active() method in bp-auto-group-join-init.php with:

    return bp_is_active( 'groups' )? true : false;

    @pcairns

    thx.

    function groups_are_active() {
    	return bp_is_active( 'groups' )? true : false;
    }

    does make it work.

    Plugin Author twodeuces

    (@twodeuces)

    I have updated the plugin to version 2.2.0 to adjust the active group logic. Should be pushed to you shortly.

    thecorkboard

    (@thecorkboard)

    WP MS 3.3.1
    Latest BP

    Still doesn’t work. Same message about groups not enabled.

    whyameye

    (@whyameye)

    Confirming that the latest 2.2.1 doesn’t work with WP 3.3.1 and BP 1.5.2 and stjack/pcairn’s patch still fixes it.

    Chito

    (@chitaranjanthoudam)

    Still does not work in the latest version, anyone any thought.

    @pcairns and @stjack

    Any help?

    Not working for me with WP 3.3.1 BP 1.5.4.

    More specifically, I installed the plugin on my multisite instance, tried activating both network-wide and on the core blog, but no option was available in the BP component settings, and I received this warning when choosing BuddyPress > Auto Group Join (which *does* appear in the admin menu):

    BuddyPress Groups are currently Disabled. Please enable groups in the BuddyPress – Component Setup Menu.

    Hi

    I am running WP 3.3.1 MS and BP 1.55 and I get the’BuddyPress Groups are currently Disabled. Please enable groups in the BuddyPress – Component Setup Menu.’ message.

    Is there a working hack for this?

    I had that same problem. Forum threads indicate this plugin is no longer working for 1.5.

    Thanks for info. Is there an alternative plugin that does something similar?

    I am using BP Group Management, version 0.5.2, together with BP 1.5.4 and WP 3.3.1

    I, too, am using Group Management with BP 1.5.4 and WP 3.3.1. Still no-go with auto-group join.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Buddypress Auto Group Join] Doesn't work with 1.5?’ is closed to new replies.