-
Masoud's profile was updated 9 years, 9 months ago
-
Iveta Arnaudova started the topic W3 Total Cache in the forum Installing BuddyPress 9 years, 9 months ago
Hello,
I would like to ask you if the BuddyPress plugin is compatible with W3 Total Cache Plugin and if yes how do I have to set it up to work properly?
Thank you in advance
Regards,Iveta
-
Henry Wright replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
Can you let me know what output you get from this?
add_action( 'bp_loaded', function() {
var_dump( bp_get_option( 'bp-active-components' ) );
} ); -
CyberWoolf started the topic DIsable Activity Stream on Group Home in the forum How-to & Troubleshooting 9 years, 9 months ago
Is there a way to accomplish this? I only want the activity stream panel to show up on the home page, but it is also showing up on the group home pages.
-
Schweizer Solutions GmbH replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
This is the output of the get_option:
array (
)And this is, what update_option use to store:
array (
'groups' => 1,
)
-
cara menghilangkan jerawat's profile was updated 9 years, 9 months ago
-
Henry Wright replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
Can you var_dump
$bp_active_componentsjust to see what we have in the db? -
Schweizer Solutions GmbH replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
Thank you Henry, but we already tried this hook.
Maybe I should give you some code:
class SKS_Test {
public function __construct() {
add_action( 'activated_plugin', array( $this, 'activated_plugin' ), 99, 1 );
}public function activated_plugin( $plugin ) {
if ( $plugin == 'buddypress/bp-loader.php' && ! get_option( 'sks_installed',…[Read more]
-
Henry Wright replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
You need
activated_plugin. It fires after a plugin has been activated but note that if a plugin is silently activated (such as during an update), the hook doesn’t fire.Here’s an example:
add_action( 'activated_plugin', function( $plugin, $network_wide ) {
// $plugin is a string (the path to main plugin file).
}, 10, 2 ); -
Schweizer Solutions GmbH started the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
Hello,
we build a One-Click-Installer for our WordPress-Multisite and we would like to activate some BuddyPress components.
First we activate the plugin programmatically and then we would like to activate the component groups per default.
We modified array in the option bp-active-components and added ‘groups’ => 1.
But it seems, that BuddyPress…[Read more] -
Henry Wright replied to the topic How to properly set bcc in all emails? in the forum How-to & Troubleshooting 9 years, 9 months ago
bcc stands for blind carbon copy. It’s a way of sending email to a group of recipients without them seeing who else the email is addressed to. So bcc will be blank every time.
-
Henry Wright replied to the topic [Resolved] Sorry, there was no activity found. Please try a different filter. in the forum How-to & Troubleshooting 9 years, 9 months ago
@apokh glad you solved the problem 🙂
-
Paul Wong-Gibbs replied to the topic wp-engine and group activity autorefresh issue in the forum How-to & Troubleshooting 9 years, 9 months ago
Can we get a link to your site please?
-
Paul Wong-Gibbs replied to the topic Can't seem to work on Yoast SEO plugin in the forum How-to & Troubleshooting 9 years, 9 months ago
It’s quite probable it just won’t work. BuddyPress intentionally interferes with the page that WordPress thinks its loading (when it’s a BuddyPress URL), and I suspect Yoast SEO will look at this page object, and because we’ve messed with it and because it doesn’t map to a real WordPress Page, it won’t work.
Sorry!
-
Paul Wong-Gibbs replied to the topic Restrict subscribers having access on other users' activity log in the forum How-to & Troubleshooting 9 years, 9 months ago
Cool!
-
Paul Wong-Gibbs replied to the topic Redirect does not work in the forum Creating & Extending 9 years, 9 months ago
Welcome Pack! Small world.
Can you try disabling Welcome Pack? That certainly interferes with user registration.
Please also try disabling iThemes Security.Then, test registration again, and see what happens.
If it still doesn’t work as expected, if you can switch your theme to one of the default WordPress themes (leaving those two plugins…[Read more]
-
Ben Hansen replied to the topic Buddypress bootstrap theme in the forum Showcase 9 years, 9 months ago
Well any theme that i have bought for buddypress usage would be at least a year old (probably more) at this point and i not would generally recommend buying a theme that’s old since responsive design trends are still moving so fast. Sorry i cannot personally recommend anything but there are good ways to vet the newer themes as well.
🙂
-
Ben Hansen replied to the topic Buddypress bootstrap theme in the forum Showcase 9 years, 9 months ago
this place has decent premium themes:
https://themeforest.net/search?utf8=✓&term=buddypress+bootstrapyou can also do a similar search query on the wp.org repository.
-
Paul Wong-Gibbs replied to the topic Users getting all notification emails except activation email in the forum How-to & Troubleshooting 9 years, 9 months ago
Great!
-
Paul Wong-Gibbs replied to the topic Redirect does not work in the forum Creating & Extending 9 years, 9 months ago
It should work like that by default. What plugins do you have running, what theme are you using, and what other code customisations might you have made?
- Load More