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: BuddyBlog Issue #30632

    Hi Manuel,

    Thank you for using the plugin.

    Please provide me a guest account to test the posting and a temporary admin account to check the settings

    I will assist you with it.

    Regards
    Brajesh

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

    Hi Steven,
    Thank you.

    Please help me understand the required workflow(what the creator sees and can do before approval).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Adeala,
    Thank you for the question.

    If you are comfortable with code, you can modify buddypress/activity/post-form.php in your child theme(from your current template pack) and add the fields.

    You will also need to hook server side on activity posted action ‘bp_activity_posted_update’ to save these details as activity meta.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Vikas,

    Thank you for using the plugin.

    BuddyBlog currently supports editing/creation of post from profile only.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Philippe,
    I think I have already committed some code for this. I will check and push a release this weekend for MedaiPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jeremy,
    Thank you for using the plugin.

    Please enable the slug option from “Screen Options” in the right side top as shown below.
    https://buddydev.com/docs/buddypress-user-profile-tabs-creator-pro/enable-slug-option-profile-tabs-editing/

    You will need to put the slug of existing tab there to edit them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,

    It is certainly doable. We will need a bit more clarification though.

    What you are looking for is the default behaviour in BuddyPress. Every time you open a user’s activity stream and it only shows their stream. That’s default.

    Do you want to exclude the user’s posts in their own groups?

    By default, Personal stream only shows user’s activity(update, becoming friends, commenting, user’s post in their group, profile update etc).

    Do you want to exclude all these in the stream and limit to some specific activity type?

    Regards
    Brajesh

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

    Hi Steven,
    We don’t have any for this purpose but I think it is a good use case. We can either update moderation tools to accommodate it to create a small plugin for this.

    The problem with Group creation in BuddyPress is it is a multi step process and even if the user leaves after first step, the group still gets created.

    My question to you:-

    1. When do we put the group for approval
    2. When we mark the group needing approval, can the group creator see the group? If yes, what functionality, they can perform(avatar upload, invite, cover, posting to feed etc).

    Please let me know and I will like to explore it.

    PS:- If you want to restrict group creation and only allow admins to do it. It is very easy, we do have limit groups per user that allows it.
    https://buddydev.com/plugins/limit-groups-per-user/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] add extra css on a profile field #30611

    Hi Bouke,
    since you put it in the functions.php, the autop was getting called early.

    I have updated the code to add a higher priority. That should help you avoid the markup issue. I did not face it since my code was in bp-custom.php

    https://gist.github.com/sbrajesh/086c2741380a24149771cab1b32b0404

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] add extra css on a profile field #30609

    Hi Bouke,

    Thank you.
    Some clarifications.

    1. the BuddyBoss platform supports bp-custom.php. But it is your choice to use it or use the theme’s functions.php

    Now about the border, It seems some css issue. I will suggest looking into web dev tool in the browser to find the issue and resolve it. The above code only adds markup and leaves the css for you.

    Regards
    Brajesh