Search Results for 'buddypress'
-
Search Results
-
Hi all,
I have recently upgraded to Buddypress 9.0 and an existing function hooked in uploading a new avatar no longer appears to be working. Could you let me know please what is the correct hook now? I looked through the supplied Actions & Hooks pdf, but no luck so far in trying those. I also searched for “Avatar hook” in the forums and no results unfortunately.
*Wanted to note that the profile picture/avatar is being uploaded to WordPress correctly
Here is how the function was being registered before:
add_action( 'bp_members_avatar_uploaded', [self::class, 'UpdateAvatarToSalesforce'], 10, 3 );Here is the function prototype:
public static function UpdateAvatarToSalesforce($item_id, $type, $avatar_data)Thank you in advance!
I’m using MemberPress and BuddyPress. I have all other plugins disabled at the moment. My problem: I’m using the BuddyPress members feature that shows a list of all the members. But when I click on a name in the list, it does not go to their profile.
For example, mysite.com/members displays all the members, paginated, but if I click on a member’s name, it goes to mysite.com/members/member-name, and not mysite.com/members/member-name/profile. It was working earlier today. Any ideas?
My BuddyPress settings are all defaults. WordPress 5.7.2, BuddyPress—same behavior on previous version and 9.0. My site is members only (and still in development), so I can’t link to the page with the issue.
We have added the “Buddypress Global Search” plugin, and while viewing the search results, the activity/ activity comments are not clickable. We want to let the user select an activity, and view the comments/interactions on a separate page. How do we do this? Should we change the permalink settings? What is the permalink/ the plugin settings to make this possible?
I need help fixing our registration page. See error encountered below:
Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:101 Stack trace: #0 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/themes/woffice/buddypress/members/register.php(53): bp_profile_groups() #1 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-includes/template.php(732): require(‘/home/customer/…’) #2 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(165): load_template(‘/home/customer/…’, false, Array) #3 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array) #4 /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(350): bp_get_template_ in /home/customer/www/members.rightsizeyourhome.com.au/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 101
When I go to BuddyPress Pages in settings I get this –
“Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the “User accounts may be registered” or “Both sites and user accounts can be registered” option on this page.”
So I go to the Network Settings and have allowed user registrations & saved. Refresh the page and it says that user registrations are allowed.
But if I go back to the BuddyPress settings I still get the message (above) that I need to allow registrations!
Help!
Hi,
Please help me, i installed buddypress and everything works fine, except whenever i log in and click on profile, i get redirected to a page which has not header or structure whatsoever (https://www.merrygokids.com/members/oyeakd/profile/)…..that is the link for me. but my problem is i want to edit or customize or at least add an header to it but it simply does not exist in backend.
Please help me
my site = merrygokids.com
theme = teriz onepage multipurpose
wordpress = 5.7.2
buddypress = 8.0.0
Hello !
First of all, I apologize if the answer already exists, but I am new to the php language, and I do not understand much …
I created a website for an organization, and I set up a community space thanks to Buddy Press and Youzify.
Here is my question: I want to make this space completely closed, and not accessible to non-logged in users. I tried putting this php code in wp-content / plugins / bp-custom.php:
<? php
/ **
* Redirect the Buddypress directories to the login page for non logged in users.
* /
function yzc_redirect_bp_directories_to_login_page () {if (! is_user_logged_in () && (bp_is_groups_directory () || bp_is_members_directory ())) {
// Get pages Buddypress;
$ bp_pages = get_option (‘bp-pages’);// Get the redirection URL
$ redirect_url = youzify_get_login_page_url ();wp_redirect ($ redirect_url);
go out();
}
}add_action (‘template_redirect’, ‘yzc_redirect_bp_directories_to_login_page’);
Now unconnected users cannot have access to member directory and groups directory, but I would like to block access to all BuddyPress pages (such as member profile pages, activity page. ..) and redirect to the login page.
Could someone help me complete this piece of code?
Thank you for your helpOn my site I have a Buddypress / BBPress set-up. Earlier today, I posted a new *Forum* thread, and received a reply via the *Group Activity* feed. The reply, and my reply to the reply, were only posted to group activity, and not to the Forum Thread.
Does anyone know how to either:
1. Disable the Group Activity Form and / or Replies to Forum Threads via group activities? Or,
2. Ensure any replies are posted to the Forum thread itself?Hi can I use one search forum (I know that there exist global search plugin) together for Buddypress Activity Search and normal WordPress Posts Search?
The wordpress search is domain.com/?s=searchterm
The Search for Buddypress is domain.com/activity/?s=searchterm
how can I get them together by coding?Topic: admin-ajax 403 on comments
Hello,
Site: https://community.komando.com/
WordPress: v5.7.2
BuddyPress: v7.3.0
Using Boss theme. Issue confirmed with Twenty Nineteen theme.Issue: Replying to an item in a user’s newsfeed doesn’t work – the reply never posts. The console reports
POST https://community.komando.com/wp-admin/admin-ajax.php 403
This started when we upgraded from BuddyPress 6.0.0 to 7.3.0 and persists if we upgrade to 8.0.0.
I have tried, on our dev site, deactivating all other plugins and switching active theme, but the issue persists.
Reverting to 6.0.0 on our dev site has fixed the issue and we’re planning to roll back production as well.
Any ideas?
Thanks!
Hi,
We are using Buddypress plugin for our website. We wish to add the hashtag functionality to our feed, however, after adding hashtags, the links lead us to a blank page. We are using “Buddypress Activity Stream Hashtags” with no luck. Please suggest how to proceed.
To send notifications to site users I am trying the third party plugin.
If I do the sending tests, I notice that nothing changes on the profile page under notifications.
Why is there no notification signal? do I need to use a notification mode of the buddypress plugin? I have not seen anything about it.
Thank youGood morning.
In my site I have created new fields with the plugin.
The problem is that these fields do not follow the order I set in administration.
Is there a way to arrange them in the order I would like?
Thank youReally, I don’t know if these are related, but I’m getting a BUNCH of warnings that look like this:
[13-Jul-2021 18:22:40 UTC] PHP Notice: Undefined index: data-attr in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 482 [13-Jul-2021 18:22:40 UTC] PHP Notice: Undefined index: data_bp_tooltip in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 484 [13-Jul-2021 18:27:32 UTC] PHP Notice: Undefined index: link_id in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 478And it seems that also only the administrator can now post links? Is there actually a moderation queue for the activity feed? And, if not, then why does it use the comments moderation settings? And, assuming those allow for 1 link (I checked), why would an Editor not be allowed to post a link to the activity feed?
Is there a permission involved?
Thanks for any direction!