Replies
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
BrajeshHi Steven,
Thank you.Please help me understand the required workflow(what the creator sees and can do before approval).
Regards
Brajesh- Brajesh Singh on June 9, 2020 at 4:46 pm in reply to: How can I add extra custom filed to Activity Post Form #30630
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 - Brajesh Singh on June 9, 2020 at 4:32 pm in reply to: How to show new post link & post form is on blog page? #30628
Hi Vikas,
Thank you for using the plugin.
BuddyBlog currently supports editing/creation of post from profile only.
Regards
Brajesh - Brajesh Singh on June 9, 2020 at 6:21 am in reply to: continue reading / mediapress / Activity ShortCode #30619
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 - Brajesh Singh on June 9, 2020 at 6:19 am in reply to: User Profile Tabs Creator Pro and removing admin menu items #30618
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 - Brajesh Singh on June 9, 2020 at 3:01 am in reply to: [Resolved] I would like the sitewide activity stream to be seprate from the profile #30615
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 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- Brajesh Singh on June 8, 2020 at 8:32 pm 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 - Brajesh Singh on June 8, 2020 at 7:23 pm 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