Search Results for 'buddypress'
-
Search Results
-
Topic: Multisite Idea
I’ve seen that there is a movement to migrate/update the Codex documentation regarding BP on WP-milti and I’m looking forward to that, but in the mean time, a couple pieces of feedback:
It isn’t too hard to detect if BP is being installed in a multisite system. The user shouldn’t need to dig through documentation to make it work.
As of now, I see the ducks on GitHub indicate three install cases:
Case 1: Network-wide activation using the Main Site of your network to house your BuddyPress community
Case 2: Network-wide activation using a Secondary Site of your network to house your BuddyPress community
Case 3: Activating BuddyPress on one of the site of your network only.After reading through those, at the end, I see:
You currently cannot have multiple instances of BuddyPress on a WordPress network.
I have to wonder what that hangup is here.
Let’s call this currently impossible situation an extension of Case 3.
A simpler way to do this might be:
(And please bear with me as I try to describe this in English rather than code… If I was any good at coding, I’d have volunteered to write it for you.)Are we being activated in a Network configuration?
If NO, install normally, as stand-alone.
If YES, get the current blog ID and use that to configure paths and such. Set bp_root_blog in the Admin Settings page and store it in wp_X_options, with a default of 1 for network-wide (cases 1 and 2) or the same as the current blog ID for case 3.There should be no need to edit config files or directly manipulate DB tables.
Hello,
I need help with finding a way to create new roles for members and customize them.
I am creating a social network in which members must have different roles.
– Visitors who can only view, comment, and share posts.
– Creators who can create a new post + visitors’ features
– Reviewers who who can accept or reject the publication of posts created by creators.I am using BuddyPress Version 14.3.3 on WordPress 6.7.2.
Thank you in advance.
I have the following error:
Your BuddyPress Docs attachments directory is publicly accessible. Doc attachments will not be properly protected from direct viewing, even if the parent Docs are non-public.
It looks like you are running Apache. The most likely cause of your problem is that the AllowOverride directive has been disabled, either globally (httpd.conf) or in a VirtualHost definition. Contact your host for assistance.
My apache2.conf are below:
____
#=========================================================================#
# Default Web Domain Template #
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
# https://hestiacp.com/docs/server-administration/web-templates.html #
#=========================================================================#<VirtualHost xx.xx.xx.xx:8080>
ServerName domain.com
ServerAdmin info@domain.com
DocumentRoot /home/user/web/domain.com/public_html
ScriptAlias /cgi-bin/ /home/user/web/domain.com/cgi-bin/
Alias /vstats/ /home/user/web/domain.com/stats/
Alias /error/ /home/user/web/domain.com/document_errors/
#SuexecUserGroup user user
CustomLog /var/log/apache2/domains/domain.com.bytes bytes
CustomLog /var/log/apache2/domains/domain.com.log combined
ErrorLog /var/log/apache2/domains/domain.com.error.logIncludeOptional /home/user/conf/web/domain.com/apache2.forcessl.conf*
<Directory /home/user/web/domain.com/stats>
AllowOverride All
</Directory>
<Directory /home/user/web/domain.com/public_html>
AllowOverride All
Options +Includes -Indexes +ExecCGI
</Directory><FilesMatch \.php$>
SetHandler “proxy:unix:/run/php/php8.3-fpm-domain.com.sock|fcgi://localhost”
</FilesMatch>
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0IncludeOptional /home/user/conf/web/domain.com/apache2.conf_*
IncludeOptional /etc/apache2/conf.d/*.incHi support team,
I’ve allready asked you few monthes ago – you told me “all is ok” – but I still cannot crop a profile photo. I hoped that the issue would be solved by itself with updates – but it did not.
Please try it yourself – https://members.life-science.euI have the AVADA 7.11.14 theme, but I am worry to switch to the twenty twenty five because I will not crash the whole WebSite.
Buddypress 14.3.3
Wordpress 6.7.2You also told me it’s a problem of AVADA and AVADA told me it’s a problem of BuddyPress. I guess you understand – this doesn’t help me.
Thanks in advance
Best wishesTopic: Custome Theme
Hello! Could you please help me with the issue if my custom theme. When I switch on it – I can’t create a group, because the is no any buttons ect. I use the simplest architecture at my theme: functions, page, archive, single, home, index, header, footer. And with the url mysite/groups/create/step/group-details/ the is a template of a page.php: header + footer + <?php the_content();?> There is only The title. When I switch to anoter theme – all the group setting appears when I try to create a group. I understand that there is a problem with my theme. Are there any additional requirements to use simplest custom theme with BuddyPress? Are there ane specific code or something else that I’ve missed? Thank you!
Topic: WP_CLI\CommandWithDBObject
Hello BuddyPress people,
I’m just here to see if I can get a project going that I didn’t build myself, so please forgive my ignorance when it comes to BuddyPress and its inner workings.
When I install buddypress via composer, it creates a “cli” folder next to the various “bp_*” folders in plugins/buddypress/.
In buddypress/cli is a file called command.php. This file extends WP_CLI\CommandWithDBObject which no longer is part of WP_CLI, which in turn throws a fatal error.
To be fair, I have no idea if this /cli/ folder is actually part of BuddyPress or some hack the previous developer added, because the folder is not there when I clone BuddyPress via git.
If this is indeed the previous developer playing tricks on me then I apoligze for taking up your time.
All the best,
FredrikI am currently having a sitewide issue where logged in users with the “Subscriber” role cannot access Buddypress pages like “Groups” and “Member Directory”. Instead, they are being redirected to the Homepage. Administrators have access to the pages but I need subscribers to have access or else they can’t access these key interaction features of the Buddypress community. Does anyone know why this is happening or what code I need to adjust?
hello friends at buddypress please i have issue where my site follow functions broke and i couldnt get it fixed as plugin developer is unreachable via github. the issue is the information below when debugged. please how can i fix this issue?
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the buddypress-followers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gamipress-link domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114
WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
SELECT COUNT(id) FROM wp_bp_follow WHERE follower_id IN (1) AND follow_type = ”WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
SELECT COUNT(id) FROM wp_bp_follow WHERE leader_id IN (1) AND follow_type = ”Hi,
I am facing an issue with the media upload option in BuddyPress on my Community Guidelines page. When I try to upload a media file:
The “Choose File” option appears, and the file successfully uploads in the interface.
However, the file suddenly disappears, and I get a red error message saying, “Please choose some content to post.”Steps I’ve Taken to Fix It:
-
Tried using custom code to resolve the issue—no success.
Cleared cache from the hosting panel and WordPress dashboard.
Checked for plugin conflicts by disabling all other plugins, but the issue still persists.
Tested on different themes—the issue remains.Moreover strange thing is, Media upload works fine if I go to My Profile → Media and post on my feed.
The issue only happens inside Groups—media upload is not working on group posts.
I have also reviewed some BuddyPress articles where users reported the same issue, but I didn’t find a resolution.
i.e, https://buddypress.org/support/topic/cant-upload-media-from-sitewide-activity-stream/As I am handling a community website, I urgently need this feature to work.
Please provide guidance on how to fix this issue.My Site’s URL: edit: link removed
Thank you!Topic: bbpress
I want migrate from phbb, should I install bbpress (and migrate) before install buddypress?
I’m reviving the old forums on my website, which previously used buddypress and bbpress happily. I updated things a bit, adding groups with their own forums.
Unfortunately, now when buddypress is activated the forums are mapping incorrectly. For example, with buddypress disabled, the forum correctly links to:https://www.thecaregiverspace.org/connect/forum/general-discussion/paid-perspective/
When buddypress is enabled, the forum links to a group forum instead: https://www.thecaregiverspace.org/connect/forum/general-discussion/baby-boom/
Going to the correct forum url directly results in being redirected to the incorrect group forum.
Not all of the forums are mapping to a random group, only a few are.
Any suggestions for how to correct this? Thanks!
Topic: Repair install (remove “-2”)
I previously had BuddyPress installed, but needed to uninstall it as part of a repair process. I just reinstalled it and here is a screenshot of the BuddyPress Settings URLs tab.
The directory slugs all have ” -2 ” appended to them. I’m assuming this is because BuddyPress was previously installed and then uninstalled, and there must be something leftover in the WordPress guts from the previous installation? I’m not a developer so my understanding of this is very vague.
I tried to delete the -2 from the slug fields, but when I saved changes, they had reverted. -2 was back.
Is there a way to fix this? I would prefer that the slugs don’t say -2, just so there’s a little more human readable in the URL bar. I do remember from the previous installation of Buddypress the slugs didn’t have the -2 appended. I would prefer that. Please and thanks for help!
My WP version is 6.7.1. It’s GoDaddy managed WP. My PHP version is 8.2