Replies
- 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 - Brajesh Singh on June 8, 2020 at 6:41 pm in reply to: [Resolved] Shortcode for displaying avatar of profile you're currently viewing? #30606
Hi,
Please let me know the way you are using it. It seems that might be incorrect.I put the code in sidebar text widget and test for 4 profiles. It showed me their avatars correctly when I visited user’s profile.
Regards
Brajesh - Brajesh Singh on June 8, 2020 at 6:09 pm in reply to: [Resolved] add extra css on a profile field #30605
Hi Bouke,
Please put the code from the link in your bp-custom.php
https://gist.github.com/sbrajesh/086c2741380a24149771cab1b32b0404It will add span for each multi select entry and you can style them as you want.
Regards
Brajesh - Brajesh Singh on June 8, 2020 at 5:35 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types – Multi selector taxonomy not working on #30604
Hi,
I am sorry for the inconvenience.Our plugins are not compatible with Youzer due to its non standard behaviour. If you can check the same without Youzer, I will be glad to assist.
Regards
Brajesh - Brajesh Singh on June 8, 2020 at 1:08 pm in reply to: [Resolved] question about editing posts #30595
Hi Kathy,
I have tested it.The problem seems to happen when there is no content in the initial update and only media is attached. If there is come content written with the media, Then it works(as it seems to me).
I have looked and a proper solution for the time is to allow editing posts with media and content but if there is only media, we should not allow editing.
reason, media is not stored as content of the post. It is dynamically attached to post and by modifying it, we are breaking the layout.
I will be releasing an update in next few hours.
Regards
Brajesh Hi,
Can you please check the same with a new subscriber user acocunt?- This reply has been marked as private.