-
David Cavins replied to the topic Activity stream not loading initially in the forum Requests & Feedback 6 years, 9 months ago
Are you using the Legacy or Nouveau template set? If you are using Nouveau, the activity items are loaded via AJAX, so there could be a delay if your server doesn’t respond quickly to the AJAX request, but there should be a box that says “loading the activity items or similar”.
Please also test this problem with a basic theme like TwentyNineteen,…[Read more]
-
David Cavins replied to the topic Recover member counters in the forum How-to & Troubleshooting 6 years, 9 months ago
Have you already tried the BuddyPress repair tools? They’re in your WP-admin dashboard > Tools > BuddyPress (at /wp-admin/tools.php?page=bp-tools).
-
David Cavins replied to the topic not able to list posts in the forum How-to & Troubleshooting 6 years, 9 months ago
Hi @chrix22–
I don’t think that that is a core BuddyPress screen. Are you adding it via a plugin or the theme you’ve chosen? If so, you’ll need to seek support there.
-
David Cavins replied to the topic Public Vulnerability notification – false alarm? in the forum Miscellaneous 6 years, 9 months ago
Appears to be a false alarm.
We are using the PHPMailer class that is included in WordPress. In WP latest stable release (5.2.4) the version of PHPMailer is 5.2.22 and in 5.3 it’s 5.2.27. The problematic PHPMailer versions are < 5.2.20.
-
David Cavins replied to the topic Post button disappeared in the forum How-to & Troubleshooting 6 years, 9 months ago
If anyone has come up with the CSS rule to solve this issue, please share it for other forum users. Thanks!
-
David Cavins replied to the topic Private messages not sending in the forum How-to & Troubleshooting 6 years, 9 months ago
Thanks for managing this ticket!
-
David Cavins replied to the topic Private message in the forum How-to & Troubleshooting 6 years, 9 months ago
Thanks for the update!
-
David Cavins replied to the topic Problem with register in Buddypress in the forum Requests & Feedback 6 years, 9 months ago
Can you enable debugging and see what php error is being thrown?
When you see the message
“The site is experiencing technical difficulties.”, it means that there has been an error thrown, and you’ll need to know what is going wrong where to resolve your issue.Please let us know wha…[Read more]
-
David Cavins replied to the topic Loop redirection (infinite) in the forum How-to & Troubleshooting 6 years, 9 months ago
What should happen is that the user is bounced to
wp-login.phpwith the “return_to” address set to the page they were trying to reach.Do you have any other plugins that are managing the login form or handling redirects more generally?
-
David Cavins replied to the topic Losing first and last name fields in the forum How-to & Troubleshooting 6 years, 10 months ago
Note that you will have to have “Enable BuddyPress to WordPress profile syncing” checked in order for the function I provided to work.
Also, “WP offers the ability to set the display_name to any of the other names (nickname, first name last name, username, and more)”, yes that’s true, but when your preference is saved, the value you chose is c…[Read more]
-
David Cavins replied to the topic Losing first and last name fields in the forum How-to & Troubleshooting 6 years, 10 months ago
Sorry, it’s not the BP nickname field. That’s actually a WP user meta field.
Other things that appear to be true:
• BP uses WP’s “Display Name” to label the user in activity items and elsewhere.
• WP’s ‘nickname’ meta is required but not used widely?So it seems like the key field for display in BP, bbPress and WP is WP’s “display name” field…[Read more]
-
David Cavins replied to the topic Losing first and last name fields in the forum How-to & Troubleshooting 6 years, 10 months ago
Hi Tom-
It sounds like you have a lot of balls in the air. For instance:
Remember, I have removed the original xprofile_sync function.
Honestly, I can’t know enough about your setup to tell you anything for sure. What I can tell you is this:
• bbPress uses WordPress’s “Display Name” field, not a BuddyPress field.
• BuddyPress only updates the…[Read more] -
David Cavins replied to the topic Problem with the "front" page of mysyte.com/members" in the forum How-to & Troubleshooting 6 years, 10 months ago
Hi. I don’t know what you mean. Can you post an image of the problem to imgur or imgbb or similar?
-
David Cavins replied to the topic How to edit Buddypress functions in the forum How-to & Troubleshooting 6 years, 10 months ago
There are several ways to edit messages. Since these messages are filtered (it’s applied here: https://github.com/buddypress/BuddyPress/blob/5.0.0/src/bp-templates/bp-nouveau/includes/functions.php#L932), you could add something like this in your
bp-custom.phpfile:[Read more]
add_filter( 'bp_nouveau_feedback_messages', function ( $messages )… -
David Cavins replied to the topic Active Buddypress users in the forum How-to & Troubleshooting 6 years, 10 months ago
Users are considered “active” when they have contributed something to the site. This is judged by whether they have an item in the
bp_activitytable. You could add fakelast_activityitems directly to the database table to make it look like they are active users.You could also change the loop templates (like
members/members-loop.php) to actually…[Read more] -
David Cavins replied to the topic Programmatically create xprofile field in the forum Creating & Extending 6 years, 10 months ago
Hi @ibes–
I’d try to use Xprofile for managing profile fields. There’s a lot of baked-in goodness with the Xprofile component.
Obviously, I don’t know what will work in your situation, but it seems like name matching is reasonable. You could probably also extend the Xprofile Groups and Fields classes to add some sort of persistent-ID parameter…[Read more]
-
David Cavins replied to the topic Losing first and last name fields in the forum How-to & Troubleshooting 6 years, 10 months ago
Hi Tom-
I’d guess that you (or the previous site admin) edited the Display Name field to be called “Name.” You can check by visiting this screen on your installation: /wp-admin/users.php?page=bp-profile-setup
“Display Name” is usually the first profile field created, so if you inspect the
input, and it has thename=field_1, then you can guess…[Read more] -
David Cavins replied to the topic Page.php to buddypress.php in the forum How-to & Troubleshooting 6 years, 10 months ago
Hi @jannetto96–
I can verify that adding a
buddypress.phporcommunity.phpfile to the root of the active theme directory does result in BuddyPress using that file preferentially over something more generic. Please check that the new file has been created with permissions that allow the_wwwuser (or whatever your webserver runs as) to read the…[Read more] -
David Cavins replied to the topic Registration box Spanish in the forum Installing BuddyPress 6 years, 10 months ago
Hi @javimarcal–
It sounds like you’ll need to visit the updates page in your WP admin dashboard to download and use the language files for BuddyPress and other plugins. The updates page is at
/wp-admin/update-core.php -
David Cavins replied to the topic The Registration area do not have a border for name, email and more in the forum How-to & Troubleshooting 6 years, 10 months ago
There’s an inline style on your site that is setting the input border to white. It’s most likely being added via some theme setting or via the customizer (because it is being added inline).
- Load More
@dcavins
Active 1 week, 3 days ago