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: 25392
    Brajesh Singh on in reply to: [Resolved] Question: Link Page to Groups Plugin #42112
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Daniel,
    Thank you for the question.

    Can you please tell me what this follow feature for posts is and how it may work?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Shortcode skews layout #42106

    Hi April,
    Thank you for the post.

    The issue is not related to the Profile Tabs plugin. It seems the issue is related to how the elementor shortcode renders the content.

    It may be a small css fix. I will need to check it on the site to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: BuddyBlog Pro – Keywords #42105

    Hi Eric,
    Thank you for using the plugin.

    I am very sorry for the delayed reply.

    Currently, the feature to create a new term is not available from front end. we are still in planning mode on how to handle the auditing of user created terms and limiting the abuse of feature. We are also thinking on whether to use a select plugin(such as select2 to allow cusotm terms) or a plain UI.
    It is on our road map and we do hope to make it available in next couple of releases.

    If you have any suggestion about the auditing of user terms or the UI, Please share . It will help us accelerate.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Moderator Tool Categories #42101

    Hi Debbie,
    Hope you are doing well.

    A little bit more clarification on what Ravi stated earlier.

    The Moderation categories allow your users to select a category while reporting the content. It is the reporter who decides which category to use while reporting.

    The site admins can only create the categories and enable it for the reporting form.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Thank you.
    I am glad that is is resolved now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Can I move a Reply? #42099

    Hi Judi,
    Thank you for the question.

    When you are logged in as te forum admin(site admin), you will see a “Move” option under the reply. It will allow you to move your reply to any topic in the same forum.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Niculae,
    Thank you for the question.

    We haven’t tested it with BuddyBoss. We will test and get back to you in next 2 working days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Conditional Profile Fields for BuddyPress update #42097

    Hi Bakhta,
    Thank you for the request.

    We are rewriting it and I we will release complete new version by 15 January or earlier with better support for handling multi options field(and we are also working on triggering multi level conditional dependency).

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi,
    Please change this

    
    echo esc_html($city);
    

    to

    
    
    printf( '<strong>%s</strong>', $city );
    

    Regards
    Brajesh