Replies
- Jkk on November 17, 2020 at 5:10 pm in reply to: [Resolved] How to Disable all BuddyPress Emails via PHP #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 - Jkk on November 17, 2020 at 10:14 am in reply to: [Resolved] How to Disable all BuddyPress Emails via PHP #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 - Jkk on November 16, 2020 at 7:57 pm in reply to: [Resolved] How to Disable all BuddyPress Emails via PHP #34513
Hi Ravi,
Thank you for the suggestion.
But is there a method without using plugin?
Thanks in advance.Kind regards,
jkk - Jkk on November 16, 2020 at 10:46 am in reply to: [Resolved] Live streaming plugin for Buddypress #34499
Hi Brajesh,
Thank you very much for the answer.
Regards,
jkk - Jkk on November 1, 2020 at 10:48 am in reply to: [Resolved] Exclude buddypress and buddypress code in a specific page – Buddypress #34243
Hi Brajesh,
Thank you very much for reply.
We’ve solved with a custom PHP code.Kind regards,
jkk - Jkk on October 30, 2020 at 8:49 am in reply to: [Resolved] Exclude buddypress and buddypress code in a specific page – Buddypress #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 - Jkk on October 29, 2020 at 8:44 am in reply to: Admin can't see user galleries if private – Mediapress #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 - Jkk on October 25, 2020 at 8:15 am in reply to: Admin can't see user galleries if private – Mediapress #34108
up
- Jkk on October 22, 2020 at 3:04 pm in reply to: Redirect user trought PHP after create a gallery #34074
Hi Ravi,
Thank you for the reply.
I don’t understand at all, can you please make an example?Kind regars,
Jkk - Jkk on October 21, 2020 at 7:19 pm in reply to: Redirect user trought PHP after create a gallery #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