Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    Hi Nabha,
    Thank you.

    I will check it today and will get back to you in next 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    Hi Carsten,
    Thank you for confirming. I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on in reply to: User roles to upload media #28375

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on in reply to: [Resolved] acceptance checkbox is not working #28367

    Thank you.
    That’s good to know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    You are welcome.