Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Ghost_ufa posted an update in the group Requests & Feedback: 13 years, 1 month ago

    sorry but a new wish – file bp-groups-classes.php class BP_Groups_Group, each member function like get_alphabetically:
    want hook to add SQL conditions. What the problem: I have group hierarhy plugin and want ability to show only top-level groups separatelly.

  • Ghost_ufa posted an update in the group Requests & Feedback: 13 years, 1 month ago

    and once more. bp-groups.php, function groups_get_groups() should have hook in switch(), in ‘default:’ case – to add new search criteria

  • Ghost_ufa posted an update in the group Requests & Feedback: 13 years, 1 month ago

    bp-core-avatars.php, function bp_core_check_avatar_type should use case-independent regexp patterns:

    if ( ( !empty( $file[‘file’][‘type’] ) && !preg_match(‘/(jpe?g|gif|png)$/i’, $file[‘file’][‘type’] ) ) || !preg_match( ‘/(jpe?g|gif|png)$/i’, $file[‘file’][‘name’] ) )

Skip to toolbar