-
John James Jacoby replied to the topic Internal Server Error due to BuddyPress Plugin in the forum How-to & Troubleshooting 10 years, 7 months ago
What exactly in BuddyPress is the problem? Have you tried the 2.0 beta?
-
John James Jacoby replied to the topic Will BuddyPress 2.0 fix this problem? in the forum Installing BuddyPress 10 years, 7 months ago
Hard to say in your specific case, but we have revamped the sign-up and activation processes to be a bit more straight-forward, code wise. Give the beta a spin, and let us know how it works for you.
-
John James Jacoby replied to the topic Activity Wall Time Setting in the forum How-to & Troubleshooting 10 years, 7 months ago
Great Scott!
These time issues crop up every blue moon, so any insight you can provide into the following time settings would be awesome:
Your physical timezone
The timezone setting of your server(s)
The timezone setting of your PHP configuration
The timezone setting of your WordPress installationSeems somewhere down the line, there’s a…[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
That’s a good idea. And you’re right about the Themes page; it’s in a pretty bad way. I’ll see about updating it soon.
-
John James Jacoby replied to the topic Bugs between bbpress and Buddypress in the forum How-to & Troubleshooting 10 years, 7 months ago
If someone would be kind enough to detail precisely how to duplicate the bug you’re experiencing in a new ticket over at bbpress.trac.wordpress.org, I’ll be happy to look into this further.
We’ve made great strides on the bbPress/forums integration in the past few years. If there are still lingering wrinkles, we’ll get them ironed out.
-
John James Jacoby replied to the topic Create Sub Profile in the forum How-to & Troubleshooting 10 years, 7 months ago
This feature does not currently exist in BuddyPress.
The core team has talked about what a robust member-to-member role and capability system would look like for a few years now (to allow for this sort of functionality) however we haven’t prioritized it yet.
-
John James Jacoby replied to the topic Changing appearance of buddypress button in the forum How-to & Troubleshooting 10 years, 7 months ago
The link to your image is broken.
I have a hunch why the last activity says that. bbPress will need a fix.
-
John James Jacoby replied to the topic 2.1 top features in the forum Ideas 10 years, 8 months ago
Jumping the gun a bit, but your enthusiasm is greatly appreciated. The core team will likely put together a wish list immediately before we start 2.1 development. Until then, you can watch the state of all-things-2.1 over on trac at: https://buddypress.trac.wordpress.org/milestone/2.1
-
John James Jacoby replied to the topic Is profile fields treated as posts ? in the forum How-to & Troubleshooting 10 years, 8 months ago
Look again; they can’t not be there. đŸ™‚
-
John James Jacoby updated the Site Etiquette page, on the BuddyPress Codex 10 years, 9 months ago
What follows are the “rules of etiquette” for BuddyPress.org, and can be summed up as “being cool” which is a good way to be anyhow, particularly if you appreciate the Fonz.
1. Be cool. This means respect the […]
-
John James Jacoby replied to the topic Private Messages: Is it possible to have a joint inbox and sentbox in the forum Creating & Extending 10 years, 9 months ago
You may need to be crafty and override the
BP_Messages_Box_Template()
class too, as it contains more hardcoded assumptions about what box the user is looking at.Hmm…
-
John James Jacoby replied to the topic Private Messages: Is it possible to have a joint inbox and sentbox in the forum Creating & Extending 10 years, 9 months ago
The problem here is the
bp_has_message_threads()
function itself. It comes with hardcoded checks to override the$box
tosentbox
orinbox
based on the results ofbp_is_current_action()
.You could try something this, in lieu of
bp_has_message_threads()
:function bp_custom_has_message_threads( $args = '' ) {
global $messages_template;$r =…[Read more]
-
John James Jacoby replied to the topic Root profiles deprecated in 1.9.2? in the forum How-to & Troubleshooting 10 years, 9 months ago
Root profiles are not deprecated, though we have some planned obsolescence for almost all of our global constants, moving them into functions with filters and/or options.
Our rewrite rules improvements for BuddyPress 2.0 will ideally enable any component to exist at a root level. At the time that code was written, it solved an immediate problem…[Read more]
-
John James Jacoby replied to the topic Topic Content Missing for All Users but Adminstrators, but Replies Show?! in the forum How-to & Troubleshooting 10 years, 9 months ago
Next guess is some plugin conflict.
Best way to figure that out is to systematically disable one plugin at a time, until the issue corrects itself.
We definitely strive to keep both BuddyPress and bbPress compatible with as many plugins and themes as possible, so if anything needs fixing on our end, we’ll make sure it happens.
-
John James Jacoby replied to the topic Profile – Sorry! in the forum How-to & Troubleshooting 10 years, 9 months ago
To be completely upgrade proof, I would make an
mu-plugin
out of it.https://codex.wordpress.org/Must_Use_Plugins
That way it’s always running when BuddyPress is running, and it will never go away unless you explicitly tell it to by deleting or modifying your code.
Look! You’re writing your own plugins today!
-
John James Jacoby replied to the topic Topic Content Missing for All Users but Adminstrators, but Replies Show?! in the forum How-to & Troubleshooting 10 years, 9 months ago
Unfortunately, you can’t assume that because your account has a certain role, that you’re able to do certain things, especially once you start installing membership plugins that directly manipulate the way roles and capabilities work.
(Role/cap problems are amongst the worst to troubleshoot in WordPress, IMO. There is no UI to help you, and there…[Read more]
-
John James Jacoby replied to the topic Topic Content Missing for All Users but Adminstrators, but Replies Show?! in the forum How-to & Troubleshooting 10 years, 9 months ago
Do you have any WordPress Role editing plugins installed? Or membership plugins like S2Member?
It’s possible something has altered your role capabilities so that bbPress’s read_topics capability is broken.
Or, it’s possible it’s just a template issue. The query itself happens in
bbp_has_replies()
, so start your debugging there to see if it’s a…[Read more] -
John James Jacoby replied to the topic Server overloaded. SQL injection and BP in logs in the forum How-to & Troubleshooting 10 years, 9 months ago
If the Activity meta table really was deleted, you’ll want to restore that table (and likely the entire database) from before your attack occurred.
If you have evidence of BuddyPress being the attach vector (and not simply that your site is running BuddyPress) please follow the instructions provided at the link…[Read more]
-
John James Jacoby replied to the topic How can i delete my account in the forum How-to & Troubleshooting 10 years, 9 months ago
WordPress.org accounts cannot be deleted. If it’s an emergency, contact one of us directly.
-
John James Jacoby wrote a new post on the site BuddyPress.org 10 years, 9 months ago
Today marks the first official day of BuddyPress 2.0’s development cycle. As such, we want to keep everyone in the loop about what we’re planning for 2.0, and what our release dates are, so you can better plan […]
- Load More
@johnjamesjacoby
Active 3 weeks, 1 day ago