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

    Hi Andrew,
    Thank you for the patience.

    I have tested the trial membership today and the memberpress/auto friendship is working.

    I used “author” role and the operator was “In”.

    I could not verify on staging site as the staging site seems to be down. Can you please use one of the core WordPress roles(e.g. contributor ) and try the same. It might be an issue due to custom role(just a guess).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Thank you for confirming.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Question about chat #41352

    You are welcome. It’s good to know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Live notification #41351

    Hi Alison,
    The plugin does not have any setting or the option to customize.

    Try using @ mention to mention yourself and see if a live notification appears.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    I have checked and see the issue. The problem happens due to the way the screen-reader-text class is used in the theme.

    Please visit Dashboard->Appearance->Customize and click on “Additional css”, Then, Please put the following css there and save.

    
    .activity-content span.bpmts-moderation-label {
        display: none;
    }
    

    That will fix it.

    Please let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Sorry, you are not allowed to upload files. #41349

    Hi Carl,

    Which version of BuddyBlog Pro are you using? In case you are not using 1.1.8(latest version), you will need to enable the Editing permissions for the post to have the upload feature. If you are using the latest version, This is not required.

    Please visit Dashboard->BuddyBlog->Settings and then the Post Type tab. Please enable “Editing” for all members and let me know if that resolves it or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Carl,
    Welcome to BuddyDev support forums.

    The error means one of the field which has been marked as required has not been completed.

    Please scroll the form and look for the field validation error. If you are unable to find it, Please share a link to screenshot of the form(with the error message) and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Patrizia,
    Thank you for reporting. I will check it with BuddyX theme and get back to you within next 2 working days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Darren,
    I am not sure what you want.

    The code is working fine on approval. Approval happens when you click on the button. The next page is a redirect.

    The code works fine as it gives you access to moderation object when you click on approve. The next page is not the approval action. The next page is where you go after successful approval.

    If your goal is to access the user id, you can use `$avatar>uploaded_by’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    This reply has been marked as private.