Search Results for 'buddypress'
-
Search Results
-
Topic: Only selected notification
Hi
I work with WordPress 5.2.2 and Buddypress 4.4.0
I installed the BuddyPress Notification Widget plugin (by BuddyDev) and the Who Clicked At My Profile plugin (by Florian Schiessl). I created a new widget field above the activity stream and placed a notification widget there.
However, in this widget I would like to display only notifications from the plugin Who Clicked At My Profile.
If it is possible?
How to do it?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 there,
i haven`t found a solution for my question so i hope to find the answer here.
Unfortunately my installed buddypress is displaying some information very ugly and i’d like to get rid of it.
So far i haven´t figured out where i can change the look of following table:
<table class=”profile-fields bp-tables-user”><tbody><tr class=”field_1 field_name required-field visibility-public field_type_textbox”><td class=”label”>Name</td><td class=”data”><p>martin</p></td></tr><tr class=”field_3 field_dci-nummer optional-field visibility-public alt field_type_number”><td class=”label”>DCI Nummer</td><td class=”data”><p>9315451735</p></td></tr></tbody></table>
Can you please be so nice and tell me where i find the settings of that table exactly? I am not a trained coder but i am good at learning when someone leads me in the right direction. So please bare with me a little.
Thanks