Search Results for 'buddypress'
-
Search Results
-
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
The following weird behavior is only happening in private or hidden groups, not public groups:
If I go to a group page (again, private or hidden) and post an update, the feed then loads content from a different, public group instead of the current group. From what I can tell from my testing, this error only occurs when the “Activity auto-refresh” BuddyPress setting is checked. But, whether or not that is checked, the just-posted update is not displayed, not at the top of the feed or anywhere else, until after the page is refreshed. Also, refreshing the page corrects the issue of the wrong group activity. In other words, everything looks as it should only after refreshing the page.
Any ideas?
Thanks!
Hi.
I run a site with many authors and would really like a way to integrate the WordPress standard author page with a tab in Buddypress. Is this possible?
I have searched a bit but have far too poor knowledge of PHP to do this myself. But a tab like Activities, Messages, Notifications and Friends, have a tab called “Posts” which shows a layout like the standard author page.
I have tried to choose posts in the drop down menu in the activity feed but I find the feed to be far too messy and too much information with comments etc.
Thanks in advance.
Topic: BuddyPress as A Standalone
Hello,
I’m hoping to get a solid answer on this before I install BuddyPress.
I want to add BuddyPress to my website as a standalone feature. For example, I’d like for a member to have the option to navigate to the social media part of my sight; additionally, I’d like for the social media part of my site to have it’s own look and feel.
Is this possible with BuddyPress?
Thank you
I have created groups using buddypress but the single groups pages show up empty. I have tried disabling all the plugins. Refreshing permalinks nothing is working.
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
LisaHi
I am using wordpress 6.7.1 and buddypress 14.3.3.
When a user logs in, there is a top left logo. if users clicks on this it currently goes to the home page/login. How do I override this so it goes to the users feed instead?I’ve used BuddyPress before but recently reinstalled it and find that some pages, like register, are being created “on the fly” instead of having an actual page representing it, if that makes any sense.
And I’m finding that the register page has the wrong page title and canonical URLs attached, which I can’t seem to fix from my SEO plugin and can’t do at the page level, as there’s no actual page.
Is there a way to fix this or a way to go back to creating a “register” page again? I don’t see any settings like there used to be where you can select a page for registration, etc. It just gives you the permalink for the page.
Thanks
I am getting a Wordfence alert about a security vulnerability with Buddy Press. https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/buddypress/buddypress-1410-authenticated-subscriber-directory-traversal
When I try to update it crashes the site. Any help on how to proceed would be greatly appreciated.
Bonsoir, j’ai besoin d’aide s’il vous plait!
J’utilise le serveur Xampp en local pour créer mon site de communauté en ligne avec WordPress version 6.7.1. Pour ce faire j’ai installé le plugin buddypress version 14.3.3 et le thème spacious version 1.9.8 avec la demo spacious company. J’ai également installé tous les plugins nécessaires à la demo spacious company à savoir social-icons, elementor et everest-forms.3.0.7.1. le plugin themegrill-demo-importer.1.9.9 est également installé. Cependant après configuration seuls les menus d’en-tête; principal et le menu de pied s’affichent. Le contenu de la page ne s’affiche pas, pourtant j’ai installé et activé le plugin Buddy default data pour ajouter des groupes, des membres, des sujets… sur les différentes pages dédiées à cet effet. Qu’est ce qui peut causer cela et comment le corriger s’il vous plait?
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?