Search Results for 'buddypress'
-
Search Results
-
Hello, you guys are awesome!
Can you tell me if there is a way to set the buddypress homepage to be the user activity page?
If the user IS logged in already, then they will just see their activity stream by default, just like facebook.
If they ARE NOT logged in, then they hit the login page, then get directed to the individuals activity stream. Just like facebook.Is this possible? Maybe a shortcode or edit to functions.php?
Thank you in advance.. Thank you for a great product!
AaronBuddypress version – Version 4.3.0
WP version – Version 5.2.2I’m looking for a way to remove or replace […] at the end of blog post excerpts on the Activity Stream. I’ve found a way to replace […] on the blog page by using the following code.
function new_excerpt_more( $more ) {
return ”;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);excerpt_more is a WordPress filter. It helps with the blog page, but not the BuddyPress Activity Stream.
I found another filter, bp_get_activity_content_body but so far I haven’t been able to make the filter do what I want it to do.
Can someone please point me in the right direction? What BuddyPress filter can I use to remove or replace […] on the Activity Stream?
Thx!
My website was designed on a localhost and I used OceanWP Version: 1.6.10 and Everything worked very fine even up until now. After moving the site to a live server which we set up bu ourself in our office, the first thing that happened was that aside from the home page, other pages are returning erro 404 when visited. I search online for solution and after trying series of suggested solutions, i found out that adding index.php to a custom hyperlink fixed the error.
Now the problem I am having is that the Activity and Member page are not working. Also, when you click on a members name from the widget i embed on the home page to display online members, the result i get is page not found.
Please any suggestion as regards what could be done to make the site work on live server?Topic: NextGen Clash
Hi, after going mad trying to track down a problem which meant my BuddyPress user profile page was loading up everything except the page it is meant to, I’ve found a compatibility issues between BuddyPress and NextGen gallery. It’s been mentioned a few times online now I’ve searched but I can’t really find a solution for it, can you advise please?
Hi i want some help that i want to make profile fields city dropdown which is that at the time of registration as a buddypress member when user select a country from country dropdown then against that country cities want to appear in city dropdown to select please help Thank You !
Topic: BuddyPress Customizations
I am new to WordPress and Buddypress. I have a couple of items I am struggling with and would love a little direction.
1. In Buddypress, when you visit a group that is private, you receive a default message that says “This is a private group. To join you must be a registered site member and request group membership.” I would like to add a button directly below this message that says “Register”. This would need to be connected with the default message in some way so that the register button appears every time (and for every different group) the default message is displayed. I tried before but it seemed to connect the button only to one particular group. How can I go about adding this to the default message and what file and where in that file would I edit such a thing?
2. Once they press the button to register, how do you get them to redirect back to the group they were originally linked to?
3. In Buddypress, is there any way to turn off the public, private, or hidden options when creating a group and just make all groups private automatically?
I would really appreciate any assistance. Thank you.
When you comment on a buddypress post, that comment shows up as again in your feed as “posted a new activity comment”.
I’d like to just see the comments on the original post. How do I filter these “Activity Comments” out?

I am new at asking for assistance in these forums. So, bear with me please. I am working on a WordPress site that involves BuddyPress groups as well as the membership system that PMPro provides. I am using these on the Kleo theme. I am looking to have a site that has many users who will make groups for their needed purpose. What I need to figure out is, once that group is made the user will send a link to the group they created to the guests they want to join said group. The guest that received that link will click on it and be sent to the group, however, they will still need to sign up to the site to access the group.
What I would like to know how to do:
1. The guest will be able to see the group (from clicking on the sent link) but I would like there to be a button on that page prompting user to sign up to the site to join the group.
2. Immediately after registration, which will be a form on its own page, the guest will be redirected back or to the same group page as the link clicked.I am fairly novice at this kind of thing and not really even sure where to even start, so I hope that I explained it well enough and I appreciate any assistance greatly. Thank you!
In my BuddyPress forum I can see headings like “46 messages in [topic] (+2 hidden)”
What does it mean if a post is “hidden” in BuddyPress?
How can I find which are the “hidden” posts?
Who can see them, and who can’t?
Can a moderator change this status? If yes, how?