BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34527

    Hi Ravi,

    thank you very much for the help.
    No method to exclude only the buddypress email via PHP?
    Thanks in advance.

    Regards
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34519

    Hi Ravi,

    Thank you for the reply.
    This function will disable all wordpress email or just the buddypress email?
    Thanks in advance.

    Kind regards,
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34513

    Hi Ravi,

    Thank you for the suggestion.
    But is there a method without using plugin?
    Thanks in advance.

    Kind regards,
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34499

    Hi Brajesh,

    Thank you very much for the answer.

    Regards,
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34243

    Hi Brajesh,

    Thank you very much for reply.
    We’ve solved with a custom PHP code.

    Kind regards,
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34197

    Hi Brajesh,

    Thank you very much for reply.
    We would like to recieve a solution with a custom php code without use third plugins.

    Waiting your reply.

    Kind regards,
    jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34179

    Hi Brajesh,

    Thank you very much for your reply.
    Currently in our theme, the admin can’t see the user private gallery by shortcode gallery list.
    Waiting you reply.

    Kind regards,
    Jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34108

    up

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34074

    Hi Ravi,

    Thank you for the reply.
    I don’t understand at all, can you please make an example?

    Kind regars,
    Jkk

  • Participant
    Level: Enlightened
    Posts: 23
    Jkk on #34041

    Hi Ravi,

    Thank you for the reply.
    I forget to mention that we are created the page trought the magnific popu in ajax mode, and i’ve add to the create.php these lines:
    jQuery(“#mpp-gallery-create-form”).submit(function(event){
    event.preventDefault();
    var $form = jQuery(this);
    var $inputs = $form.find(“input, select, button, textarea”);
    var serializedData = $form.serialize();
    $inputs.prop(“disabled”, true);

    request = jQuery.ajax({
    url: “create.php”,
    type: “post”,
    data: serializedData
    });

    request.done(function (response, textStatus, jqXHR){
    console.log(“Gallery created!”);
    });

    request.always(function () {
    $inputs.prop(“disabled”, false);
    });

    });

    What I should put in the request.done to redirect to the gallery created?
    Thank you in advance.

    Kind regards,
    jkk