Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here with WP 3.0 and BP 1.2.4.1

    I have the same porblem.

    same issue here. . going to check out the author’s site

    ok. here’s the deal. if you are not running multisite then you should go to the plugin folder php-> bp-auto-group-join-init.php

    and change

    around line 22

    // Add AutoGroupJoin Admin Menu to WordPress Action
    	// Correction submitted by OnYx:
    	add_action('network_admin_menu', 'auto_group_join_admin_panel');

    to

    // Add AutoGroupJoin Admin Menu to WordPress Action
    	// Correction submitted by OnYx:
    	add_action('admin_menu', 'auto_group_join_admin_panel');

    and then also
    around line 55

    // Correction submitted by OnYx:
    	add_action('network_admin_menu', 'auto_group_join_check_installed');

    to

    // Correction submitted by OnYx:
    	add_action('admin_menu', 'auto_group_join_check_installed');

    then reupload this file to the appropriate place on your server and voila!

    The version 2.1.2 of the plugin will automatically detect if you have multi-site enabled and add the correct control panel link automatically. This should resolve the missing admin panels.

    Actually version 2.1.4 should be the right one. Seems SVN and I are having some strong disagreements today. I think I got it right finally.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Buddypress Auto Group Join] Where is Site Admin menu?’ is closed to new replies.