Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    Found a conflict between buddypress & buddypress friends only activity.
    I am very unsure why it happened as nothing was updated


    magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    Fixed the problem.

    wp_enqueue_script( $id );

    i put this into
    \buddypress\bp-core\bp-core-cssjs.php

    just under

    wp_register_script( $id, $script['file'], $script['dependencies'], $version, $script['footer'] );

    Reference https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch


    magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    Hey @henrywright the code im after is to make the ajax work again as it stopped, i use to be able to find it on google, but ive been searching for 6 hours straight now & my memory is bad due to being sick.

    it’s on the buddypress activity stream page that the ajax doesn’t work & using that bit of code above & adding more code into it will make it work, but i just forget what code that may be


    magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    foreach( $actions as $name => $function ) {
    		add_action( 'wp_ajax_'        . $name, $function );
    		add_action( 'wp_ajax_nopriv_' . $name, $function );
    	}

    i remember seeing this code before but i know it’s not the correct call. can someone please help


    magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    I am having a problem with the (update post/status section) i’m not sure if that’s the same, but i know ifly chat isn’t working and that runs off jquery.


    magicbmxfreestyle
    Participant

    @magicbmxfreestyle

    Hi i came across this issue and found a solution for it.

    # MY PROBLEM

    # When posting a update from the activity stream, it wouldn’t show the post. The only thing that would show is my name and time that i posted the update.

    # MY SOLUTION

    # I done some checking and found that if you have Buddypress Media on your website and you have the setting set to YES!!! on your activity upload, change it to NO!!!! and it will work.

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