-
Boone Gorges posted on the forum topic Some questions about BuddyPress friendships in the group How-To and Troubleshooting: 13 years, 10 months ago
I realize that the query is with 0s. That is the problem. I am suggesting that even though you are “sure 100%” that you are passing the correct IDs to the function, the way that you are concatenating the query string might be corrupting it. In any case, I am confused about what’s actually failing […]
-
Boone Gorges posted on the forum topic Avatar Crop Page Header and Background Image don't load in the group How-To and Troubleshooting: 13 years, 10 months ago
Off the top of my head, it could be that the theme author did not include the proper WP hooks in that particular template (wp_head) so that the stylesheet isn’t loading correctly. Or maybe something in the crop javascript is keeping styles on the rest of the page from being activated. It’s hard to tell […]
-
Boone Gorges posted on the forum topic Some questions about BuddyPress friendships in the group How-To and Troubleshooting: 13 years, 10 months ago
If the last query reads 0s where there should be valid ids, you are probably not constructing the query correctly. Are you using $wpdb->prepare, with sprintf syntax? `$query = $wpdb->prepare( ‘SELECT id, is_confirmed FROM {$bp->friends->table_name} WHERE (initiator_user_id = %d AND friend_user_id = %d) OR (initiator_user_id = %d AND friend_user_id…[Read more]
-
Boone Gorges posted on the forum topic Only Admin Account can Login to Buddypress in the group How-To and Troubleshooting: 13 years, 10 months ago
Are you trying with different browsers? Maybe the cookies are not being flushed correctly
-
Boone Gorges posted on the forum topic Question: how to receive updates, not original post? in the group BuddyPress Group Email Subscription: 13 years, 10 months ago
I will try to have a look at the plugin issue sometime soon, hopefully in the next week or so. I had a chat with John just this weekend about the bbPress plugin and threading. He said it’s not there, but I really need it for a project, so I will probably build it for […]
-
Boone Gorges posted on the forum topic using buddypress multiblog ”true” and register process in the group How-To and Troubleshooting: 13 years, 10 months ago
🙂 Happens to the best of us 🙂
-
Boone Gorges posted on the forum topic using buddypress multiblog ”true” and register process in the group How-To and Troubleshooting: 13 years, 10 months ago
OK, I get why you might want BP_ENABLE_MULTIBLOG now. My bad. I just did a test on a local installation and registration on subsites seemed to work fine – no redirects. Maybe I’m missing something? Here’s what I did: 1) enabled BP_ENABLE_MULTIBLOG in wp-config.php 2) created a secondary blog and enabled bp-default on that blog […]
-
Boone Gorges posted on the forum topic Forum Says "Replied" on second post instead of "said" in the group How-To and Troubleshooting: 13 years, 10 months ago
You’ll have to write a conditional in your theme’s groups/single/forum/topic.php that will echo ‘started’ when the post is the first one in the topic and otherwise says ‘replied’. You should be able to get the post’s position out of the $topic_template->topic global.
-
Boone Gorges posted on the forum topic using buddypress multiblog ”true” and register process in the group How-To and Troubleshooting: 13 years, 10 months ago
If you are using non-BP themes on subsites, then what is the purpose of having BP_ENABLE_MULTIBLOG enabled?
-
Boone Gorges posted on the forum topic This should be a easy one to answer- hiding sidebars in groups in the group How-To and Troubleshooting: 13 years, 10 months ago
Please don’t bump your posts more than once every 24 hours. You can remove the sidebar on individual group pages by modifying the groups/single/home.php template in your child theme. (If you don’t have a child theme, see https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/) The sidebar file is included near the bottom -…[Read more]
-
Boone Gorges posted on the forum topic using buddypress multiblog ”true” and register process in the group How-To and Troubleshooting: 13 years, 10 months ago
Do you have the following line in your wp-config.php or bp-custom.php?
define( 'BP_ENABLE_MULTIBLOG', true );
If so, I suggest you comment it out:// define( 'BP_ENABLE_MULTIBLOG', true );
BP multiblog mode is only necessary if you want to have BP content (like members profiles, etc) available on all subsites. Regular WP multisite use does not… -
Boone Gorges posted on the forum topic Just uploaded Buddy Press and have "fatal error message" in the group Installing BuddyPress: 13 years, 10 months ago
It sounds like you are trying to use BuddyPress with a version of WordPress less than 3.0. For a few months now, BuddyPress has required WP 3.0 or greater. In your FTP client, navigate to the wp-content/plugins folder. Delete the buddypress folder. Then go to yoursite.com/wp-admin, and things should be back to life. You will […]
-
Boone Gorges posted on the forum topic Assign forum to post instead of group or create checkbox menu for comments in the group How-To and Troubleshooting: 13 years, 10 months ago
Same thing happened to me earlier tonight 🙂
-
Boone Gorges posted on the forum topic BuddyPress Alternative WP Symposium in the group Miscellaneous: 13 years, 10 months ago
I had a very brief look. It has the very big advantages of being easy to set up and integrate with one’s theme. It’ll be a nice choice for people who need something very quick and easy. From a brief look, the code is written in such a way that doesn’t even make an attempt […]
-
Boone Gorges posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 13 years, 10 months ago
I agree 100% that some level of privacy control in the core is a very good idea. I’m just saying that the discussion about whether Jeff’s approach is right for the BP core is one that we can only have when the plugin is in our hands.
-
Boone Gorges posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 13 years, 10 months ago
I guess so, but it’ll be much more productive if we wait until the community at large has had at least a week or two to play with it. Anything beyond that is speculation.
-
Boone Gorges posted on the forum topic BuddyPress Privacy: Can we get it in core? in the group Requests & Feedback: 13 years, 10 months ago
I think it can only be seriously discussed once we’ve seen the plugin. But certainly it is worth discussing.
-
Boone Gorges posted on the forum topic Confused and confusing email notifications in the group BuddyPress Group Email Subscription: 13 years, 10 months ago
I just took a peek and here’s a strategy that should work, though I don’t have time at the moment to sort it out myself. Rich’s plugin stores the original date_recorded to an activity meta item. Since you don’t want to send a second notification for items that have been bumped, you should be able […]
-
Boone Gorges posted on the forum topic Site Maintenance in the group Miscellaneous: 13 years, 10 months ago
Dy-no-mite!
- Load More
@boonebgorges
Active 1 year, 4 months ago