Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comment Posts not rec. in Activity

  • @angel777man

    Participant

    Hi!
    hi just checked all options in settings of bp and wp, but comments on posts doen’go in streaming activity..how solve and what i must to check?

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • @danbp

    Participant

    @angel777man

    Participant

    just done/allowed, i will try to add that code in bpcustom.php, in functions.php doen’t work..

    @angel777man

    Participant

    if i add in bp-custom.php (REF: FYI: https://buddypress.org/support/topic/modify-the-activity-loop/#post-234070)
    i receive this error:
    function bpfr_stream( $qs, $object ) { if ( ‘activity’ != $object ) { return $qs; } $qs = wp_parse_args( $qs, array() ); $qs[‘display_comments’] = ‘stream’; return $qs; } add_filter( ‘bp_ajax_querystring’, ‘bpfr_stream’, 20, 2 );

    the problem is that i have no comments post in bp activities, all allowed in settings (Bp & Wp)..

    thanks

    @danbp

    Participant

    Are comments also allowed on a per post basis ?
    Are comments free or must they be approved by admin befor appearing ?
    Did you activated disallow search engines ? WP settings > general > reading

    Activate 2015.
    Go to permalinks page and save the page (check by way if it is not on default)
    Create some comments, and see if they appear on swa.

    @angel777man

    Participant

    Tried, disallowing search engine, permalinks are not default.. (cm does’nt appeat so)
    Can be Jetpack subscrive to comments checks?
    “Are comments also allowed on a per post basis” what do tou mean?

    @angel777man

    Participant

    Are comments free or must they be approved by admin befor appearing ?, tried both, nothing
    Did you activated disallow search engines ?, tried both, nothing
    Go to permalinks page and save the page (check by way if it is not on default), not on default but uses my custom/words
    What can also check?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comment Posts not rec. in Activity’ is closed to new replies.
Skip to toolbar