Replies
- Brajesh Singh on March 28, 2020 at 1:59 am in reply to: Moderated bbPress discussions and replies are still emailed out to users #28392
Hi Nabha,
Thank you.I will check it today and will get back to you in next 24 hours.
Regards
Brajesh - Brajesh Singh on March 27, 2020 at 10:01 pm in reply to: [Resolved] Remove the subject line requirement in messages? #28388
Hi Carsten,
Thank you for confirming. I am glad it worked.Regards
Brajesh - Brajesh Singh on March 27, 2020 at 10:00 pm in reply to: Moderated bbPress discussions and replies are still emailed out to users #28387
Hi Nabha,
Thank you for the topic and reporting the issue.Can you please ask the developers of buddypress-group-email-subscription if there is any way to skip some activities(any filter).
Please let me know their suggestions and I will add compatibility.
Regards
Brajesh - Brajesh Singh on March 26, 2020 at 11:21 pm in reply to: [Resolved] Remove the subject line requirement in messages? #28381
Hi Carsten,
You are welcome.
Are you not using the bp-legacy template? If you are using it, the compose screen will need page reload each time you want to compose a message. And if a page is loaded, the code should work fine.
Regards
Brajesh - Brajesh Singh on March 26, 2020 at 11:04 pm in reply to: [Resolved] Remove the subject line requirement in messages? #28379
Please try adding this to your bp-custom.php
add_action( 'wp_footer', function () { ?> <script type="text/javascript"> jQuery(document).ready(function ($) { if ($('#send_message_form #subject').length) { $('#send_message_form #subject').val('Some message subject'); } }); </script> <?php } );Let me know if i works or not?
It assumes that the theme loads jQuery.
Regards
Brajesh Hi Phil,
Welcome to BuddyDev.MediaPress allows everyone of upload out of the box.
Are you using any custom code? Also, are you using MediaPress with BuddyPress or without BuddyPress?
Please let me know and I will assist.
Regards
Brajesh- Brajesh Singh on March 26, 2020 at 10:42 pm in reply to: [Resolved] Remove the subject line requirement in messages? #28374
Hi Carsten,
Like I said earlier, It is very much dependent on the theme.For example, if you check demo of our Community Builder theme, we have removed it.
We will not be able to assist with your theme and will suggest asking your theme developer for the guidance.
Regards
Brajesh - Brajesh Singh on March 26, 2020 at 10:40 pm in reply to: This plugin not work with other themes? #28372
Hi Kino,
Thank you.1. It is always a choice. We stick with what WordPress recommends as best practices.
2. We don’t have any interest in becoming BuddyBoss or just another theme house. Just to be clear, we were the first company which released the first custom BuddyPress Theme ever(Cosmic Buddy), BuddyBoss site did not even exist at that time.
Our designer left and we could not release anything after that to match its success. Now we have a senior designer as part of our team who has been focusing on Social themes and we are looking forward to release the theme in near future(Community Builder is not from him).Everyone has different choice and I am pretty sure there are people who will love a different theme.
Our focus has always been clean, light weight plugin and the same goes for our themes.
4. Thank you.
Regards
Brajesh - Brajesh Singh on March 25, 2020 at 8:10 pm in reply to: [Resolved] acceptance checkbox is not working #28367
Thank you.
That’s good to know.Regards
Brajesh - Brajesh Singh on March 25, 2020 at 8:09 pm in reply to: continue reading / mediapress / Activity ShortCode #28366
You are welcome.