-
Boone Gorges replied to the forum topic BP 1.5 Beta 3: Dropdown Menu: Clicking on drop down menu in Safari causes page reload but not in Fir in the group How-To and Troubleshooting 13 years, 2 months ago
Wow, that is a very strange issue. Have you tried clearing your browser cache entirely? It’s possible that there is some rogue javascript in your cache (which may be related to BuddyPress or may not) that is […]
-
Boone Gorges replied to the forum topic New Filters or variables for messages_notification_new_message() function in the group Creating & Extending 13 years, 2 months ago
Could you open an enhancement ticket on trac.buddypress.org? Ideally with a patch 🙂
-
Boone Gorges replied to the forum topic over 1000 not activated users.. what do you suggest we do with them? in the group How-To and Troubleshooting 13 years, 2 months ago
I did end up writing the plugin I talked about earlier. It’s called Unconfirmed: https://wordpress.org/extend/plugins/unconfirmed/
-
Boone Gorges replied to the forum topic Some questions about creating plugins for BP 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
Just to be clear, the notification function is a callback – you shouldn’t be calling it directly. Use bp_core_add_notification(). See bp-groups-notifications.php for an example of how it works.
-
Boone Gorges replied to the forum topic Some questions about creating plugins for BP 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
The reason why you’re not seeing the callback when you print is because the component class isn’t fully initialized at the time when you’re adding yourself to $bp. Try this:
`function […]
-
Boone Gorges replied to the forum topic Removing menus not working in BuddyPress 1.5 – help please;) in the group Creating & Extending 13 years, 2 months ago
In BuddyPress 1.5, the parent slug for an individual group is not ‘groups’ or $bp-groups-slug. Instead, it is the single item slug (ie the group slug). Try this:
`bp_core_remove_subnav_item( […] -
Boone Gorges replied to the forum topic Some questions about creating plugins for BP 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
1) No, you don’t have to use BP_Component, but if you can, you probably should. It’s so much easier than trying to figure out which hooks to use. If you don’t need a particular method for your plugin (because […]
-
Boone Gorges replied to the forum topic [BuddyPress 1.5 beta] bp-core-wpabstraction.php error AND deprecated/1.5 error in the group Miscellaneous 13 years, 2 months ago
Change the permissions to 664 and see if it makes a difference. (You haven’t given enough info to know if 644 is ok.)
-
Boone Gorges replied to the forum topic Is there a way to keep a Notifications stream or history? in the group How-To and Troubleshooting 13 years, 2 months ago
The notifications component is not really set up to do this. Notifications get deleted after they are seen, instead of just being marked as read. There is a column called ‘is_new’, which you could probably […]
-
Boone Gorges replied to the forum topic Error on Digest Queue Page in the group BuddyPress Group Email Subscription 13 years, 2 months ago
This should not be a fatal error. If it’s showing up for you and your users in a live environment, you should turn down your PHP error reporting level – it’s unsafe to have it turned on such a high level on a […]
-
Boone Gorges replied to the forum topic 1.5 and Excluding from BP Loops in the group How-To and Troubleshooting 13 years, 2 months ago
You can run as many loops as you want on a single page, as long as they’re separate. You can’t really run embedded loops (of the same content type). That’ll change when, down the road, we start using WP_Query […]
-
Boone Gorges replied to the forum topic 1.5 and Excluding from BP Loops in the group How-To and Troubleshooting 13 years, 2 months ago
@modemlooper Yeah, that would be nice, but it’s much more complicated. Open a ticket and we can start patching 🙂
-
Boone Gorges replied to the forum topic 1.5 and Excluding from BP Loops in the group How-To and Troubleshooting 13 years, 2 months ago
Both bp_has_members() and bp_has_groups() now accept ‘exclude’ parameters. They accept a comma-separated string of group ids. bp_has_blogs() does not have an exclude parameter; feel free to open an enhancement […]
-
Boone Gorges replied to the forum topic Activity and site tracking in BP 1.5 – Possible bug in the group How-To and Troubleshooting 13 years, 2 months ago
Weird. I can’t reproduce on my local installations, though I’ll keep an eye out.
-
Boone Gorges replied to the forum topic Comments in Docs are closed – how to open? in the group BuddyPress Docs 13 years, 2 months ago
Are you sure you’re testing with a signed-in user who is a member of the group? I can’t reproduce your problem on my installation, unless I’m logged out.
-
Boone Gorges replied to the forum topic BuddyPress 1.5 Resources: Tutorials, Videos and Info in the group Installing BuddyPress 13 years, 2 months ago
I assume that @naijaping meant to link to this blog post by the same name: http://wpmu.org/are-you-ready-for-buddypress-1-5/ (it’s a nice post, by the way, and it might be considered for addition on the codex […]
-
Boone Gorges replied to the forum topic Searching text in all Docs of the site in the group BuddyPress Docs 13 years, 2 months ago
It’s possible, but it’s not built into the plugin at the moment. In the next major version of the plugin (1.2), I will be implementing an optional top-level directory, which will allow you to search all Docs on the site.
-
Boone Gorges replied to the forum topic Rough guestimate for BP 1.5 in the group Miscellaneous 13 years, 2 months ago
I would say less than a month, but more than a few days.
To be honest, though, BP 1.5 is quite stable, and the codebase will change very little from this point on. Whatever work you’ve got to do with your […]
-
Boone Gorges replied to the forum topic BP 1.5 Compatibiltiy in the group BuddyPress Followers 13 years, 3 months ago
Stop imagining and make it happen. Hey volunteers! Who wants to do the job?!?
-
Boone Gorges replied to the forum topic Disabling email invitations in the group Invite Anyone 13 years, 3 months ago
Sure, that will work. You can also set a minimum role of ‘Administrator’, which means that only the site admin (you) will have access to that screen.
- Load More
@boonebgorges
Active 1 year, 4 months ago