Search Results for 'buddypress'
-
Search Results
-
Hi friends.
I’m using buddypress Version 14.1.0 with the legacy buddypress template, in wordpress (latest version)
When I open a group, I see that the <h2> tag with the group admins value
looks too big.
I’ve modified the css as follows:
#item-actions, h2 {
font-size: small;
}
And it looks fine on desktop, but it still looks too big on mobile.
I’ve tried with:
@media only screen and (max-width: 600px) {
#item-actions, h2 {
font-size: small;
}}
but it doesn’t work.
What could be the reason?Thank you very much and I look forward to your response.
So I’m trying to implement a way to redirect users after registering or first time login to automatically go to their Buddypress profile Settings > General to edit their profile picture, cover photo and other profile details.
Doing this so we can determine who is a spam bot and who is active.
Can anyone help me? I’ve been trying codes all day long and so far no luck at getting someone’s username to show up in the link successfully.
Example of the link I’m trying: https://example.com/kokiri/settings/general
I am running a Multisite WordPress website with single network and having over 100+ subsites. I have installed the BuddyPress plugin (not network wide active) and activated it for only two subsites: https://example.com/texas and https://example.com/bayarea.
I want each subsite to show its own business groups, but the /groups/ directory currently displays the same groups for all subsites. For example, if I create a group in the “bayarea” subsite, it is also visible in the “texas” subsite.
Please advise.
Thanks.
Hello everyone,
First of all, thank you for the plugin and support here, it’s been very helpful, especially the API.
I have some confusing things happening with my buddypress API. If I list all pages with the /buddypress/v1/members/ endpoint, then I get all the members of my website.
But if I used /buddypress/v1/members/<user_id> endpoint then I get a lot more members, including some that have applied (which I didn’t approve) and others that don’t show up on the website at all.
What exactly is included in each of the endpoints?
I’ve looked at different messages on the API here and also the reference but I didn’t find an explanation.
Thanks!
EmanHello,
I’ve encountered an issue with canonical redirects when using BuddyPress on a site that also has WPML installed. It seems that the redirect_canonical() function is not being correctly executed during the normal page load process for BuddyPress pages. As a result, URLs without www are not properly redirecting to the correct www version.
To temporarily resolve the issue, I manually called the redirect_canonical() function within the template_redirect hook, which fixed the problem. However, it appears that there is a bug or conflict within BuddyPress that prevents this function from being automatically executed as expected.
Please note that the site also uses WPML, which may or may not be contributing to the issue. However, the problem persisted even when focusing on BuddyPress URLs.
Please investigate this issue, as other users with similar setups may also be affected.
Code used for the temporary fix:
/////////////////////////////////
add_action(‘template_redirect’, function() {
if (!is_admin()) {
$redirect_url = redirect_canonical();
if ($redirect_url) {
wp_redirect($redirect_url, 301);
exit;
}
}
});
/////////////////////////////////
Thank you for your attention to this matter.Best regards,
Hello everyone,
WP Version: 6.6.1-de_DE
Elementor: v3.24.4
Elementor Pro: v3.23.3
BuddyPress Version: 14.0.0I’m facing an issue where the registration form URL, defined in Settings > BuddyPress > URLs, always loads with the single post template. I can’t change it to another template. How can I assign a custom template to this page instead of using the standard blog post template? Any help would be greatly appreciated!
Thanks!
Topic: Modify buddypress permalien
Hello,
The activity page of my site, I copied his permalink and pasted on the slug of this page, it generate -2 on the permalien, and this page cannot be displayed,
How I can make it not -2 generation so that this page could be displayed on my site ? or another solution ?
Thank you very much !I’m looking to customize user profiles in BuddyPress to better suit my site’s needs. What are the best practices for:
Adding custom fields and profile sections
Ensuring seamless integration with existing themes
Improving user interface and experience for profile pages
Any recommended plugins or techniques for advanced customization
I’d appreciate any advice or resources you can share to help with customizing BuddyPress profiles effectively.Thanks!
Topic: Redirect login link



