Search Results for 'buddypress'
-
Search Results
-
Topic: 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?
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!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!
Hello
I look after the following website as a volunteer:A function that has been working perfectly well for years has just stopped working, and I think it is an issue with my Buddypress Featured Members plugin (version 1.1.2).
My WordPress version is 6.7.1 and my main Buddpress plugin version is 14.3.3.This is what is happening: when I try and edit the committee page, I am no longer able to update the committee members. I click on the block featuring the member, click on the pencil to update the member, then I get a dialogue box saying “Buddypress Member, Start typing the name of the member you want to feature into this post’. I type the first few letters, and after a long delay another box appears with a list of members. However, the members that appear are the same everytime, regardless of the letters I type, and do not include anyone whose name starts with the letters I have typed in the dialogue box. Therefore, I cannot change the member.
Any help would be much appreciated.
Many thanks
Lisa
I have a custom template page that I’ve added specific bp-activities and its comments (pulled some code from the activity-loop).
In Buddypress v11.4.3, everything was working fine, the activity displays and comments + reply functionality works – click on a reply and the .ac-form moves to selected reply/comment and it nests it as expected.
Since Buddypress 12, replies no longer work. I think it’s because the Buddypress scripts no longer load on NON-buddypress pages. I tried enqueueing Buddypress scripts myself using a function:
but just loading the scripts is not enough. When I replaced buddypress-activity.js with my own version to debug, I noticed that BP_Nouveau returns as ‘undefined’ and so none of the script functionality would run.
I’m probably missing something really simple but how can I load Buddypress core scripts or styles in my own custom wordpress template?