BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Profanity filter causing fatal error #53173

    Hi Shaun,
    Thank you for your patience.

    We have released an update which fixes it.

    your developer was correct in pointing the issue. If there is an xprofile field with multiple parts( one field with more than 1 input) or repeater field, this might cause issue. The solution was ensure it string.

    Even current update does not account if you have a repeater field with multiple parts(as that would result in nested array) but I don’t think it is needed currently.

    If the plugin still causes any issue, Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53171

    Hi Kim,
    Thank you for the questions.

    Please link me to the plugins. It does not seem to be from us. Still, I will be glad to look into it and assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Profanity filter causing fatal error #53170

    Hi Shaun,
    Thank you for using the plugin.

    I am sorry for the experience. I am looking into the plugin. Will update you in 1 hour.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Integrate newsletter system on bp user profile #53157

    Hi Alex,
    I am sorry, We lack the time to assist with a customization outside our plugins scope.

    I will suggest trying codeable or upwork for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Tariq,
    Thank you for using the plugin.

    It is not feasible to provide a consistent experience for it. The only filter available for filtering user part is bp_core_get_userlink which is generic and is used everywhere on the site.

    That makes it not suitable for use. I am unable to see a proper way(It can still be achieved but not in a predictable way for future).

    If you still want to proceed, Please let me know and we will share some snippet. Please do note that we won’t be supporting it beyond that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Random posts on homepage buddypress with youzify #53154

    Hi,
    At the moment, BuddyPress does not seem to be supporting random ordering of the activity. If you pass an unknown type to the ‘order_by’ it falls back to date created.

    I will suggest checking with Youzify to see if they can share with you something specific to their plugin/code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Demo not loading Community Builder Pro #53153

    Thank you Kim. Appreciate it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Michael,
    I am sorry for not being available last week.
    Your issue is related to configuration only. It can be fixed as specified in my previous post.

    If feasible, Please share temporary credentials for accessing the settings and I can update the settings for you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: BP xprofile fields plugin – meta keys #53118

    Hi Ahmed,
    The author context checks if we are inside a post loop. If yes, It uses the post author.

    I am sorry, I haven’t tested it with elementor. I don’t see any reason for conflict though. It should work fine.

    Yes, author is the correct context for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    Hi Azra,
    Thank you for sharing the code.

    This is hackish way of resolving it without identifying the actual issue. I do understand we all have time constraints, so I am happy that it got the editor working for you.

    PS:- The quick tags can be disabled by filtering on wp_editor_settings and that would leave the visual mode only.

    Regards
    Brajesh