Search Results for 'buddypress'
-
Search Results
-
Entries on the forum are disappearing. In other words, I could see those entries a few days ago (when logged in as a user called “John”), but today I cannot see those entries any more (I am logged in as the same user “John”)
However, I can still see those entries under the activity menu (from the backend i.e. when logged in as “Admin”)
Any idea why this is happening?
How to stop this from happening?
Thank you.
Required info:
WordPress version : 5.5.1
BuddyPress version: 6.3.0
Site: https://www.escanada.org/I’m creating a plugin that records wordpress comments as a bp_activity post. I’ve been successful at recording the activity, but there’s just one thing that I want to add… a new possible value! Here’s the plugin in a nutshell:
function kd_record_activity($comment_id, $approval) { if($approval == 1) { $comment = get_comment($comment_id); $userlink = bp_core_get_userlink($comment->user_id); $postlink = '<a href="' . get_permalink($comment->comment_post_ID) . '">' . get_the_title($comment->comment_post_ID) . '</a>'; bp_activity_add(array( 'action' => sprintf( __( '%1$s commented on: %2$s', 'buddypress' ), $userlink, $postlink), 'content' => $comment->comment_content, 'component' => 'groups', 'user_id' => $comment->user_id, 'type' => 'new_blog_comment', 'new_row' => '123' //THIS is the new row I want to record )); } } //triggered just after a comment is saved in the database. add_action('comment_post', 'kd_record_activity', 10, 2); // We want activity entries of blog comments to be shown as mini-entries function kd_minify_activity($array) { $array[] = 'new_blog_comment'; return $array; } add_filter('bp_activity_mini_activity_types', 'kd_minify_activity');I understand that by default, the bp_activity_add hook only allows for certain variables. I expected that I could just add another variable to the array in bp-activity-functions.php and everything would work as expected, but apparently not! Please find
//MY NEW ROW!in the following code: https://pastebin.com/3nVE4fyaWhat else am I missing? P.S – the row exists in the database, it’s just that it does not record any data that I set.
Thank you!
I am running:
WP 5.5.1
BuddyPress 6.3.0
PaidMembershipsPro 2.4.4There exist several long time active members who do not show up in the Buddypress directory.
I user-switched to the guy who complained and can’t see anything in his list of fields that would make him invisible in the directory. I know he has been active because he’s the one who started noticing that something was wrong.Additionally, I ran the code to mark all members as active. (https://gist.github.com/shanebp/b73343e9c9a6509d2bbc47de80c881c1) Then removed it (as required), updated the buddypress member count, checked the data base (all members show up with a last_activity of today) and still not everybody shows up.
I don’t know the right questions to ask past this. But I need all the members to show up in the directory.
Thanks
KerchHello!
I have a multisite with BuddyPress activated. When I go to the activity stream on each sub site, I can see the activity for the whole network. I would like to only see the activity related to the users on each subsite.
Does anyone have any recommendations or tips on how I could achieve this?
Anything helps! <3
Topic: multiple registration forms
Can i create multiple registration forms for multiple users in buddypress
Topic: Help
Hello
I need help,i am trying to embed Instagram feeds as buddypress post but can’t seem to get a plug-in to do that most plugins just offer options to display Instagram post as short code, except if it’s possible to somehow get buddypress to display a shortcode as posts. Please Someone help me out
ThanksTopic: Redirects
Hello, there seems to be a problem with buddypress. Whenever I assign a registration page it just redirects to homepage.
I see others are experiencing the same problem but no one is addressing/ solving it.
Can someone please solve the issue. Seems there is a bug or something.
I have uninstalled and reinstalled several times
I have cleared cache on both site and browser
I have contacted my hosting and they troubleshoot and said it’s a bug with plugin.
I have even deactivated all plugins except buddypress.Nothing worked. Please help
Topic: Dropdown list bulk import
I need customize my buddypress register form.so i have added buddypress extend profile field.I have large list for add dropdwon menu.I can’t do it mannual.Because it is verry large .Can u please mention easy methode for upload it as buddypress extend profile field.Actually i ‘m not expert in this field.If there are any methode ,please guide me.Thanks you.
I need customize my buddypress register form.so i have added buddypress extend profile field.I have large list for add dropdwon menu.I can’t do it mannual.Because it is verry large list.Can u please mention easy methode for upload it as buddypress extend profile field.Actually i ‘m not expert in this field.If there are any methode ,please guide me.Thanks you.
Topic: Onboarding Group Members
I’m using WP 5.5.1 with BuddyPress 6.2.0 with MemberPress Plus 1.9.0 and
MemberPress + BuddyPress Integration 1.1.7I would like to have a set of questions for new members in a given group to answer when they first open the group page (ie. some onboarding questions to get the discussion started among the group members).
Is there a way I can set up these questions and ask members to answer them as part of their profile OR a way I can have these questions show up as a post to the member, automatically to get them started engaging?
Hi,
I am setting up my Buddypress, so I’m in the process of testing it out. I had a user sign up, but she couldn’t log in and was told that they had the wrong password. Then she tried using the “lost password” link. No email sent. In the section for “emails” on my admin menu under “situations” for automatic emails, there’s no situation for a lost password.
So what do I do to fix these 3 problems?
Logging in and password not working
Lost password not working
No auto email for lost passwordThanks,
MichelleWe have a custom BuddyPress profile field which is a select dropdown.
Elsewhere in the site we have a user query, that pulls in users of a certain role. However, we need to filter these users again by those who have a certain value in the dropdown field. Is there a way to add this to to the WP_User_Query?
I’ve seen documentation for BP_User_query but haven’t been able to get it to work.
$args = array( 'role' => 'vendor', 'orderby' => 'display_name', 'order' => 'ASC', 'number' => 5, ); $user_query = new WP_User_Query( $args );Topic: import user
Hello there,
How are you ?I’m on my way to buy this template :
https://themeforest.net/item/cera-intranet-community-theme/24872621This one is POWERED by BUDDYPress 🙂
I already have a list of users.
If I import all of my users within Mailster (https://mailster.co/), is there any way to connect the users data inside with budypress ?
Greeting 🙂
Topic: Conflict with AWPCP
Hi, I am integrating AWPCP into our membership club site and for some reason when I click on a classified ad listing, it takes me to a member’s profile page.
On the BuddyPress settings in the Dashboard, is a setting that integrates AWPCP with BuddyPress, but when I uncheck this and save, the box is re-checked automatically. I am unsure whether this is the issue, but it certainly appears to be a fault.
I have gone through and restored a default theme and disabled all plugins, re-enabling them one-by-one and it is definitely BuddyPress that is causing this to happen. Therefore, I am hoping you might be able to assist me with this please?