BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Mike ,
    I am sorry, It seems their support person did not read your query.

    Ask them this instead:-

    I have a shortcode plugin that shows profile loop by loading members/single/profile/profile-loop template.
    It works for all fields but not for the reapeater set field(all the repeater field is shown as only one). Is there anything that you can suggest to make repeater field work outside BuddyBoss’s profile page?

    —-

    I hope they help.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: BuddyPress Moderation Tools and Avatar Moderator #55185

    Hi Avi,
    Thank you for the reply. I am sorry, this is not a priority and I will be include to release the update when next major version of BuddyPress comes.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Mike,
    Thank you for the question.

    We are simply including the default profile loop from the theme/template pack using ‘bp_get_template_part( ‘members/single/profile/profile-loop’ );`

    We are not dealing with any specific field type. It should automatically work for all field types.

    I will suggest reaching out to BuddyBoss to seek a solution why their repeater field set is not appearing in custom profile field loop.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Ronald,
    Hope you are doing well.
    I am sorry for the delayed reply.

    2. Yes, that is the right way. Just make sure to sanitize properly.

    3. WordPress uses WP_Post_Comments_List_Table which does not support adding custom columns. The only way to do it would be to filter to get_comment to inject the rating stars if the context is admin and parent post type is our utestimonials.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: Edit Post Link Not Working #55182

    Hi Brendon,
    Thank you for the details. I am sorry, I could not check it earlier. I will get back by Monday after testing it. Any details about theme and template pack will be very helpful.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Stephine,

    1. Please check the cron jobs are schedule using any cron debug plugin
    2. ‘hourly’ is correct. It says the job should run hourly(the function that checks for the removal will run hourly)
    .

    3. The returned value from get_interval should be duration in seconds. So 1 day is DAY_IN_SECONDS (or 1*DAY_IN_SECONDS if that helps understand it);

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: Profanity Filter Plugin #55180

    Hi Carin,
    Welcome to BuddyDev support forums. My apologies for the delay.

    If you have a large number of words(say >1k), It may not be suitable as we are using regular expression.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Stephanie,
    Hope you are doing well.

    I am sorry for the delay.

    Please make sure you do not copy and paste the field/value in editor. some editor might copy the markup and won’t render it properly.

    You may also try to avoid quotes(or do not copy from the plugin page, It is entity encoded and will fail).

    By not working, do you mean that specific feature is not working or the whole plugin stopped with BuddyX?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896
    Brajesh Singh on in reply to: BuddyPress Moderation Tools and Avatar Moderator #55164

    Hi Avi,
    Thank you for the post.

    1. This is because we use wp_mail for mail delivery. You can use any plugin/code snippet to change the From email/name. Here is a plugin for that https://wordpress.org/plugins/wp-change-default-from-email/ You can use any other plugin with similar functionality.

    2. At the moment, Moderation tools does not support local notification.I do see the merit in having it and we will add to to our future features list.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24896

    Hi Frank,
    Thank you for the reply and confirming the solution. I am glad it worked.

    Have a great day!