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: 25486
    Brajesh Singh on in reply to: [Resolved] Posting in groups #46113

    Hi Nik,
    Thank you.
    It’s ready for beta. Our team will be away from our normal places on 23rd(we will be still looking after the forums). We will be back in the late evening 23rd and will release it around afternoon(EST) on 24th.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Michael,
    Thank you for the question.

    In BuddyPress Template packs, the last active time is hardcoded(using template tag) in the members loop.

    BuddyPress does have a template tag for showing the registered since time.

    
    <?php bp_member_registered();?>
    
    

    But you will need to edit your members-loop.php(override it in your theme/child theme) and put this code conditionally.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: List Online Members of Opposite Gender #46111

    Hi Leo,
    You may check how to create shortcode here.

    https://developer.wordpress.org/plugins/shortcodes/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: BuddyBlog Pro – Use preexisting Custom Fields #46110

    Hi Christian,
    Thank you for the question.

    The answer depends on which field types you are using and how that plugin stores data. since BuddyBlog as well as that plugin stores data in post meta, it is always a possibility to map them if we have similar field types.

    We don’t have access to the Toolset plugin, so we lack the ability to check. Does that plugin have a free version available somewhere to allow us check it?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: SERVER SETUP – QUESTION #46109

    Hi Tosin,
    Thank you for the question.

    We are using KnownHost. Please note that we have very limited number of external plugins and we stick with the basics.
    Also, since not too many users are online simultaneously, BuddyDev’s hosting requirement may not be the right way to plan for a community driven social site.

    As Henk said, you should compare with some community sites.

    @ Henk Harms

    I had a look at your site and it has reasons to be slow. You are using WooCommerce, Tutor LMS, Elementor and a couple more larger plugins which are memory/resource hungry.

    Also, you are using Youzify which is known for adding features at the cost of speed.

    On your home page around 110 http request are happening with around 5MB of data load. That is going to cause delay.

    As far as I can see both Tosin’s and your server configurations are fine as long as you make a balance between the plugins used, added some asset bundle/minifier and some caching solutions and considered continuous monitoring for load and keep repeating the process.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: XProfile Field Shortcode #46106

    Hi Leo,
    Welcome to BuddyDev support forums.
    1. you may install our shortcode plugin from here
    https://github.com/buddydev/bp-shortcodes

    and use the shortcode

    
    
    [bpsc-profile-data field="field Name or ID" context="display"]
    

    For a list of available otpions please see
    https://github.com/buddydev/bp-shortcodes/blob/master/src/shortcodes/profile/class-profile-data-shortcodes.php#L65

    It has the options to allow you wrap values of multi valued fields.
    You can use either Field Name or id in the field option.

    You can see the field id by visiting Dashboard->Users->profile Fields and editing a field. it is shown in the url.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Tosin,
    Thank you for the question.

    At the moment, there is no such feature.

    I did work on relationship API that was supposed to solve this. I could not release it hough.

    I will try releasing it in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Tyler,
    Welcome to BuddyDev support forums.

    I am assuming you are using it with BuddyBoss. Can you please tell me if you have tried putting a large number such as 100 or something?

    Also, which version of the BuddyBoss platform are you using? Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Nicholas,
    I am sorry for the inconvenience.

    Are you using a plugin for adding the blog tab? If yes, which plugin are you using to do it? Please let me know and I will check the compatibility and assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] Plugin Help: Link Page to Groups #46080

    You are welcome.