BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25209

    Hi,
    Thank you for the question.

    At the moment, we are using “wp_handle_upload” to upload file. This does not create any entry as attachment and that’s why you don’t see that in the Media library in WordPress.

    In order to do that, you will need to store media uploads as attachment.
    Though you can always change the directory path using ‘upload_dir’ filter, I will suggest against it for now. I will put a filter in next release to allow you change the base directory.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Moving Image Upload button into Activity Box. #47797

    Hi Dissolvanizer,
    Happy New Year!

    Thank you for the details.

    I hope they are able to assist.

    Please do let me know if they recommend any change on our side.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: BuddyBlog Pro: Missing the edit formatting options #47796

    Hi Remi,
    Welcome to BuddyDev support forums.

    Please visit Dashboard->BuddyBlog->Forms

    Edit that form you are using. In the “Posts Field” section, Please make sure you use “Tinymce Editor” with the “Post Content” field type.

    Please let me know if you are able to use it or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Moving Image Upload button into Activity Box. #47783

    Hi,
    Thank you for the patience.

    Can you please visit Dashboard->Settings->BuddyPress->Settings and select the “BuddyPress Legacy” template pack.
    Ut should look like this

    https://i.ibb.co/w79PBCK/Selection-029.png

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Moving Image Upload button into Activity Box. #47777

    Thank you.
    I see the issue on your site and also the markup is not what should be expected. have downloaded a free copy of generatepress today. I have yeste to test it locally, will have a solution/details within next 24 hours or early.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Users I follow plugin styling #47772

    Hi Daniel,
    Please link to the plugin you are using for that sidebar.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: [Resolved] Badges shortcodes not working #47771

    Hi,
    Welcome to BuddyDev support forums.

    Can you please confirm that the quotes being used are correct for the slug? Can you please try copying and pasting the following as shortcode and see if it works or not?

    
     [bp-user-badges slug='lifetime']
    
    

    I don’t see any plugin causing conflict. We are using BP_User_Query and most of the plugins will avoid filtering on it as it is used at so many places in BuddyPress.

    Please let me know your findings.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Mediapress sort by likes, views, or comments #47769

    Hi Aaron,
    No issues.
    I agree that those things should be normal and we are lacking in that department. It may not help for your current work but it has given us idea to add something like this for future.

    Currently, the only way to have it is with some custom development for recording the counts and then using it to sort/order.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: Moving Image Upload button into Activity Box. #47768

    Hi,
    Thank you.
    What you are trying to achieve should have happened out of the box.

    Can you please provide me a temporary guest account(normal subscriber user, or if the theme is free, please let me know its name), It seems to be a css conflict(or js issue as we do move the button using js). I can quickly check and assist.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25209
    Brajesh Singh on in reply to: [Resolved] Help with a bit of javascript #47756

    Hi Erich,
    I am sorry for the delayed reply.
    I have updated the code.

    please take a look.
    https://pastebin.com/sdDZ1E2v

    Make sure to change the url value appropriately.

    Regards
    Brajesh