Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have a similar problem …
    New images are saved on the server but not in the right place :
    ../wp-content/uploads/avatars/hash-bpthumb.jpg instead of ../wp-content/uploads/avatars/{$id}/hash-bpthumb.jpg

    The problem is the path is not correctly set by bp …
    I’m looking into the code for a quick fix.

    Hi,

    No feedback from bp dev team ?
    -> Try search : hello’s”””

    ML


    MLmsw
    Member

    @mlmsw

    Finally i find my issue !

    In skeleton component (1.4) :

    /* Only load the component if BuddyPress is loaded and initialized. */
    function bp_example_init() {
    require( dirname( __FILE__ ) . ‘/includes/bp-example-core.php’ );
    }
    add_action( ‘bp_init’, ‘bp_example_init’ );

    Action bp_init isn’t good ! I change it for bp_include and all works fine !

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