Search Results for 'wordpress'
-
AuthorSearch Results
-
June 1, 2018 at 7:28 pm #273930
In reply to: Activation Email
meridioinc
ParticipantI dunno. I’m no expert, but I do know enough to not start clicking extra things when you aren’t entirely sure what to do.
I say that because all I started with was installing buddy press. Got the register thing up and running, and ran into this problem straight away.
Chatted with WordPress who helped me find a thread here which is where I installed WP Mail SMTP, which will send a test email just fine, but nothing else. I even see that you registered.
June 1, 2018 at 5:33 pm #273915In reply to: No Notifications Bubble
Venutius
ModeratorI’m afraid I don’t offhand, I agree it would be a useful feature. Maybe you could add it as a feature request?
Then the boffins could look at it.
June 1, 2018 at 4:25 pm #273903In reply to: GDPR compliance
Venutius
ModeratorHave you looked at the BuddyPress GDPR plugin just released by BuddyBoss?
June 1, 2018 at 6:06 am #273849In reply to: Blank Notifications
Varun Dubey
Participant@bossmanuk try to debug with default WordPress theme (2017) with BuddyPress plugin only it might be possible some theme code is creating an issue.
Varun Dubey
Participant@stevenseagal follow the steps mentioned here and check error logs
https://codex.wordpress.org/Debugging_in_WordPress
based on error log we can suggest, how to fix it.June 1, 2018 at 6:03 am #273847In reply to: Activity Load More Not Working
Varun Dubey
Participant@aronprins if that’s issue with default theme as well You can submit at https://buddypress.trac.wordpress.org/report
June 1, 2018 at 6:01 am #273846In 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:51 am #273843In reply to: Buddypress activity plus pludin issues
Dr md shahriar kabir
ParticipantI cant do anything? because I am not expert about internal work of wordpress language.
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 #273806onions2578
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:40 am #273795Paul Wong-Gibbs
KeymasterI 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? And keep_bp_get_user_meta_last_activity_warningin place. Basically, preventing DB writes.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: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 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: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 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: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 3:19 pm #273773In reply to: User Extended Profiles
Venutius
ModeratorYou can try these patches https://buddypress.trac.wordpress.org/ticket/7845
May 30, 2018 at 11:23 am #273768In reply to: Big problem with activity embeds
harry74
ParticipantI am reposting the same with the code parts fixed (I hope)
Wordpress Version: 4.9.6
Buddypress version: 3.0.0Hello,
I’ve been struggling for days with oEmbed, but I’m not a coder nor very experienced in WP so no luck yet. I want to be able to post on the activity stream from almost any source and generate a preview (same as on Facebook, Tumblr etc). First of all, even some major sites (Facebook, Flickr, Tumblr) from the WP whitelist do not generate a preview when posting a link in activity. A bug maybe? Also, Activity Plus and rtMedia are not solutions, because I tried them and both have problems. I should point out that I have multisite and BP Multi Network and have set BP_ENABLE_MULTIBLOG as true.
Two very good plugins are Iframely and Embedly. The problem with the first is that there’s a limit of embeds in the free version and it doesn’t support as many sites as I need. Embedly does, but here’s the problem. When activated, there seems to be a conflict with some of the default embed providers of BP, like Vimeo and Youtube. A preview is still generated, but it is only a dead image of the video. You cannot click play or click on the title and open the video in a new tab. So the plugin becomes essentially useless (nobody could afford to have a social network where users can’t post YouTube videos). There’s a similar problem with Iframely (the YouTube video is OK but there’s a big blank area beneath it), but they have an option “Do not override default embed providers” that solves the problem. Unfortunately Embedly doesn’t have such an option. Does anyone know if I could force it somehow to do the same? (I have already contacted their support days ago but they never answered.)
Then, I thought to remove YouTube from the oEmbed providers list with
<?php wp_oembed_remove_provider( $format ) ?>hoping that this would eliminate the conflict, since Embedly alone would handle YouTube links. I’m not sure what I did it wrong, because at first I pasted this code as a test:
<?php wp_oembed_remove_provider( 'http://wordpress.tv/*' ); ?>in the wp-includes/media.php file at the end and it returned syntax error, unexpected ‘<‘. Then I tried:
wp_oembed_remove_provider( 'http://wordpress.tv/*' );No error this time, but nothing changed. I could still post a link from wordpress.tv and a preview was generated. Can someone explain how to do this correctly? And do you think that if I remove YouTube from the providers it will solve the issue?
Finally, I found out about oEmbed Discovery. The documentation is not very clear, so I’m not even sure what exactly it is supposed to do if enabled. Does it allow content from any site to be embedded? Or does it have limitations too? And what does it mean “you can give unfiltered_html users (Administrators and Editors) the ability to embed”? If I used it, would I have to give every new user editor role so that they could post? Anyway, the thing is I installed the Enable oEmbed Discovery plugin, but absolutely nothing changed. I tried some test posts from various websites and only the link was posted as usual. Any idea what went wrong?
I tried all the above with network activation, per site activation, network and per site together, everything… but to no avail. Any help will be greatly appreciated because this is a huge problem for my site. Sorry for the long post, at least I hope it might help others too with similar issues. Lastly, if anyone proposes a solution which includes some code, please mention where I should paste it (I do have a bp-custom.php file).
Thanks in advance
May 30, 2018 at 5:01 am #273762In reply to: Buddypress activity plus pludin issues
Varun Dubey
Participant@shahriar83 You have already created a thread with BP activity plus support, Explain to them how to replicate the issue.
You can replicate the issue with Template Pack BuddyPress Nouveau after BP 3.0 install using WordPress Default theme “Twenty Seventeen” at singe group activity page.
May 30, 2018 at 2:33 am #273758Topic: Big problem with activity embeds
in forum How-to & Troubleshootingharry74
ParticipantHello,
I’ve been struggling for days with oEmbed, but I’m not a coder nor very experienced in WP so no luck yet. I want to be able to post on the activity stream from almost any source and generate a preview (same as on Facebook, Tumblr etc). First of all, even some major sites (Facebook, Flickr, Tumblr) from the WP whitelist do not generate a preview when posting a link in activity. A bug maybe? Also, Activity Plus and rtMedia are not solutions, because I tried them and both have problems. I should point out that I have multisite and BP Multi Network and have set BP_ENABLE_MULTIBLOG as true.
Two very good plugins are Iframely and Embedly. The problem with the first is that there’s a limit of embeds in the free version and it doesn’t support as many sites as I need. Embedly does, but here’s the problem. When activated, there seems to be a conflict with some of the default embed providers of BP, like Vimeo and Youtube. A preview is still generated, but it is only a dead image of the video. You cannot click play or click on the title and open the video in a new tab. So the plugin becomes essentially useless (nobody could afford to have a social network where users can’t post YouTube videos). There’s a similar problem with Iframely (the YouTube video is OK but there’s a big blank area beneath it), but they have an option “Do not override default embed providers” that solves the problem. Unfortunately Embedly doesn’t have such an option. Does anyone know if I could force it somehow to do the same? (I have already contacted their support days ago but they never answered.)
Then, I thought to remove YouTube from the oEmbed providers list with
<?php wp_oembed_remove_provider( $format ) ?>
hoping that this would eliminate the conflict, since Embedly alone would handle YouTube links. I’m not sure what I did it wrong, because at first I pasted this code as a test:
<?php wp_oembed_remove_provider( ‘http://wordpress.tv/*’ ); ?>
(with the < >) in the wp-includes/media.php file at the end and it returned syntax error, unexpected ‘<‘. Then I tried:
wp_oembed_remove_provider( ‘http://wordpress.tv/*’ );
No error this time, but nothing changed. I could still post a link from wordpress.tv and a preview was generated. Can someone explain how to do this correctly? And do you think that if I remove YouTube from the providers it will solve the issue?
Finally, I found out about oEmbed Discovery. The documentation is not very clear, so I’m not even sure what exactly it is supposed to do if enabled. Does it allow content from any site to be embedded? Or does it have limitations too? And what does it mean “you can give unfiltered_html users (Administrators and Editors) the ability to embed”? If I used it, would I have to give every new user editor role so that they could post? Anyway, the thing is I installed the Enable oEmbed Discovery plugin, but absolutely nothing changed. I tried some test posts from various websites and only the link was posted as usual. Any idea what went wrong?
I tried all the above with network activation, per site activation, network and per site together, everything… but to no avail. Any help will be greatly appreciated because this is a huge problem for my site. Sorry for the long post, at least I hope it might help others too with similar issues. Lastly, if anyone proposes a solution which includes some code, please mention where I should paste it (I do have a bp-custom.php file).
Thanks in advance
May 29, 2018 at 5:33 pm #273749In reply to: Buddypress activity plus pludin issues
Varun Dubey
ParticipantI am able to replicate the issue, You can report here once
https://wordpress.org/support/topic/problem-with-new-buddypress-template/May 29, 2018 at 5:02 pm #273746In reply to: Required Profile Field _ Terms Of Service
Varun Dubey
Participant@dannydlb You can try these patches https://buddypress.trac.wordpress.org/ticket/7845
May 29, 2018 at 8:57 am #273727In reply to: Editing the registration page
Varun Dubey
Participantyou can check https://wordpress.org/plugins/mailchimp-for-wp/
May 28, 2018 at 7:32 pm #273713In reply to: Activation Emails are not being sent
filipponeri20
ParticipantThanks a lot @sharebophar for your solution. I had to do a little of adjustment but it was right on the spot!
PROBLEM:
buddypress nouveau not sending activation email but buddypress nouveau sending correctly emails to user for notifications on manually activated users. So in my case the problem was ONLY that the validation email was not sent. I say ‘only’ from a technical perspective but from the user perspective was a VERY BIG issue. Again thanks @sharebophar for your solution
Also note that I am not running a wordpress multisite.SOLVED:
Here are the steps I have employed:STEP 1
a) browse to “/bp-core/bp-core-functions.php” in buddypress plugin directory
b) replace the code for ‘core-user-registration’ and ‘core-user-registration-with-blog’ with the following one'core-user-registration' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate your account', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' ), ), 'core-user-registration-with-blog' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate {{{user-site.url}}}', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href=\"{{{activate-site.url}}}\">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>.", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.", 'buddypress' ), ),STEP 2
a) go to wordpress dashboard, settings, buddypress
b) select and run the ‘repair email’ optionSTEP 3
all now works. I have been testing it with dummy users. I hope the whole explanation helps.
Regards -
AuthorSearch Results