-
John James Jacoby replied to the topic request for way to disable caching of xprofile data for get_all_for_user in the forum Requests & Feedback 10 years, 2 months ago
Ouch. Sorry to hear that these specific queries are resulting in a slower experience. That certainly wasn’t the plan on our end. Are you able to provide an exact spec so that we can duplicate your approach? That will go a long way towards allowing us to figure out what’s happening, and improve/fix it.
-
John James Jacoby updated the Core Component page, on the BuddyPress Codex 10 years, 2 months ago
Core component functions can be used by any official component, add-on component, WordPress or BuddyPress plugin. The core is always required, so you can be sure that the functions are always present.
-
John James Jacoby wrote a new post on the site BuddyPress.org 10 years, 3 months ago
BuddyPress 2.1 is going to be our best version yet, and is on track for our an almost-on-time release in just a few short weeks. If you are a plugin or theme developer, or are running a BuddyPress powered site […]
-
John James Jacoby updated the Version 2.1 page, on the BuddyPress Codex 10 years, 3 months ago
Version 2.1 is a major BuddyPress feature release that introduces XXX, a number of new APIs and a slew of “under the hood” enhancements that include significant gains in performance via caching and streamlined […]
-
John James Jacoby replied to the topic Activation not possible in the forum How-to & Troubleshooting 10 years, 3 months ago
Looks like @maikelcoke found a solution here:
-
John James Jacoby replied to the topic New user registrations ..from my own server?? in the forum How-to & Troubleshooting 10 years, 6 months ago
Sounds like the murderer is in the house. Don’t go upstairs. 🙂
You could optionally just block sign-ups from your own IP. If you’re running a multisite installation, there’s a convenient UI for this. We’ve yet to incorporate that into single-site BuddyPress yet, but we have considered it.
Worth pinging @messenlehner or @tw2113 about the…[Read more]
-
John James Jacoby replied to the topic BuddyCamp Miami 2014 in the forum Miscellaneous 10 years, 6 months ago
Don’t forget this is happening this weekend! Looking forward to seeing y’all!
-
John James Jacoby replied to the topic Google Books API Function triggers unwanted topic submission in the forum How-to & Troubleshooting 10 years, 7 months ago
That error isn’t anywhere in bbPress; bbPress’s is:
“ERROR: Your topic needs a title.”
It happens from inside the
bbp_new_topic_handler()
function, which bails early if the $_POST action is notbbp-new-topic
which makes it pretty unlikely you’re seeing a bbPress error under normal circumstances.Is it possible some other plugin is causing this?
-
John James Jacoby replied to the topic Buddypress on multisite, segregates users. Help! in the forum How-to & Troubleshooting 10 years, 7 months ago
What you’re asking for is something we used to call “Multiblog Mode” back in the day. It’s not a popular configuration, because it’s usually pretty confusing to users.
You can enable it a few different ways:
define( 'BP_ENABLE_MULTIBLOG', true );
in your wp-config.php
add_filter( 'bp_is_multiblog_mode', '__return_true' );
in an…[Read more] -
John James Jacoby replied to the topic Two networks, separate but connected? in the forum How-to & Troubleshooting 10 years, 7 months ago
Questions and installations like this are becoming more common, and we have a loose plan on how to include provisions for this into BuddyPress core. Right now, you’ll end up needing a few extra plugins (and a little bit of on the job education) to make both WordPress and BuddyPress play exactly the way you need them to, but rest assured that both…[Read more]
-
John James Jacoby replied to the topic install 1.9 or wait for 2.0 ? in the forum Installing BuddyPress 10 years, 7 months ago
You’re likely safe starting with 2.0. It’s very stable, and there are so many improvements that it would be a shame to miss out on them for a few days.
-
John James Jacoby replied to the topic Buddypress 2.0 Beta 1 Bugs – Need Help! in the forum Installing BuddyPress 10 years, 7 months ago
There was a bug in the WordPress.org repository that caused some installations to see BuddyPress 2.0 as the currently available version. If you need to switch back to 1.9.2, download the zip file, and upload it to your plugins directory.
https://downloads.wordpress.org/plugin/buddypress.1.9.2.zip
Let us know if you need any other help, and sorry…[Read more]
-
John James Jacoby commented on the post, BuddyPress 2.0 Beta 1 is now available, on the site BuddyPress.org 10 years, 7 months ago
Are you certain the email address itself is the issue?
-
John James Jacoby replied to the topic How to have Privacy Settings enabled ? in the forum How-to & Troubleshooting 10 years, 7 months ago
Thanks for the feature request. At this time BuddyPress only provides visibility settings for individual profile fields. We’ve been putting off building a robust member to member permissions component until after we have attachments. Right now, everything in BuddyPress is loosely considered public.
Remember that BuddyPress is still powered by…[Read more]
-
John James Jacoby replied to the topic How to enable "Likes" in the forum How-to & Troubleshooting 10 years, 7 months ago
We’ve talked about more deeply integrating activity stream likes into other parts of a BuddyPress powered site, but haven’t prioritized it yet. This is the first report of any incompatibilities between 2.0 and Jetpack.
-
John James Jacoby replied to the topic in the forum John James Jacoby 10 years, 7 months ago
If you’re having any issues with the 2.0 beta, please be as explicit as possible on what exactly everyone can test so we can fix any regressions right away. Which is also to say ‘everything is broken’ is not particularly helpful, unfortunately.
-
John James Jacoby replied to the topic in the forum Requests & Feedback 10 years, 7 months ago
Urgent is relative. None of these ideas sound particularly urgent to the functionality of the site itself, but thanks for the feedback.
-
John James Jacoby replied to the topic the permalinks issue – another way to look at it in the forum Ideas 10 years, 7 months ago
What @boonebgorges said.
BuddyPress’s URI router came from a much older codebase, in a time where BuddyPress was intended to be bolted on top of a WordPress Multisite installation similar to WordPress.com, and not much else. Once that was achieved, we quickly saw the potential in it being something much more powerful (to a larger audience) by…[Read more]
-
John James Jacoby replied to the topic Hidden forums are still showing for everyone in the forum How-to & Troubleshooting 10 years, 7 months ago
Do they show up for everyone, or just you when you’re logged in? Since you’re a
Key Master
you can always see hidden forums. -
John James Jacoby replied to the topic the permalinks issue – another way to look at it in the forum Ideas 10 years, 7 months ago
It does make sense, and it’s likely what we’ll end up doing, with a dedicated branch on Github to let us make sweeping changes, and take advantage of Git’s improved branch merging tools when it’s time to start brining those changes back into the official development branch.
- Load More
@johnjamesjacoby
Active 3 weeks, 1 day ago