Search Results for 'buddypress'
-
Search Results
-
Topic: No Register and Members page
Hello,
I have downloaded the latest Buddypress version 14.4,
the Register and Members pages have not been generated,
How could I do ?
Thank you very much !Hello!
I’m trying to create new groups on my BuddyPress X wordpress Theme but I can’t due to this message: There has been a critical error on this website.
Please help!
Hello,
We use bbpress, buddypress, and bbp-private-groups in a WordPress installation.
In the Buddypress group settings, the group administrator can also create a forum.I am looking for a hook to add a specific group from bbp-private-groups to a group forum when creating the group forum:
add_post_meta( $forum_id, ā_private_groupā, āgroup1ā, false );.I tried the hook bbp_insert_forum.
But at that point, the group and the forum are not yet linked.Does anyone have any idea which hook I can use?
Thank you very much!Topic: Installing BuddyPress
Hi, Im trying to install BuddyPress by expanding the zip to the Plugins folder. It doesnt seem to work. And when trying to install it by “installing” the plugin thru wordpress the ftp doesnt seem to work (installing on a XAMPP server on MacOs.) Help!
The plugin only works on new user registration. HOW can I get it to work on upgrades and downgrades or role changes?
Topic: Can BuddyPress do this?
I run a nonprofit civic group with fewer than 100 members. I want to create a member portal that will allow us to:
- keep track of members and when their annual dues expire
- allow members to interact online and via email
- display a calendar of events
- maintain flexible profiles that display some data for all members and some only for members of an admin group (for instance)
- provide a social media type of experience: creating posts, participating in group chats, etc.
- create forms that would submit via email to one or more pre-selected members
- upload and share documents, images, etc.
So basically, a simple member management system and social media site. I have looked at many free and paid member management systems. The free ones I’ve found are buggy and not well-supported, while the paid ones are far beyond our means.
My question is, can I build such a beast using only WordPress and BuddyPress, along with a few plugins? Has anyone else done this, and if so, can you suggest a way to tackle it? I don’t want to waste time learning to use BuddyPress unless I know this is possible.
Thanks for any tips and ideas.
āPete
I need to stop users with only subscriber status from BuddyPress private messaging.
The plugin ‘BuddyPress Restrict Messages’ looks like exactly what I need but it does not seem to work and appears to be abandoned.
Any advice/suggestions on how to do this. please?
Hello everyone,
I’m trying to create a simple custom theme to override the BuddyPress (Nouveau) registration page, but I’m consistently running into a White Screen of Death (WSOD). I’ve been troubleshooting for a while and would appreciate any help you can offer.
My Goal:
To create a custom theme that overrides register.php from the BP Nouveau template pack.My Environment:
OS: Windows
Local Development Tool: DevKinsta
Plugin: BuddyPress (latest version)
The Problem:
When I activate my custom theme, I get a WSOD when trying to access the site (e.g., mysite.local/register/).Here is a summary of the troubleshooting steps I have already tried:
Enabled WP_DEBUG: I have set WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY to true in my wp-config.php. However, no errors are ever displayed on the screen or written to the debug.log file. The page is just completely blank.
Checked for PHP Errors: I initially had parse errors (an extra } bracket) in my functions.php and register.php files. These have been found and corrected.
Checked for BOM: I have verified with my code editor (VS Code) that all my theme files are saved with UTF-8 encoding and do not have a Byte Order Mark (BOM).
Reset Permalinks: I have gone to Settings > Permalinks and clicked “Save Changes” multiple times to rebuild the rewrite rules.
Theme Deactivation Test: When I rename my theme’s folder to force WordPress to deactivate it, I can access wp-admin again. This confirms the issue is within my theme’s code.
File Permissions: I received a security warning that /wp-content/ was too writeable. I have reset the permissions for my entire site folder on my Windows machine to ensure they are not too permissive.
My Theme Structure and Code:
My theme is very simple.
1. Directory Structure for the Override:
wp-content/themes/kfluxtheme/buddypress/members/register.php
(The register.php file is an exact, unmodified copy from wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/)/* Theme Name: K-Flux Theme Author: My Name Version: 1.0 */<?php /** * Theme functions and definitions. */ if ( ! function_exists( 'kfluxtheme_setup' ) ) { /** * Basic theme setup. */ function kfluxtheme_setup() { // Add support for BuddyPress (ESSENTIAL) add_theme_support( 'buddypress' ); // Let WordPress manage the document title. add_theme_support( 'title-tag' ); // Enable support for Post Thumbnails. add_theme_support( 'post-thumbnails' ); } } add_action( 'after_setup_theme', 'kfluxtheme_setup' ); /** * Enqueue scripts and styles. */ function kfluxtheme_enqueue_scripts() { wp_enqueue_style( 'kfluxtheme-style', get_stylesheet_uri(), array(), '1.0' ); } add_action( 'wp_enqueue_scripts', 'kfluxtheme_enqueue_scripts' );Despite all these steps, the WSOD persists when my theme is active. Since WP_DEBUG is not showing any errors, I’m running out of ideas on how to debug this further.
Has anyone encountered a similar issue with DevKinsta or have any suggestions for what I might be missing?
Thanks in advance for any help.
Thank you for maintaining BP.
Kind regards
LarsHello all. Versions 14.4.0, 12.6.0 & 11.5.2 are Maintenance and Security Releases. Please update, accordingly, when possible.
BuddyPress 14.4.0, 12.6.0 & 11.5.1 Maintenance and Security Releases
Hi everyone, Iāve been building a community website using BuddyPress where people can share restaurant experiences, and I set up a section specifically for Texas Roadhouse fans. The idea is to let users join the group, share menu reviews, upload food photos, and talk about their visits. However, Iāve been running into a technical issue: the Texas Roadhouse group page isnāt displaying properly compared to other groups.
When users join the Texas Roadhouse group, the activity feed either doesnāt update or loads very slowly. Sometimes the posts donāt appear at all until I refresh the page multiple times. Whatās strange is that other groups on my site (like āOlive Gardenā or āChiliāsā) work fine and update instantly.
I checked my BuddyPress settings, and everything looks identical across groups. The group permissions and activity stream settings are the same, so I donāt understand why this one page is behaving differently. I even tried disabling a couple of plugins (like caching and image optimization) to rule out conflicts, but the issue remained.
Another problem is with the group media uploads. When someone tries to upload a photo of their Texas Roadhouse meal, the upload hangs or fails completely, even though image uploads work in other groups. This makes me wonder if thereās some kind of database issue or corruption specific to this group ID.
Has anyone else faced a situation where a single BuddyPress group acts differently from the rest? Iād love to know if thereās a fixāwhether itās resetting the group, clearing caches, or maybe adjusting BuddyPress database tables. Any advice would be greatly appreciated, since this Texas Roadhouse group is one of the most popular on my site.