BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6956

    Thank you ! But BuddyPress Wall has not been updated for 2 years, there are surely security flaws, your plugin is old enough too.
    I will have to buy the buddyboss team plugin ….

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6951

    Ok thanks Yogi.

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6945

    I do not own mediapress, must I install mediapress to use media rating ?
    another question:

    I copy and paste your code (see screenshot) in bp-custom and I get an error
    http://zupimages.net/viewer.php?id=17/01/48cl.jpg

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6845

    Hi,

    For the member type problem, I found the problem!

    For the other problem:

    The problem comes from the new version of wordpress!
    Users are put on hold. Before the update of WordPress, the members was activated automatically with the following php code:

    function disable_activation_email() {
    return false;
    }
    add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );

    /// Désactive la fonction mail
    add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );

    ————–

    I found another php code but it’s almost the same as the code above:

    // define the bp_core_signup_send_activation_key callback
    function filter_bp_core_signup_send_activation_key( $true, $user_id, $user_email, $activation_key, $usermeta ) {
    // make filter magic happen here…
    return $true;
    };

    // add the filter
    add_filter( ‘bp_core_signup_send_activation_key’, ‘filter_bp_core_signup_send_activation_key’, 10, 5 );

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6826
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6779

    Hi,

    This plugin is already installed, with each new member, it is necessary to edit the type of member manually? But how to know if it is an artist or an art lover.

    On my registration form, there is a choice between 2 types of members

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6766

    Nobody to help me please?

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6733

    I was not aware of this code, thank you very much, it works wonderfully! Good day Brajesh 😉

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6711

    Hi Brajesh

    It works, thanks a lot for sharing your code 😉
    Your “code snippets” page to change no ? Because there is less code than the last one or I am going to see on your site.

    ——————

    Another small problem, on my blog:

    https://mysocialart.com/blog/
    https://mysocialart.com/test/

    There is a link “mysocialart” (the name of the administrator), the members of the site can access the profile of the administrator with this link, ideally, I would like to remove the clickable link or redirect the members on the Homepage (for example), I think it is posible but I do not know how to code this

    Thanks

  • Participant
    Level: Initiated
    Posts: 18
    Julien ROUSSEL on #6487

    I have nothing to say, it works but the email has been sent to the administrator and not to the member who is registered, I would like that it is only the member who registers on my site, there is also Bizarre letters:

    http://hpics.li/1b8fef4