Search Results for 'wordpress'
-
Search Results
-
I have Memberpress and Buddypress on my site and when I try to click on notifications from other members in the community, either from my email notification that takes me to my site or from the site itself, when I click on the notifications icon – I receive the message “There has been a critical error on your website. Learn more about debugging in WordPress.”
When I checked the error logs there was this re-occurring error.
PHP Fatal error: Uncaught Error: Call to a member function user_activities() on null in /www/chaosandlightcom_230/public/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php:374
How do I fix this? Thanks:)
Topic: scrollbars
Hello
I recently installed Buddypress on a social site that I am developing with wordpress and elementor. I need to insert 2 columns on a page; one containing the list of friends and another of activities. I would like to have a vertical scrollbar for the 2 columns but I can’t figure out how to do it or better if there is a plugin for buddypress that does this. Thank you so much if you can help me …Hello BuddyPress community,
I am working on customizing Buddypress and would like to modify some structures.I followed some tips on this forum, for example, to change the structure of the members page:
I copied this file: bp-templates/bp-nouveau/buddypress/members/members-loop.php
in my theme folder: my-child-theme/buddypress/members/members-loop.phpSo I modified the file in a few lines to try, but any changes are not applied.
Am I wrong?
BuddyPress plugin 6.3.0
Wordpress 5.5.1
Template Hello by Elementor (child)Wordpres version 5.5.1
Buddypress version 6.3.0Hello everyone. I am very new to wordpress and I have many questions, but my first question is this:
I need to create a web community for photographers and each member can sell their work to other members. How can I get a gallery on budypress where any member pays another for the photo?
In the same way, I need each affiliated company to have the opportunity to manage the profiles of their workers. That is, a space where a person can manage all the messages received by several of their workers, as well as manage their sales.
Do you know if there are plugins that allow integration with buddypress to do this? I know something about Woocommerce but I don’t know if it can be linked with buddypress for this purpose.
Excuse my English, my native language is Spanish.
Thank you very much.How can I improve the performance of my website?
What is the best free image optimization plugin WordPress?When trying to create a group a red error shows on the page saying (There was an error saving group details. Please try again.)
But the group is getting created.Wordpress – 5.4.2
EDUMA – 4.2.9
Learnpress – 3.2.7.7Entries 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!
Hello when I try to enter to profile/edit I get the error “Page Not Found 404”, I already deactivated all the plugin and installed the Twenty Twenty theme of wordpress but I still have this error.