-
Paul Wong-Gibbs replied to the topic Few things in the forum Installing BuddyPress 6 years, 5 months ago
This is not a BuddyPress question.
-
Paul Wong-Gibbs replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 5 months ago
It’s likely that any new features will be added to Nouveau, and not Legacy.
It’s up to you which you want to support or build from. -
Paul Wong-Gibbs replied to the topic Read activation key in activate.php in the forum How-to & Troubleshooting 6 years, 5 months ago
bp_get_current_activation_key()
? -
Paul Wong-Gibbs replied to the topic Edit or Display "Profile Fields Group" on homepage or elsewhere in the forum Third Party Plugins 6 years, 5 months ago
Yep, you’ll want to use a survey plugin for this, and probably code some sort of integration yourself.
-
Paul Wong-Gibbs replied to the topic Desactive / Remove last_activity metadata on user_meta in the forum How-to & Troubleshooting 6 years, 5 months ago
I don’t know about “simple”. The function in BP is bp_update_user_last_activity() and that calls WordPress’ user meta functions. I am positive there are filters within that stack you could use to override the value or prevent the writes, but you’ll need to look into that code yourself.
@boonebgorges Do you think we can stop this mirroring yet?…[Read more]
-
Paul Wong-Gibbs replied to the topic Error (500) after update from BP 2.9.2 to 3.0.0 in the forum How-to & Troubleshooting 6 years, 5 months ago
It’d been helpful if you’d linked to it, @venuitius 😉
I’ve just tried searching myself and couldn’t find it.At any rate, this is not a BuddyPress problem — it’s an out of date and unsupported plugin.
We are looking at trying to introduce some of these field types into the main BuddyPress plugin for future versions (it will happen, just a…[Read more] -
Paul Wong-Gibbs replied to the topic GDPR compliance in the forum Requests & Feedback 6 years, 5 months ago
Our position is that we want BuddyPress to provide tools that help site owners comply with privacy legislation.
Our 4.0 release, about a month away, will be our first pass at this. Read the latter comments in https://buddypress.trac.wordpress.org/ticket/7698 for linked/related tickets, as well as…[Read more]
-
Paul Wong-Gibbs replied to the topic bp_notifications_get_notifications_for_user filter failing in the forum Installing BuddyPress 6 years, 5 months ago
I can’t see any code change in 3.0 that might have affected this. This filter is called in three places, and each place we pass eight parameters.
If you can debug this, perhaps with
wp_debug_backtrace()
and find a code execution path, that would be handy. -
Paul Wong-Gibbs replied to the topic Activation Emails are not being sent in the forum How-to & Troubleshooting 6 years, 5 months ago
We have this fixed for our next release, v3.1. This will be released next week (Wednesday) at the latest. The bug was addressed at https://buddypress.trac.wordpress.org/ticket/7869
@alpokoskiniva “Repair email” deletes the emails from the “Emails” menu, then re-adds them. You don’t need to do this unless you’ve added a translation to your site…[Read more]
-
Paul Wong-Gibbs replied to the topic Failed to migrate to another url in the forum How-to & Troubleshooting 6 years, 5 months ago
You need to talk to whoever runs your server. It’s possible the PHP error logging configuration is different on each.
Furthermore, you can see the problem comes from the folder
/plugins/buddypress-links
, which is not BuddyPress itself.I haven’t seen BuddyPress Links in a long time — I’m assuming it’s not compatible, and that your PHP…[Read more]
-
Paul Wong-Gibbs replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 5 months ago
Imagine a BuddyPress Template Pack as something analogous to a WordPress theme. You can’t have a child theme compatible with multiple parent themes.
And you can’t have a template pack compatible with multiple themes. I don’t think there is anything in the template hierarchy – like the named folders that you suggest – that would let you do this.…[Read more]
-
Paul Wong-Gibbs replied to the topic users can not be activated after registration in the forum How-to & Troubleshooting 6 years, 6 months ago
Are you using the new Nouveau template pack that came with Buddypress 3.0?
-
Paul Wong-Gibbs replied to the topic User Profile Fields in the forum Installing BuddyPress 6 years, 6 months ago
Sorry, what is the problem?
-
Paul Wong-Gibbs replied to the topic User cannot publish activity after install buddyblog plugin. in the forum Installing BuddyPress 6 years, 6 months ago
Yep, it’s not a core BuddyPress problem. We can’t support other plugins, sorry.
-
Paul Wong-Gibbs replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 6 months ago
I am pretty sure themes will choose to use one template pack or another. It will be almost impossible to support multiple template packs.
-
Paul Wong-Gibbs replied to the topic add user to group when user is added via dashboard in the forum How-to & Troubleshooting 6 years, 6 months ago
@anrahulpandey Check the function declaration for
groups_join_group()
inside BuddyPress’ files!function groups_join_group( $group_id, $user_id = 0 )
I think you are specifying the user_id and group_id parameters in the wrong order. 🙂
-
Paul Wong-Gibbs replied to the topic BuddyPress 3.0, no new users since… in the forum Installing BuddyPress 6 years, 6 months ago
Keep an eye on https://buddypress.trac.wordpress.org/ticket/7845#ticket !
-
Paul Wong-Gibbs replied to the topic User registration fails when multiple options selected in BuddyPress 3.0.0 in the forum Installing BuddyPress 6 years, 6 months ago
Thanks for the details. Keep an eye on https://buddypress.trac.wordpress.org/ticket/7845#ticket
-
Paul Wong-Gibbs replied to the topic No more Forums tab inside the group since 3.0 in the forum How-to & Troubleshooting 6 years, 6 months ago
We don’t have enough information to figure out what the cause might be yet, I think we will need to try to reproduce the problem, but it doesn’t seem to be unique to your site, so I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/7844 — please keep an eye on that for updates.
-
Paul Wong-Gibbs replied to the topic Forums No Longer Appearing After Update in the forum How-to & Troubleshooting 6 years, 6 months ago
We don’t have enough information to figure out what the cause might be yet, I think we will need to try to reproduce the problem, but it doesn’t seem to be unique to your site, so I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/7844 — please keep an eye on that for updates.
- Load More
@djpaul
Active 2 months, 2 weeks ago