BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    Brajesh Singh on in reply to: Editable Activity #55205

    Hi David,
    Thank you got purchasing from us.
    I am sorry for the delayed reply.

    I am sorry, the editable activity is targeted for plaintext/html markup only. The attachments are not part of the activity(they are attached to the post). The plugin will not allow editing attachment.

    Please let me know if the plugin is messing up markup when attachments are involved and I will look into that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Hi Mike,
    Thank you.

    1. Don’t recommend using BuddyBoss’s repeater as it is not the right or efficient solution.
    2. The component is tab slug(part after user identifier in the url). For example if the url is example.com/members/user-slug/something/other-thing/. The component is ‘something’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Please deactivate this plugin(Featured Member Expiration) and reactive. Then check for the cron jobs. The job name should be ‘bp_fma_remove_featured’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058
    Brajesh Singh on in reply to: Buddypress Invite Email UGLY #55201

    Hi,
    Thank you for the question.

    You may use an email designer or email customizer plugin.

    Here is one that supports BuddyPress.
    https://wordpress.org/plugins/wp-html-mail/

    It should allows you to customize it a bit better.

    PS:- You have shared markup which is aimed at email clients(and most email clients support html).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

    Hi,
    I am sorry to see that. It seems they don’t have any intention to fix their bug.

    Since this is directly related to their bug, we are not able to do anything about it. You can verify the shortcode with BuddyPress and you will find it works as expected.

    Here is the issue that I understand:- They have some kind of hackish support for repeater field which is only enabled if they detect it is profile display/edit page. On all other pages, that does not work and that’s why you are seeing this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25058

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

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

    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