BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    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: 24787

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

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

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    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: 24787
    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: 24787
    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

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

    Hi Andy,
    Thank you for reporting the issue. I checked your site and seems the pagination does have issue.

    Please allow us to investigate and get back to you in next 24 hours.

    PS:- I am assuming you are using 6.3 not 4.3

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: MediaPress default gallery cover #50841

    Hi,
    Thank you for the questions and reporting the issue.
    I am sorry for the late reply.

    1. At the moment, for changing the default for all galleries is doable via child theme. We need to override the thumbnails in child theme. It is same process as explained for icons.

    https://buddydev.com/mediapress/mediapress-basics/overriding-mediapress-activity-upload-icons/

    The issue with Thumb:- Which theme/template pack are you using? The issue seems to be related to not using the thumbnail and using css to set width. It is not done by MediaPress. If you can point me to a page on your site, I can quickly diagnose the issue(It is some css).

    Regards
    Brajesh