[buddypress-trac] [BuddyPress] #3460: Support custom post types in activity stream

buddypress-trac noreply at wordpress.org
Wed Jun 5 03:38:42 UTC 2013


#3460: Support custom post types in activity stream
--------------------------+---------------------------
 Reporter:  boonebgorges  |       Owner:  boonebgorges
     Type:  enhancement   |      Status:  new
 Priority:  low           |   Milestone:  1.8
Component:  Activity      |     Version:  1.2.8
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+---------------------------

Comment (by trishasalas):

 var_dump() for bp_activity_filter_links returns NULL but when I query the
 database directly and var_dump like so:


 {{{
 global $wpdb, $bp;

                 $type = $wpdb->get_col("SELECT DISTINCT type FROM
 {$bp->activity->table_name} ORDER BY type ASC");
                 print_r($type);
 }}}

 I get appropriate results. What am I doing wrong here?  I've tried and
 read just about everything I can think of at the moment.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3460#comment:31>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list