• Hi.
    Thanks for the great plugin.
    I use it in a multisite installation.
    I noticed that, the plugin gets loaded in every webpage of my subblogs.
    I managed to avoid this by editing the file
    buddypress-edit-activity.php and adding at line 70 the following:

    
    if (! is_main_site() ){
    	return;
    }

    But, I not sure if it is the best solution for that.

    Let me know what you suggest.
    Bests Lena

  • The topic ‘Multisite: The plugins loads also in sub blogs’ is closed to new replies.