👻 Halloween Treat: Our biggest-ever 25% OFF memberships — use SPOOKYSOCIAL before Nov 3! 🎃

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: [Resolved] auto follow featured members #50873

    Hi Tosin,
    I will suggest adding a wrapper to ‘count_user_posts’ and caching the value in transient. That way, you will only need to flush the cache for author on new posts and there will be almost 1 total count calculation per author irrespective of number of queries(and you will only need to count if the author publishes a new post).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: BuddyDEv Group Tabs and shortcode #50872

    Hi Paul,
    I am sorry for the experience.

    1. Please make sure that the shortcodes are exactly like they are suggested by the plugin author(I assume you are using the Modern Event Calander)

    2. If it is still not working, Please ask plugin author if they have limited the shortcode in page/posts only( I have seen some of the authors doing it).

    If they do not assist you with 2nd, we can look into their plugin to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: MediaPress problem when using Amazon AWS CDN #50871

    Hi Bruno,
    Thank you for the question.
    MediaPress is not doing the replacement. Which offloading plugin are you using? It is probably that plugin replacing the urls.

    As far as I am aware, the AWS S3 offload does not support MediaPress. We tried our own in past for limited time but dropped in favour of having a generic plugin. Our own storage offload plugin for BuddyPress eco system will be available in first week of January(or earlier).

    In the meantime, If possible, Please avoid offloading for MediaPress media files(If the plugin is not excluding it, we can look into that and may be able to assist).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Tosin,
    Thank you for the topic/replies.

    This is something you will need to be watchful as some of the plugins do override the ‘wp_new_user_notification_email’. All you need to do is apply your filter at lower priority.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Plugin question in relation to buddypress #50869

    Hi Tosin,
    I am sorry, I could not afford the time to look into their code.
    As from their description, It does apply some indexing to users table.

    You should probably monitor the queries and see if it help or not.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Group Tabs dynamic url remove last / #50868

    Hi,
    Thank you for the question.

    I am sorry, I am not sure I understand properly.

    1. is this your current group? ite.com/groups/demo/
    2. In that case, isn’t ite.com/groups/demo-year-1/ a new group and not a sub page of current group?

    Please help me understand and I will assist you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi,
    Thank you for your question.
    I am sorry, that is not feasible in our current implementation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Order Code Get’s Erased Somehow Sporadically #50866

    Hi Casper,
    Thank you for the question.

    Is there any chance you are updating your child theme too? That seems the only reason for loss of code from functions.php of the child theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: MediaPress Page 2 – 404 not working #50865

    Hi Andy,
    I am sorry for the delayed reply.

    The pagination is working fine for me with the FSE theme on latest WordPress and BudyPress.

    For demo, I used the following code to set pagination to 2 per post.

    
    add_filter( 'mpp_main_gallery_query_args', function ( $query ) {
    	$query['per_page'] = 2;
    
    	return $query;
    } );
    
    

    Please take a look.
    https://www.youtube.com/watch?v=rWifCPZGBgs

    Please try disabling some plugin and see if it is some kind of conflict.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Member Directory Card #50845

    Hi Megan,
    Welcome to BuddyDev.

    BuddyBoss profile fileds are same as BuddyPress Xprofile fields. They have just changed the label to profile from xprofile.

    If you have seen snippets allowing you to add xprofile field on card, it should work in similar ways!

    Regards
    Brajesh