Ticket #2140: 2140.patch
| File 2140.patch, 856 bytes (added by , 14 years ago) |
|---|
-
includes/extend/buddypress/group.php
111 111 add_filter( 'post_type_link', array( $this, 'post_type_link' ), 10, 2 ); 112 112 113 113 // Allow group member to view private/hidden forums 114 add_filter( 'bbp_map_ topic_meta_caps',array( $this, 'map_topic_meta_caps' ), 10, 4 );115 add_filter( 'bbp_map_ reply_meta_caps',array( $this, 'map_topic_meta_caps' ), 10, 4 );114 add_filter( 'bbp_map_meta_caps', array( $this, 'map_topic_meta_caps' ), 10, 4 ); 115 add_filter( 'bbp_map_meta_caps', array( $this, 'map_topic_meta_caps' ), 10, 4 ); 116 116 117 117 // Map group forum activity items to groups 118 118 add_filter( 'bbp_before_record_activity_parse_args', array( $this, 'map_activity_to_group' ) );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)