BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddypress 404 member issue #35332

    This is the code in the plugin can this code be added to bp-custom.php file

     if (!defined('ABSPATH'))
    {
    	exit;
    }
    
    function tomas_bp_no_404()
    {
    global $wp_query;
    
     if (!(empty(bp_current_component())))
     {
     	$wp_query->is_404 = false;
     }
    
    }
    add_action( 'template_redirect', 'tomas_bp_no_404' ,1); 
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddypress 404 member issue #35331

    Hello Ravi

    I was digging through wordpress directory and I found this plugin which fixed the issue https://wordpress.org/plugins/bp-404s/ The plugin author gave some explanations in plugin description

    My question now is why does buddypress generate 404 errors in the first place when ROOT PROFILE is enabled in bp-custom.php.

    Thanks

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddypress 404 member issue #35324
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #35309

    Thanks for the feedback

    Please can you check out this link https://themekraft.com/products/buddyforms-pay-for-submissions/ please watch the video this is similar to my earlier feature suggestions.

    This is the demo link http://demo.buddyforms.com/pay-for-submission/elementor-publish-post/ The only difference with my suggestion is that there will be a setting option to either make the post featured, anonymous or normal. with expiration date (30 days expiration)

    • This reply was modified 3 years, 3 months ago by Tosin.
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #35295

    A Please can you add setting option to redirect user/author to the url of the post published after post submission.

    – After post submission
    1. Redirect user to url of post published
    2. Redirect user to a custom page

    B Enabling BuddyPress mention auto suggestions in the post editor

    Thanks

    • This reply was modified 3 years, 3 months ago by Tosin.
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #35198

    Thanks for the reply

    Regarding your eye strain may I recommend this to you https://barnerbrand.com/ or https://barnerbrand.com/pages/why-screen-glasses

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #35179

    Hello,

    Please do you have a time estimate when the standalone version will be available you initially said 30 days. I would like to plan the integration before launching my site fully.

    HAPPY NEW YEAR TO THE TEAM @ BUDDYDEV – Thank you all for outstanding support and service

    Thanks

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #35067
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #34992

    1. A filter will be ok

    2. To be more specific if im going to exclude posts by using a filter then the filter should only apply to all posts submitted through the [sponsored_post_creation_form]. That is the moderation plugin filter would work for the buddyblog plugin.

    thanks

  • Participant
    Level: Guru
    Posts: 885
    Tosin on in reply to: Buddyblog pro suggestions #34980

    While using your buddypress moderation plugin would it be possible to add a settings option in the buddyblog plugin to disable moderation. for example

    settings option to disable moderation in the [sponsored_post_creation_form], since users will be paying for sponsored posts it is quite reasonable not to moderate sponsored posts.