Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • christopherwayne
    Participant

    @christopherwayne

    @danbp

    Sorry, but I can not find a solution to my problem. I tried it with the options you suggest me, but I can not fix it. I’m not using special templates for BuddyPress. It would be good to find a solution by funtions.php that works for all users, as other users have reported a similar problem. Thank you!


    christopherwayne
    Participant

    @christopherwayne

    Hi @danbp
    Thanks!!

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }


    christopherwayne
    Participant

    @christopherwayne

    I have the same problem in my buddypress. You managed to solve it? My website is: http://www.artnowgallery.net/activity/


    christopherwayne
    Participant

    @christopherwayne

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }


    christopherwayne
    Participant

    @christopherwayne

    I have the same problem: buddypress not send emails notifications to users. Some temporary solution while definitely solve?


    christopherwayne
    Participant

    @christopherwayne

    In my case, the problem is solved if I change the theme. I’m not sure if I use ajax.Thank!


    christopherwayne
    Participant

    @christopherwayne

    Hi! The temporal solution is working. Thank!


    christopherwayne
    Participant

    @christopherwayne

    Any solution to this problem? I have the same problem on my site buddypress, but only with profile pictures.

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar