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

    Hi Vikas,
    You can use the following url

    
    http://yoursite.com/members/me/budyblog/edit/
    
    

    to point to logged in user’s new post page.

    Please make sure to replace yoursite.com with actual url.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: Question about font awesome flag #30514

    Hi Kathy,
    Thank you for using the moderation tools plugin.

    Currently, we use the icon from dashicon as dashicon is already loaded by BuddyBoss theme.

    Are you using any plugin to load font awesome icon set? If yes, Please let me which version of it you are using(5 or 4.7 and free or Pro) and I will assist with the code.

    PS:- BuddyBoss theme comes with a special icon set(has a large amount of icons). I am listing those icons below. If you want to use any of the icon form this list, It will be super easy and efficient.
    https://i.imgur.com/aipydve.png
    https://i.imgur.com/roofNv1.png
    https://i.imgur.com/OG7y7iU.png

    Regards
    Brajesh

    • This reply was modified 5 years, 9 months ago by Brajesh Singh. Reason: fixed 5.7 to 4.7
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Buddypress disabling system #30513

    Hi Peter,
    Thank you for your interest in using our plugins in future.

    Here is a simple way to find out

    1. Open your wp-config.php and look for the following line

    
    define( 'WP_DEBUG', false );
    
    

    Please change that to

    
    define( 'WP_DEBUG', true );
    

    and add the following line too

    
    define( 'WP_SANDBOX_SCRAPING', true);
    
    

    Now, if you open the site, It will show you the actual error. Please change back wp-config.php to your original state and let me know the error.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] add extra css on a profile field #30508

    Hi Bouke,

    BuddyBoss theme has full control over the profile data listing style.

    The markup comes from the theme and not from the plugin. We do not add any markup(except for image field, we do add img tag).

    Do you want to add a border around “data” cell or do you want to do it for some specific field type values where field type is offered by us. In the later case, I can look into it and assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Buddypress disabling system #30507

    Hi Peter,
    Welcome to BuddyDev.

    The reason for WSOD seems related to a BuddyPress depended plugin or theme.

    is there any chance you have some BuddyPress dependent plugin network active? or individually active on all sites?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Auto join groeps Auto List error #30505

    Hi Peter,

    The user registering from backend is different than the user registering from the front end.

    We use profile fields/member types to take decision where to add users. When you register from the backend, the profile fields/member types are not available for that user. That’s why we do not execute our actions.

    If someone registers from front end and activates their account, our activation routine will run and add user to groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: mobile problems #30504

    Hi Ruben,
    Thank you.

    I had a look. You are using Youzer. Our plugins do not work with Youzer and we do not plan to add any compatibility due to our experience with their support.

    https://buddydev.com/unsupported-plugins/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Extend activity inner area #30503

    Hi Nestor,
    Thank you for the details.

    Please contact OcenWP authors for assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #30502

    Hi Nik,

    Thank you for the understanding.

    I do hope to update the workflow in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi,
    Thank you for the question.

    You may add following to your bp-custom.php

    
    
    add_filter( 'mpp_generate_metadata', 'WRIO_Media_Library::optimize_after_upload', 10, 2 );
    
    

    That should make it work with the above plugin.

    Regards
    Brajesh