Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #6360, comment 7


Ignore:
Timestamp:
06/03/2015 04:11:47 AM (11 years ago)
Author:
CodeMonkeyBanana
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6360, comment 7

    v2 v3  
    11I have this same issue.  There is no way to activate pending users from admin if BP_ENABLE_MULTIBLOG is enabled.  It just gives the general permission error.
     2
     3If BP_ENABLE_MULTIBLOG is false then in bp-members-admin.php on line 1863 this function will execute:
     4
     5
     6{{{
     7public function signups_admin_manage( $action = '' )
     8}}}
     9
     10However, if If BP_ENABLE_MULTIBLOG is true then this function is not hit.