Search Results for 'buddypress'
-
AuthorSearch Results
-
June 1, 2018 at 6:01 am #273846
In reply to: Buddypress activity plus pludin issues
Varun Dubey
ParticipantKeep eye on https://wordpress.org/support/topic/buddypress-activity-plus-plugin-issues/ thread. That’s all you have to do
June 1, 2018 at 5:58 am #273845Varun Dubey
Participant@sjregan then it must be theme specific error, We had also got similar reports for Kleo users. You can consult with their support.
As per my understanding up to now, a theme can not have inbuilt support for both sets of BuddyPress template files, they have to make their choice and define inside theme code for which template set they have added dedicated support.June 1, 2018 at 4:03 am #273838In reply to: Activation emails not being sent
frangdelsolar
ParticipantThank you! I tried that, but still not working, though. Is it a theme issue? Host provider? What could it be? I’m running Twenty Twelve theme. And it is a shame since Buddypress is exactly what I need, since it has compatibility with the rest of the plugins.
May 31, 2018 at 10:39 pm #273827In reply to: Activation emails not being sent
r-a-y
KeymasterMay 31, 2018 at 10:37 pm #273826r-a-y
KeymasterThe next release is scheduled for next week.
In the meantime, replace
bp-core/bp-core-functions.phpwith the following:
https://raw.githubusercontent.com/buddypress/BuddyPress/master/src/bp-core/bp-core-functions.phpThen, go to the admin dashboard and navigate to “Tools > BuddyPress” and check the “Reinstall emails” option and the activation email template should be installed.
May 31, 2018 at 5:15 pm #273819In reply to: Username is on the registration form twice!
bassibabes1
ParticipantSolved this!
Used the code from this topic
May 31, 2018 at 2:38 pm #273810michaelv3
Participantthe above just output buddypress group fields values anywhere I like [bpps_profile_field field=Life tab=LifeColors] but no edit values anywhere i like
Thank paul, I will check some survey plugins and sort some integration myself.
ultimate members plugin has shortcode to add profile fields editing areas I think but only works with registration and base profile fields and not buddypress group fields
any example of code (for editing profile group fields) on homepage or best buddypress survey plugins I can customize would help
May 31, 2018 at 2:21 pm #273808Boone Gorges
KeymasterThe simplest way to disable, at the moment, is to squelch the
update_user_meta()call. Untested, but something like this should work:add_filter( 'update_user_metadata', function( $should_update, $object_id, $meta_key ) { if ( 'last_activity' === $meta_key ) { return false; } return $should_update; }, 10, 3 );I’ve opened a ticket to discuss disabling the backward compatibility feature in BP. https://buddypress.trac.wordpress.org/ticket/7882#ticket
May 31, 2018 at 11:52 am #273806michaelv3
ParticipantTHis is what I was looking for
I am installing now, and may post updates if not what I want.
I found these by searching “wordpress profile fields shortcodes” and there are heap more that I can use with buddypress
Took over 10 hours researching before I tried this search termMay 31, 2018 at 9:55 am #273803In reply to: Failed to migrate to another url
gquadrat
ParticipantYou helped a lot!
Thank you very much…I deactivated the buddypress_link plugin and now it works.
Thank you and have a nice day
May 31, 2018 at 9:49 am #273800In reply to: Few things
Paul Wong-Gibbs
KeymasterThis is not a BuddyPress question.
May 31, 2018 at 9:36 am #273794In reply to: Error (500) after update from BP 2.9.2 to 3.0.0
Paul Wong-Gibbs
KeymasterIt’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 matter of number of contributors and time).May 31, 2018 at 9:24 am #273793In reply to: GDPR compliance
Paul Wong-Gibbs
KeymasterOur 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 https://buddypress.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=4.0 to see all issues assigned to 4.0 (7855, 7856, 7866, 7867, etc).
May 31, 2018 at 9:19 am #273791In reply to: Activation Emails are not being sent
smilingdeep
ParticipantI am testing this, but wondering at the same time what is ” the repair email option”.
Hello @alpokoskiniva, this solution is tested and has worked for everyone with activation mail issue. I am sure you will also be able to solve this.
As for “reset email settings” – go to Dashboard> tools > BuddyPress tools and here you will find this option. This option resets Buddypress e-mail configuration to default. Hope it helps.
May 31, 2018 at 9:17 am #273790In reply to: Activation Emails are not being sent
Paul Wong-Gibbs
KeymasterWe 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 after installing BuddyPress, and want the translated emails, or if you’ve made a code change to the email language in the BuddyPress files, which is what @filipponeri20 has done. We strongly recommend that no-one ever changes a core file of BuddyPress, because it will be overwritten when you update.May 31, 2018 at 9:13 am #273789In reply to: Failed to migrate to another url
Paul Wong-Gibbs
KeymasterYou 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 configuration is indeed different (you were probably suppressing the error before).
We can’t help more.
May 31, 2018 at 8:20 am #273786In reply to: Activation Emails are not being sent
Alpo
ParticipantI have fresh WordPress installation version 4.96 and Buddypress 3.0.
Unfortunately the version 3.0 of Buddypress does not send confirmation email to new registered users. I removed the version 3.0 and tested the version 2.9.4. So in that version it worked.
Several websites are in trouble if the registration process does not work as expected. Otherwise Buddypress is awesome plugin and thanks to the developers. Hopefully the team can fix the case soon.
May 31, 2018 at 3:40 am #273785ethanstein
ParticipantIt seems like parameters 6-8 are no longer being passed with the new version of buddypress?
This is my code which has been working:
function bp_custom_format_buddypress_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string', $component_action, $component_name, $id ) { if ("wbp_party" === $component_name && is_user_logged_in()) { ... if ( 'string' === $format ) { $return = apply_filters( 'wbp_notification_filter','<a href="'.$custom_link.'">'.$custom_title.'</a> ', $custom_text, $custom_link ); // Deprecated BuddyBar } else { $return = apply_filters( 'wbp_notification_filter_array', array( 'text' => $custom_text, 'link' => $custom_link ), $custom_link, (int) $total_items, $custom_text, $custom_title ); } return $return; } } add_filter( 'bp_notifications_get_notifications_for_user', 'bp_custom_format_buddypress_notifications', 10, 8 );May 31, 2018 at 3:37 am #273784ethanstein
ParticipantI also had the same issue. It has been working for the past six months but for some reason I’m now getting the error:
[Thu May 31 03:17:57.637007 2018] [proxy_fcgi:error] [pid 20994:tid 140462744499968] [client 76.95.217.178:52226] AH01071: Got error 'PHP message: PHP Warning: Missing argument 6 for bp_custom_format_buddypress_notifications(), called in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php on line 286 and defined in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wbp/lib/party/notifications.php on line 40\nPHP message: PHP Warning: Missing argument 7 for bp_custom_format_buddypress_notifications(), called in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php on line 286 and defined in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wbp/lib/party/notifications.php on line 40\nPHP message: PHP Warning: Missing argument 8 for bp_custom_format_buddypress_notifications(), called in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-hook.php on line 286 and defined in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wbp/lib/party/notifications.php on line 40May 31, 2018 at 12:53 am #273783In reply to: GDPR compliance
angrywarrior
ParticipantHow about Pseudonymisation and encryption of user data in BuddyPress?
As I understand this must also be achieved under the GRPR directive.
(And yes thank you @buddyboss for your initivite, it is step in the right direction).
May 30, 2018 at 8:12 pm #273780In reply to: Little bug on Nouveau profile menu
Henry Wright
ModeratorThe “Articles” tab isn’t something that BuddyPress adds. If the count isn’t compatible with Nouveau then I suggest you let the plugin author know at https://wordpress.org/support/plugin/social-articles
May 30, 2018 at 7:31 pm #273779In reply to: Error (500) after update from BP 2.9.2 to 3.0.0
Venutius
ModeratorBuddyPress Xprofile Fields Type has been withdrawn and if unsupported.
If you do a lookup for BuddyPress Xprofile Custom Fields (note the extra s) you will find that there’s a new fork of this plugin that should fix the problem.
May 30, 2018 at 7:11 pm #273777In reply to: GDPR compliance
BuddyBoss
ParticipantWe have released a plugin to help with GDPR compliance: https://wordpress.org/plugins/bp-gdpr/
This will be helpful for now, until there is a major BuddyPress release with these features.May 30, 2018 at 4:33 pm #273775pandraka
ParticipantIs there a date for a fix to BuddyPress for this issues?
May 30, 2018 at 3:19 pm #273773In reply to: User Extended Profiles
Venutius
ModeratorYou can try these patches https://buddypress.trac.wordpress.org/ticket/7845
-
AuthorSearch Results