Search Results for 'wordpress'
-
AuthorSearch Results
-
June 3, 2018 at 12:08 pm #273998
kitchin
ParticipantXprofile Custom Fields Type (version 2.6.3)
apparently has some problems and won’t be fixed. WordPress.org says:This plugin was closed on January 26, 2018 and is no longer available for download. Reason: Security Issue.
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
Someone just released a drop-in replacement with an easy migration path:
Xprofile Custom Field Type (version 1.0).
Note, no “s” in “Field.” Also, the directory is different!I’m trying it out. Though it doesn’t have a lot of downloads so far, the developer has other plugins on WordPress.org that have been around for a while.
June 3, 2018 at 10:26 am #273997thegoodnamesweretaken
ParticipantDoes Buddypress assume that WordPress is installed in the /var/www/html directory?
Venutius
ModeratorThis plugin https://wordpress.org/plugins/buddypress-registration-groups-1/ allows new members to choose groups on registration
June 3, 2018 at 12:57 am #273986thegoodnamesweretaken
ParticipantI forgot to list the apache rewrite_mod above, but it is also installed.
Buddypress instructions say to ‘AllowOverride all’ to the folder containing htaccess, however, using these instructions https://help.ubuntu.com/lts/serverguide/wordpress.html as a base, I set ‘Allowoverride all’ to my /usr/share/wordpress directory. htaccess is located in /etc/wordpress. Could this be the problem? and If so, how would I correct it?
Thank you for your time.
June 2, 2018 at 8:41 am #273954In reply to: Dynamic URL link for widget buttons
Venutius
ModeratorHave you looked at https://www.google.com/url?q=https://wordpress.org/plugins/bp-profile-shortcodes-extra/ This allows you to create BP profile links to any page and call them in a shortcode, maybe that could help?
June 2, 2018 at 7:06 am #273949In reply to: Activation key field don’t auto fill
Radzio125
ParticipantI use my own theme. @venutius thanks for link. I edit this file and all works well:
June 1, 2018 at 8:25 pm #273937In reply to: Activation Email
Venutius
ModeratorThis page explains about it:
https://codex.wordpress.org/WP_DEBUG
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define( 'WP_DEBUG_DISPLAY', false );in wp-config.php, there’s a section a bit over halfway down where WP_DEBUGis set to false, you can add the code there.
June 1, 2018 at 7:36 pm #273933In reply to: Activation Email
meridioinc
ParticipantThis is what query monitor shows me. Looks like these 2 are highlighted red:
query_cache_size 0 (Help)
query_cache_type OFF (Help)PHP
version 7.0.30
sapi fpm-fcgi
user :
max_execution_time 1200
memory_limit 256M
upload_max_filesize 2047M
post_max_size 2047M
display_errors 0
log_errors 1
Error Reporting
4983+ Toggle button
Extensions
49 + Toggle button
Databaserdbms MariaDB
server version 5.5.5
extension mysqli
client version 50012 (5.0.12)
user 1126184
host 66.155.38.193:3441
database 1126184
key_buffer_size 2147483648
~2 GB
max_allowed_packet 104857600
~100 MB
max_connections 1024
query_cache_limit 1048576
~1 MB
query_cache_size 0 (Help)
query_cache_type OFF (Help)WordPress
version 4.9.6
WP_DEBUG false
WP_DEBUG_DISPLAY false
WP_DEBUG_LOG false
SCRIPT_DEBUG false
WP_CACHE true
CONCATENATE_SCRIPTS undefined
COMPRESS_SCRIPTS undefined
COMPRESS_CSS undefined
WP_LOCAL_DEV undefined
Serversoftware nginx
version Unknown
address 10.0.38.209
host web93.q8.sat.pressable.net
OS Linux 4.9.0-6-amd64June 1, 2018 at 7:28 pm #273930In 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. -
AuthorSearch Results