-
Jeff Sayre posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 15 years, 4 months ago
Are you sure the data is not being added? It appears that your function is firing. Do you mean to say instead that the saved data does not get displayed after the function has fired? There is nothing in the few lines of code you’ve pasted above that would make your data_to_add() work when hooked […]
-
Jeff Sayre posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 15 years, 4 months ago
The “Action Event Firing Order” is an array that holds all action hooks that will be fired. Since your function data_to_add does not have a hook–i.e. it does not have a do_action( ‘data_to_add’); call–there will be nothing in that array. So, that is fine. But, it does seem that the action event bp_activity_posted_update is firing […]
-
Jeff Sayre posted on the forum topic buddypress not translating. in the group How-To and Troubleshooting: 15 years, 4 months ago
You must also set your default language in WPMU’s wp-config.php file. Look for the following line in that file:
define ('WPLANG', '');
-
Jeff Sayre posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 15 years, 4 months ago
It sounds like you may have a hook sequence firing issue. In other words, your added action function might not be getting fired. This could be an issue with your code or even the BuddyPress code. You can download my plugin WordPress Hook Sniffer to see if that might be the case. It takes awhile to […]
-
Jeff Sayre posted a new activity comment 15 years, 4 months ago
Well, I appreciate the encouragement!
Actually, the mysterious Privacy Component will be rearing its ugly head (hum, maybe that’s not the proper metaphor) around WordCamp Chicago time. You have been warned!
-
Jeff Sayre posted on the forum topic some members' profile data display incorrectly! in the group How-To and Troubleshooting: 15 years, 4 months ago
As @r-a-y suggests, these look like spam accounts to me.
-
Jeff Sayre posted on the forum topic buddypress-skeleton-component – saving to database? in the group How-To and Troubleshooting: 15 years, 4 months ago
Do you have any errors in the log files? I assume that you are passing data into your function of the proper type. If so, then the next issue is to determine if the save method is receiving the data and if it’s provided in the way in which it expects. The example save method […]
-
Jeff Sayre posted on the forum topic Simple LDAP Login Buddypress users in the group How-To and Troubleshooting: 15 years, 4 months ago
See the last entry on this page: https://codex.buddypress.org/getting-started/faqs/
-
Jeff Sayre posted on the forum topic Alternative to Facebook in the group Creating & Extending: 15 years, 4 months ago
Boone is correct. A distributed (sometimes also called decentralized) network is when data are kept in different places, places that each user (be that an individual, group, or company) controls. WPMU, Twitter, Facebook, etcetera control the users’ data and experience. Although the data may be spread throughout a series of servers or even…[Read more]
-
Jeff Sayre posted on the forum topic Getting Fatal Errors while Installing buddypress on WordPress single user in the group Installing BuddyPress: 15 years, 4 months ago
First of all, we may need more information. If what I suggest below does not resolve your issue, then please answer these questions: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/ The error message that you have posted is strange. BuddyPress does not have a file called bp-cores.php. You…[Read more]
-
Jeff Sayre posted on the forum topic Is wp-fb-autoconnect broken? in the group Creating & Extending: 15 years, 4 months ago
The issue is that usernames cannot have a space. Read this old thread: https://buddypress.org/community/groups/miscellaneous/forum/topic/when-logged-in-to-buddypressorg-some-links-do-not-work/
-
Jeff Sayre posted on the forum topic Recommended Hosting for BuddyPress site? in the group How-To and Troubleshooting: 15 years, 4 months ago
@edelwater-
If you’re having bandwidth issues, make sure that you are doing everything you can to optimize your setup. Here are some useful suggestions: https://codex.buddypress.org/getting-started/improving-performance/
@techguy-
If someone wants to start a group, that would be fine.
-
Jeff Sayre posted on the forum topic Performance issues – related to number of users in the group Miscellaneous: 15 years, 4 months ago
I assume you’re at least on a decent-sized VPS / slice of some sort, or perhaps a dedicated server. A healthy, growing WPMU + BuddyPress install is not something that will do well in a shared environment or a small VPS / slice–at least not when you’re talking about 3000+ active members. Both of these […]
-
Jeff Sayre posted on the forum topic Is wp-fb-autoconnect broken? in the group Creating & Extending: 15 years, 4 months ago
As this is a 3rd-party component, it’s best to use the author’s support forum: http://www.justin-klein.com/projects/wp-fb-autoconnect#feedback
-
Jeff Sayre posted on the forum topic [help] wp-fb-autoconnect username / nicename redirect to frontpage in the group Creating & Extending: 15 years, 4 months ago
As this is a 3rd-party component, it’s best to use the author’s support forum: http://www.justin-klein.com/projects/wp-fb-autoconnect#feedback Also, you’ve already posted this same question in this thread 6 hours ago ( https://buddypress.org/community/groups/creating-extending/forum/topic/is-wp-fb-autoconnect-broken/ ). Please do not cross post. If…[Read more]
-
Jeff Sayre posted on the forum topic Multiple Buddypress instances on one WordPress MU install in the group Requests & Feedback: 15 years, 4 months ago
There are a number of threads on this topic.
-
Jeff Sayre posted on the forum topic What Buddypress & WordPress blogs do you follow? in the group Miscellaneous: 15 years, 4 months ago
Okay, since we’re all pimping ourselves here, I have quite a few articles on BuddyPress on my blog as well http://jeffsayre.com/
-
Jeff Sayre posted on the forum topic I have a problem ! Can you tell me what’s wrong in the group How-To and Troubleshooting: 15 years, 4 months ago
It’s a little hard to believe that with the issues you’re reporting that you have zero errors in your server’s log files. Did you manually install the 3rd-party plugins or use WP’s autoinstaller? I would suggest reinstalling everything manually–including BP. You can start off first with just trying to manually reinstall the 3rd-party plugins. Before […]
-
Jeff Sayre posted on the forum topic I have a problem ! Can you tell me what’s wrong in the group How-To and Troubleshooting: 15 years, 4 months ago
We need some more details. You’ve provided some of them, but please answer them all:
-
Jeff Sayre posted on the forum topic wordpress vs wordpress mu in the group Creating & Extending: 15 years, 4 months ago
@mrsalty-
Please do not cross post. You’ve asked the same questions in this post. Someone will answer you. Please be patient. Also, for everyone’s information, as this is an all-volunteer support forum, do not bump a post until 24 hours have passed.
- Load More
@jeffsayre
Not recently active
Awesome. We’re planning a site-launch just a few days after so that’ll give us time to get Privacy integrated and implement other privacy-dependent plugins like Facestream.
If you need beta testing before then we’ll gladly volunteer. We have about 160 members on our community. We run WPMU 2.9.2.2 and use everything that BP 1.2.3 has to offer…[Read more]
Not to burst your bubble, but the WordCamp Chicago release date will be for the beta version–in other words, not for production use. The ready-for-prime time version will be released after BP 1.3 ships.