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: 25485
    Brajesh Singh on in reply to: [Resolved] Can't accept friend requests #30774

    Thank you.

    I am sorry for the trouble. Please let me know which template pack you are using(BP Nouveau or Legacy) and I will try to quickly recreate this and test.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Since you are building the theme yourself, My suggestion will be to look into template override for BuddyPress.

    You need to override the template for BuddyPress. Specially the buddypress/activity/entry.php to achieve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Can't accept friend requests #30771

    Hi Faizal,
    If possible, Please share me a screenshot of all the friendship restrictions settings. I will have a better idea of the issue after looking at it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Can't accept friend requests #30768

    Thank you.

    Can you please check user role and the BuddyPress restrictions Global setting/ Setting for that specific role to check if accepting is allowed for that user?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Can't accept friend requests #30766

    Hi Faizal,
    Is there any chance that the user who is trying to accept has reched the friendship limit?

    Also, are you using it with BuddyBoss or BuddyPress?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Nested Buddypress profile fields #30765

    Hi Nik,
    Like the error says, you need to add another parameter in the function definition.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Plugin that moderates group creation #30762

    Hi Steven,
    Thank you for sharing your thoughts.

    We are exploring it and will let you in 4-6 weeks.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Edit removes link display #30761
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Adeala,
    since you are learning, I will suggest exploring adding extra fields to form. Then you can use that knowledge to add the UI in BuddyPress Activity post form.

    after that, you might want to take a look at how ajax works and how the post updating is handled. That should give you insight into how to send custom fields with post data.

    Also, when you learn about handling WordPress ajax requests, you will be able to find out the post update handler and add custom code for saving the extra data.

    All the best.

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Nested Buddypress profile fields #30759

    Hi Nik,

    When you create a field type, you have control over how the field renders.

    Yes, that code is from me. It seems I might have shared that for one of our members here.

    you can not put that code in bp-custom.php. Try putting it in your functions.php or loading after bp_loaded action.

    You may also take a look at the custom field types.

    Regards
    Brajesh