BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: Register Form Issue #55575

    Hi Vasile,
    Thank you for the link.

    The problem is your theme. It is not marking the email field as required and that is leading to the issue. The email field should be marked as required. That way, a person can not submit an empty value for it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: Register Form Issue #55567

    Hi,
    Thank you for the rely.

    I tried recreating it with the latest version of BuddyPress and twentytwentyfive theme and could not reproduce it.

    Can you share me the complete error log as text file. Also, please help me with the instructions to re-create it(register with this, and so on….)

    I will be glad to assist you with it asap.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: Register Form Issue #55561

    Hi Vasile,
    Welcome to BuddyDev support forums.

    I am sorry, can you help me understand which of our plugin are you using? Aren’t you using the default BuddyPres registration??

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: [Resolved] Post metadata #55556

    Hi Scott,
    Thank you for the question.

    I have replied to you over the email. You will need to create single template for your post types in your child theme to have full control over it. Currently, the display on site’s single page is controlled by your BuddyBoss theme and it is not supporting author meta for custom post types out of the box.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: Codesnippets Page? #55554

    I will update the menu section to reflect that. I see we did not update the site menu with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174
    Brajesh Singh on in reply to: Codesnippets Page? #55553

    Hi Kim,
    Thank you for the question.

    Due to low use and the platform getting out of date(the code snippet sharing software), we decide to close the snippets section.

    Are you looking for any specific snippet?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Claire,
    Thank you for the reply.

    I do have an active license with BuddyBoss and will see if we can reach out to them for updating it. Our plugin does allow you to change default slug(and the old default should work with their existing slug). The forum has a different setup that restricts it.

    I am going to try putting some code snippet for shortcode to help you filter the list by displayed user this week.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi George,
    those have very different meaning in javascript. It is not a type.
    1. If you want to check for null, there should be no quote, you would do typeof(localStorage) == null

    My code is for older browser to detect if localStorage is defined(available) or not. It has no impact on your situation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi Claire,
    Thank you for the reply.

    I understand your requirement now. I don’t see a direct solution though.

    1. Our plugin does not allow changing slug of existing sub tab.

    2. BuddyBoss has a bug. If a sub tab was default and another was was set as default later, the first one is still using old default url. It might happen due to shared screen callback.

    3. The bbp-topic-index shortcode provided by BuddyBoss does not accept any arguments. It is not feasible to filter the list by user id unless they provide the ability to pass args.

    The simplest solution would be to update the shortcode bbp-topic-index with filtering by user id or creating a new shortcode that does it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25174

    Hi George,
    You are right. It is encoded entity code for the ampersand(&). The value should be &#38.

    I lack context about the issue/js, so unable to comment further.

    Regards
    Brajesh