Sorry,
Wasn’t clear enough. We have many different WordPress post categories on our blog.
My goal is go get updates on new posts and comments from one category only.
Thanks a lot
Hi there,
Are you talking about a category assigned to a WordPress post? Or are you looking to assign categories to activity posts and filter on that?
Hi there,
Have you tried https://wordpress.org/plugins/bp-featured-members/ ? Seems a lot easier than trying to write your own plugin.
I’ve not seen a support thread involving bp-default in years, I generally recommend testing with a WordPress default theme such as 2019 or 2017. I’ve not seen anything to say you shouldn’t use it but I think if you do then you will be in an elite club.
I can’t replicate your issue so it must be down to your environment or something else. You didn’t mention which WordPress Theme you are using, maybe it’s that?
I added a Number type field and a Phone Number type field on profile fields.
The number type fields are not displayed on a profile edit page, but I can input values on admin pages and see it on a profile view page.
How do i fix this problem? Thank You.


I tried 2 environments.
1. localhost
nginx
PHP 7.2.9
WordPress version 5.0.4
buddy press Version 4.2.0
plugins Classic Editor & BuddyPress only
theme bp-default
2. AWS (Amazon Linux)
Bitnami WordPress 4.9.10 (multi sites)
buddy press Version 4.2.0
PHP 7.0.31
theme bp-default
Hi all,
I’m a newbie for wordpress and this awesome plugin, BuddyPress, so please forgive me if that was already done, i didn’t see anything.
I want to setup a community, wit BuddyPress, where people (mostly for developers) should be able to cut&past part of code easily keeping format.
In a previous experience, not using any CMS, the folks i worked for were using Ace Editor:
https://ace.c9.io/
Which is quite good and i would like to know if i can setup it to let embed the code even for user on my new community.
Any help would be greatly appreciated.
NOTE: i see AceIDE is a plugin for WordPress, but it only permit admins to setup the WP itself, not to turn it on the community.
Thank you.
Regards,
Michele
Hi there,
I can confirm this is an issue, could you raise a bug report on Trac?
https://buddypress.trac.wordpress.org/
Thanks
I am new to Buddypress and there is a question. I have created a wordpress site and wanted this to became a membership/club site. I use a theme named Astra and tried to style special Theme styles like header with background image etc. But if i tried it on Buddypress pages (Aktivity for eg) i failed. What i am doing wrong
Thanks, yes that helps me decide on my advice. Have you tried looking at my plugin https://wordpress.org/plugins/bp-profile-shortcodes-extra/ it’s got shortcodes that will do all you are looking for.
Yep BuddyPress uses the WordPress user database, so creating a BuddyPress user automatically creates a WordPress user.
Are the users receiving the activation link and are they trying to login after activating their accounts?
Hi there,
To centre the title you can use the following css slector:
#sitewide-notice strong {
text-align: center;
}
However currently it’s not possible to separate the two paragraphs. This is due to the text going through the wp_filter_kses() function which is removing the <p> tags from the text thus turning two paragraghs into a single paragraph.
You could ask for an enhancement in Trac, to change this to an alternative function bp_messages_filter_kses() this would allow you to add a filter to allow <p> in the sitewide notice content. If you raise the ticket I’ll add this information as a suggestion to the devs.
Hi, it uses the wordpress login page but does it create a wordpress account for the new user ?
Because if a new user register and then try to login, the username and password are nor recognized.
WP Version: WordPress 5.1.1
BP Version: Version 4.2.0
Relates to Site notices found in Users, Site Notices:
How to have the message text entered left while keeping the topic title centered.
and also to be able to breakline to make another paragraph where one is made.
-> At the moment, all the body text gets clumped together and centered.
I believe from experience that it’s something that needs to go in my functions?
Thank you for anyones advice!
Halo,
Can i decide who can or cannot change the profile picture based on user role?
Is there any plugins for this or code change?
Thank you in advance.
note: i use wordpress Version 5.1.1 and buddypress Version 4.2.0
One way is to use the wordpress toolbar dropdown as I described earlier, there’s a profile option and in there you can select change profile image
Dear Venutius,
thanks for anwsering all my questions. Thought it would be more complicated. Just for my understanding, where you should user find the link to edit there profile by default. I created a normal user account and can’t find any option to edit my profil avatar and cover?
Thanks for the code, thats very helpful but what I wanted to say is to implement a wall other users can post to. Sorry I was a bit unclear in this point.
Thank you for helping me so quickly, I really appreciate that! 🙂
EDIT: I just wanted to mention that my normal users don’t see the wordpress bar, I don’t know if it was from the beginning that way or a plugin did this. But for now I don’t want my users to see it. So if there is no regular button I want to include one on the profile page
Hi there, some answers:
1. You can change the layout of profiles by overloading the profile files and css, see: https://codex.buddypress.org/themes/theme-compatibility-1-7/theme-compatibility-2/ it’s possibly a bit advanced for you right now but all the files in the plugins/buddypress/bp-templates/your-bp-theme/buddypress can be copied, modified and loaded from your child theme directory. Similarly you can overload the css to make styling and layout changes.
1b. The default is for horizontal navigation unless you’ve changed it in Customizer>>BuddyPress.
2. The BuddyPress extended profile is editable from the front end, and avatar too. It’s only the wordpress profile that’s enditable in admin and most BP sites don’t use that as t’s really set up for authors.
3. I recently posted the code to combine all the profile activity feeds into 1, https://buddypress.org/support/topic/how-to-combine-activity-tabs-to-one/
4. https://wordpress.org/plugins/cb-change-mail-sender/
5+6 are bbPress questions, for the best answer you should post on their forum https://bbpress.org/forums/
7. Assuming you have set up the groups directory page and enabled group creation by users in Settings>>BuddyPress>>Options, users will have the option to create groups on the Groups directory page and also from the Groups menu of the WordPress toolbar ( top right hand side of the screen, hover over your avatar image, drop down will appear one option will be groups.
Hi,
We’re working on launching a new membership site.
Themes: Boss / SocialLearner
Other main plugins:
BuddyPress (Version 4.2.0)
bbPress (Version 2.5.14)
LearnDash (Version 2.6.4)
Memberium (Version 2.84)
We migrated users into WordPress via the Rest API from another system.
I noticed that the nickname on the Extended Profile is being deleted and being copied over into the First Name field when we switch from the Extended Profile tab to the Profile tab when viewing the User in the WP Admin dashboard.
Here are the steps:
1. Open user’s Extended profile in new tab
2. Set Nickname and hit update, then verify it saved.
3. Click on the Profile tab.
4. Now the Nickname is overwritten in the First Name field (which it should not) and saved in the Nickname field on the Profile tab.
5. Click back to the Extended Profile tab.
6. Nickname is empty
7. Click back to the Profile tab
8. The original First Name is now visible in the First Name field and Nickname is still populated with the new nickname.
We can’t figure out what’s happening and need help please! Thank you for any assistance.
thank you for this plugin and thank you for youre advise. I will also post this message on the wordpress forum. I will see if this plugin will help the problem
Hi there, BuddyPress uses the WordPress login page, so it sounds like it’s working correctly. Unless I’m missing something?
Hello,
I have some trouble while configuring the login page with buddypress and wordpress latest version.
I added register and login page in my menu. Register works well, but once the user is registered he cannot connect to the website since the login button in my menu once clicked redirect the user to the wordpress login page. (forcing users to create a wordpress account).
Thanks for your help !
what is the face slap emoji ?
I have torn my site apart — reinstalling, deleting, researching, database row by row, 20 different SQL searches… completely and utterly defeated… I finally come to the conclusion that despite the site crashing during some settings changes, that maybe this isn’t really a conflict/data corruption buddypress issue… its a wordpress issue… so simple… it is hard to admit
Admin > Settings > Discussion > Show Avatars
(who knew ‘show avatars’ unchecked would remove the profile photo editor completely)
really…
We only do BuddyPress support here, for other plugins you should raise a request on their wordpress forum.
What you could do is install two factor authentication for your admin users:
Two Factor Authentication
That might help. This is more of a general WordPress query so you might get better responses if you post to the WordPress forums.