[buddypress-trac] [BuddyPress] #4106: Custom Post Type Comments not showing in Activity Stream

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri May 11 15:09:04 UTC 2012


#4106: Custom Post Type Comments not showing in Activity Stream
--------------------------+------------------------------
 Reporter:  bofw          |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Core          |     Version:  1.5.4
 Severity:  normal        |  Resolution:  worksforme
 Keywords:                |
--------------------------+------------------------------
Changes (by boonebgorges):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 I can't reproduce your issue on the latest trunk. I registered some post
 types:

 {{{
 function bp_4106_rpt() {
         register_post_type( 'galleries', array(
                 'public' => true,
                 'label' => 'Galleries',
                 'supports' => array( 'title', 'editor', 'comments' )
         ) );
         register_post_type( 'downloads',array(
                 'public' => true,
                 'label' => 'Downloads',
                 'supports' => array( 'title', 'editor', 'comments' )
         ) );
 }
 add_action( 'bp_init', 'bp_4106_rpt' );
 }}}

 and then used your exact code. New posts and comments showed up in the
 stream as expected.

 You may want to redirect your question to the support forums, as there
 could be an issue with the way you're registering the post type, or
 something like that. In the meantime, I'll close this ticket, but feel
 free to reopen if you can narrow this down to a reproducible problem with
 BP itself.

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


More information about the buddypress-trac mailing list