Replies
- Brajesh Singh on April 11, 2016 at 5:18 pm in reply to: [Resolved] Getting an error when trying to save Mediapress settings? #3458
Hi Alayna,
Which version of WordPress, BuddyPress & MediaPress are you using? Are you on the latest version for all of these? Also, the error means that the sanitize callback stack is empty for the extensions option. I am sorry but I haven’t seen anything like this earlier.Do you see your extensions empty? Is there anything special about this site that you can tell me and which may help to understand the situation?
Thank you
Brajesh - Brajesh Singh on April 11, 2016 at 3:32 pm in reply to: [Resolved] BP Editable Activity and MediaPress #3455
Hi Leo,
Thank you.It will allow editing without media.
@ravi-1987 will be posting the code shortly.
Thank you
Brajesh - Brajesh Singh on April 11, 2016 at 3:30 pm in reply to: [Resolved] Blog Categories For Groups and Custom Taxonomies #3454
Hi Ada,
I have looked into the issue and so did Ravi.What we found that when you set custom taxonomy from Settings->Blog Categories page in WordPress, you can assign terms from that taxonomy to a Group.
After that, you will be able to list posts(custom post types) from that taxonomy(with the selected terms).
I checked the code on pastebin(the latest one), and it is only about anonymous posting. That code does not need any change.
Please let me know what issues you are facing and what is your current setup and I will be more quick in my replies in future.
Thank you
Brajesh - Brajesh Singh on April 11, 2016 at 3:26 pm in reply to: [Resolved] Disable New User Registration, Friend request etc. Email notification #3453
Hi Dandy,
Thank you.
have a great day to you too.Regards
Brajesh - Brajesh Singh on April 11, 2016 at 3:02 pm in reply to: Inviting Ideas for the best ever WordPress Gallery Plugin #3450
Hi Zabrina,
Thank you.I agree with the suggestions and the time we add support for WordPress comments, we will be adding support for bbPress as well as activity comment too.
There is an issue with the attributes modification with uploading. The upload starts as soon as someone drops the media or opens the selected media. I am not sure how to handle editing in case of Activity upload.
For single Gallery upload, we can add this functionality on upload though. If you have suggestions on adding attributes, please do let me know.
Thank you
Brajesh - Brajesh Singh on April 11, 2016 at 2:59 pm in reply to: [Resolved] BP Editable Activity and MediaPress #3449
Hi Leo,
Thank you for buying the plugin.The problem is people will expect to modify the listed media. The media is not stored as html, so it is not feasible for us to allow media list(It is stored as ids and generated content).
It is possible to allow editing the activity content with media though. If you want that please do let me know and I will update this plugin for the purpose.
Thank you
Brajesh - Brajesh Singh on April 10, 2016 at 5:39 pm in reply to: [Resolved] Disable New User Registration, Friend request etc. Email notification #3442
Hi Dandy,
Please disable the above code and WordPress email will start working.To disable the notifications for BuddyPress, we have a small plugin
https://buddydev.com/plugins/bp-default-email-notification-settings-control/Please use it. It will start taking preference for new users. To update for existing users, Please use the button at the bottom of settings page of this plugin and It will set the preference for all users.
Hope that helps. Please do let me know if it works for you or not?
Thank you
Brajesh - Brajesh Singh on April 10, 2016 at 9:38 am in reply to: [Resolved] Show new notification without having to refresh? #3440
Hi Alayna,
Ravi will be away for a few more hours, so I am posting here.Since you have different elements, you will need to bind to ‘bpln:new_notifications’ event in javascript and handle it as you wish.
Please see the code below to find what data you can access
https://github.com/sbrajesh/bp-live-notification/blob/master/assets/js/bpln.js#L128Hope that helps.
Regards
Brajesh - Brajesh Singh on April 10, 2016 at 9:32 am in reply to: [Resolved] Getting an error when trying to save Mediapress settings? #3439
Hi Alayna,
I am sorry for the inconvenience. Is there any chance that you network activated MediaPress?
I don’t see any reason why there will be an error like this except there is an empty setting throwing notice somewhere.Enabling WP_DEBUG will give you exact issue why it happened.
Please do let me know more details.
Thank you
Brajesh - Brajesh Singh on April 9, 2016 at 4:49 pm in reply to: [Resolved] Disable New User Registration, Friend request etc. Email notification #3429
Hi Dandy,
I am sorry, I was having some issues and could not reply back.Please put the following code in your bp-custom.php
//force BuddyPress to use wp_mail add_filter( 'bp_email_use_wp_mail', '__return_true'); //override wp_mail if ( ! function_exists( 'wp_mail' ) ) : function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() ) { //don't do anything } endif;It will stop all email. After you are done with importing, please make sure to remove the code snippet.
Thank you
Brajesh