BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 910
    Tosin on in reply to: Buddyblog pro suggestions #35575

    Hello,

    1. Will the pay per post feature also work with the standalone version with shortcodes or will it be an addon?

  • Participant
    Level: Guru
    Posts: 910
    Tosin on in reply to: Buddyblog pro suggestions #35435

    Any feed back on this

  • Participant
    Level: Guru
    Posts: 910
    Tosin on in reply to: Buddyblog pro suggestions #35397

    BUDDYBLOG PRO AND BUDDYPRESS ACTIVITY PRIVACY PLUGIN PRIVACY SYNCHRONIZATION

    Hello,

    I was thinking if its possible to make buddyblog pro have the same privacy options as the BUDDYPRESS ACTIVITY PRIVACY PLUGIN with support for follow plugin.

    Users can select if they want only their friends or followers to read their blog post.

    For Example

    – User A sets his recent blog post privacy option to (my followers)
    – User B, C and D who do not follow User A try to read User A’s blog post but they are redirected to a custom restriction page.
    – The custom restriction pages contains a message telling the user that he needs to follow the blog post author in order read his post.

    I think a custom page redirection is better to prevent google picking up lots of 404 errors on restricted posts.

    Also when the buddyblog privacy is set to (my followers) The corresponding activity of the post using the ACTIVITY PRIVACY PLUGIN should automatically change to (my followers). Both plugin privacy options should be synchronized.

    What are your thoughts on this?

  • Participant
    Level: Guru
    Posts: 910
    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: 910
    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: 910
    Tosin on in reply to: Buddypress 404 member issue #35324
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 910
    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 4 years, 6 months ago by Tosin.
  • Participant
    Level: Guru
    Posts: 910
    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 4 years, 6 months ago by Tosin.
  • Participant
    Level: Guru
    Posts: 910
    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: 910
    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