Changes between Version 2 and Version 3 of Ticket #6360, comment 7
- Timestamp:
- 06/03/2015 04:11:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6360, comment 7
v2 v3 1 1 I 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 3 If BP_ENABLE_MULTIBLOG is false then in bp-members-admin.php on line 1863 this function will execute: 4 5 6 {{{ 7 public function signups_admin_manage( $action = '' ) 8 }}} 9 10 However, if If BP_ENABLE_MULTIBLOG is true then this function is not hit.