Replies
- 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.
- Brajesh Singh on March 25, 2020 at 8:09 pm in reply to: HTML integration in the Bio or in a Xprofile #28365
Hi Jean,
Thank you for the question.I am sorry, I am not aware of any solution.
Regards
Brajesh - Brajesh Singh on March 25, 2020 at 8:08 pm in reply to: [Resolved] Page Instead of Profile: Recent Visitors For BuddyPress Profile #28364
Hi JJ,
Thank you for the question.The plugin only tracks for user’s profile visit and is incapable of tracking other types.
Though it is possible to achieve similar result by keeping a list of user ids in post meta, It might not be good idea if you want to let user’s see which post they visited.
If you only need to show it on the post/page screen, I can ask one of my team mate to put a few lines for custom code for this.
Regards
Brajesh