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: 25358

    Please remove the line

    
    <?php do_action( 'bbp_theme_before_reply_form_submit_wrapper' ); ?>
    

    from there.

    It needs to go to your form.

    Just remove that line and try with 2020 theme and it will work.

    Once you confirm that, please let me know. I will assist you getting it work with your theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi Dimitrios,

    Thank you for the patience.

    Please visit Dashboard->Moderation->Settings->General and make sure you have unchecked “Subject” from the required field.

    Currently, you have removed the “Subject” field from the form but it is mark as required.

    Please save and then try.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi,
    Thank you for the image. I can see that all the tables were created. That’s good for us.

    Is the site live? Can you please provide me a link or guest account to check the reporting. The error message you mentioned in the first reply only happens on database report saving failure.

    If I can check, I may have better idea.

    PS:- Please feel free to use private reply option to share url.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Thank you for the kind word.
    I am glad it worked. I am glad to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi Dimitrios,
    Thank you for the reply taking time to verify.

    Please use the phpmyadmin and check if this table is present

    
    bpmts_moderation_reports
    
    

    It will be prefixed by your database table prefix. For example, if the prefix is ‘wp_’, Please check if the table

    
    wp_bpmts_moderation_reports
    

    exists.

    Pleaselet me know what you find.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi,
    Thank you.

    The code should go to wp-content/plugins/bp-custom.php

    Also, if the UI is not appearing, your theme is missing the following hook

    
    <?php do_action( 'bbp_theme_before_reply_form_submit_wrapper' ); ?>
    

    Here are the screenshots from twentytwenty theme with latest version of bbPress

    Topic
    https://i.imgur.com/1r1Lvtr.png

    Reply
    https://i.imgur.com/Sj3sV2Y.png

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: buddypress/buddyboss pages considered 404 #31064

    Hi Mikel,
    I am sorry, currently I lack the time to help you debug and fix it. Also, since it is directly related to BuddyBoss platform/BuddyPress core, a better solution will be if they fix it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: buddypress/buddyboss pages considered 404 #31062

    I can give you a pointer. The problem is with routing.

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: buddypress/buddyboss pages considered 404 #31059

    Hi Mikel,
    Thank you for the question.

    I haven’t seen anyone reporting it but this is something I can see happening.

    I will suggest reporting to BuddyBoss team. They will be in a better position to assist you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi,
    Thank you for the reply.

    Can you please tell me the following

    1. Do you have BuddyPress active?
    2. Is the bp-custom.php in your wp-content/plugins directory.

    Regards
    Brajesh