-
Boone Gorges started the forum topic IMPORTANT: Some notes about WordPress 3.3 and BuddyPress in the group Miscellaneous 12 years, 11 months ago
WordPress 3.3 has just been tagged, and you should be seeing the Upgrade prompt in your Dashboards very soon.
Please note that there are some small issues between BuddyPress 1.5.1 and WP 3.3:
– If you are […]
-
Boone Gorges replied to the forum topic [Plugin: BP Better Directories] Has anyone used it? in the group Creating & Extending 12 years, 11 months ago
@peterbujok – Turn down your PHP warning level. It should not be showing such minor notices on the front end of the site.
-
Boone Gorges replied to the forum topic [Plugin: BP Better Directories] Has anyone used it? in the group Creating & Extending 12 years, 11 months ago
The plugin does pretty much what you are looking for.
You should heed the warnings that @mercime points out. They are important. If you run the plugin on a production site without heeding the warnings, you’ll […]
-
Boone Gorges replied to the forum topic How to get the current group slug in the group How-To and Troubleshooting 12 years, 11 months ago
bp_get_current_group_slug() gets the slug for the current viewed group ($bp-groups-current_group-slug). For instance, in this group, it would return
how-to-and-troubleshooting
bp_get_group_slug() gets the […]
-
Boone Gorges replied to the forum topic Members loop has bug (BP 1.5.1) in the group How-To and Troubleshooting 12 years, 11 months ago
Open a bug ticket for that please
-
Boone Gorges replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 12 years, 11 months ago
Also, you might want to consider contacting Godaddy and explaining the problems (that newly updated avatars in /wp-content/uploads/avatars are getting the wrong permissions). It might be something they can help with.
-
Boone Gorges replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 12 years, 11 months ago
Yeah, the permissions can be pretty weird on these kinds of setups.
FWIW you should probably not have Write permissions for “all users”. Set it to read-write for owner and group, read-only for all users.
-
Boone Gorges replied to the forum topic BuddyPress wipes out WordPress cache? in the group How-To and Troubleshooting 12 years, 11 months ago
Can you open a ticket at trac.buddypress.org?
In the meantime, try this https://wordpress.org/support/topic/plugin-wp-super-cache-clear-cache-when-user-login#post-2114809
-
Boone Gorges replied to the forum topic Members loop has bug (BP 1.5.1) in the group How-To and Troubleshooting 12 years, 11 months ago
“custom loop” is the one in the sidebar? How did you add it there?
-
Boone Gorges replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 12 years, 11 months ago
It sounds like it might be a permissions issue.
Just to be clear: When I try to view http://point2angler.com/wp-content/uploads/avatars/19/c70472e199daa3d2a55276a8eedea0b5-bpfull.jpg in a browser, I get a 404. […]
-
Boone Gorges replied to the forum topic EMERGENCY!!! – new avatar images in the group How-To and Troubleshooting 12 years, 11 months ago
The people who answer questions in this forum are volunteers. Please be patient.
Did some aspect of your configuration change? What other plugins are you using? Have you verified that the new avatars are […]
-
Boone Gorges replied to the forum topic 1.5.1: Activity stream for private groups displayed to everyone! in the group How-To and Troubleshooting 12 years, 11 months ago
Can you switch to bp-default to see if the problem persists?
-
Boone Gorges replied to the forum topic Members loop has bug (BP 1.5.1) in the group How-To and Troubleshooting 12 years, 11 months ago
I don’t see anything in the code which would have caused such a change, but it’s possible. Please open a bug ticket at http://trac.buddypress.org
-
Boone Gorges replied to the forum topic 1.5.1: Activity stream for private groups displayed to everyone! in the group How-To and Troubleshooting 12 years, 11 months ago
I can’t reproduce either issue on my local installations.
– Hidden/private group activity does not show for logged-out users
– Hidden/private group activity does not show on the Friends activity tabAre […]
-
Boone Gorges replied to the forum topic Disable Private Groups in the group How-To and Troubleshooting 12 years, 12 months ago
I don’t know an easy way to do this at the moment, but it’s a reasonable enhancement request. At the very least, we could provide a filter that would allow plugins to modify which group types are permitted. […]
-
Boone Gorges replied to the forum topic Plugin incompatible with bp1.5 in the group BuddyPress Group Email Subscription 12 years, 12 months ago
The plugin works fine on all my installations of BP 1.5.x. @ewebber is probably right that something is causing your JS not to load. Sometimes this happens because you are manually defining BP_VERSION and doing it […]
-
Boone Gorges replied to the forum topic Multisite Buddypress – New Users, Sites, Admin Bar in the group How-To and Troubleshooting 13 years ago
The original issue has been resolved: https://buddypress.trac.wordpress.org/ticket/3755#comment:8
@iblbuilder Your issue sounds distinct. Can you post a bug ticket at http://trac.buddypress.org, with specific […]
-
Boone Gorges replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years ago
No, don’t use a template file. plugins.php is not the issue.
Move your
if ( isset( $_POST['submit'] ))
stuff up intobp_privacy_screen_settings_menu()
. Then change it to
`if ( isset( $_POST[‘submit’] […] -
Boone Gorges replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years ago
Hm. I’d have to see the code to see why it’s causing a problem. I don’t see why using plugins.php would make a difference, unless you’re catching the $_POST submit inside of the bp_template_content function.
-
Boone Gorges replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years ago
Yeah, I don’t even need to look, and I already know what’s happening.
The problem is that you’re catching the form submit too late – the page has already started loading, and your settings have already been […]
- Load More
@boonebgorges
Active 1 year, 4 months ago