Search Results for 'wordpress'
-
AuthorSearch Results
-
June 5, 2018 at 4:06 pm #274091
In reply to: Activation Email
meridioinc
ParticipantYes. My site is on WordPress. They host my domain.
June 5, 2018 at 3:12 pm #274085In reply to: Activation Email
Venutius
ModeratorYou mean you have a site on WordPress.com?
June 5, 2018 at 2:47 pm #274084In reply to: Activation Email
meridioinc
ParticipantSo WordPress tells me to tell you that my site is hosted at WordPress and that I don’t have ftp access.
June 5, 2018 at 2:27 pm #274082In reply to: Only allow admin to create the groups
knowitallninja
ParticipantHi @optimized,
I was having a somewhat similar problem, which was due to a coding problem with the latest version of buddypress.
Do you have the activity feature of buddypress disabled? If so, then this is probably the same error I had. You can try activating the activity feature, or you can changed the code as indicated here: https://buddypress.trac.wordpress.org/attachment/ticket/7870/7870.02.patch
I hope this helps.
Thanks
June 5, 2018 at 1:29 pm #274076In reply to: User’s Issue When Creating Their Profile
steeley1
ParticipantSorry, my wordPress version is 4.9.6.
Thank you
June 5, 2018 at 5:41 am #274067In reply to: BuddyPress activity link is broken
Varun Dubey
ParticipantYou just need to make a change inside
https://buddypress.trac.wordpress.org/attachment/ticket/7843/7843.2.diff
for file
bp-activity/bp-activity-functions.php
Ignore the tests/phpunit/testcases/activity/functions.phpJune 5, 2018 at 5:38 am #274066In reply to: I can’t find arabic translation
Varun Dubey
Participant@anas9279 you cannot approve them now, I just checked There are no editors for BuddyPress project, yet.https://translate.wordpress.org/locale/ar/default/wp-plugins/buddypress, You can apply on the same page.
June 4, 2018 at 8:28 pm #274053In reply to: Activation Email
meridioinc
ParticipantSo WordPress tells me to tell you that my site is hosted at WordPress and that I don’t have ftp access.
June 4, 2018 at 1:02 pm #274045mvaneijgen
Participant@vapvarun thanks, wasn’t really clear what the fix entails, so for anyone else looking for a solution, it took me 10 minutes to find the link on where I could find the fix.
You have to modify the following file
/wp-content/plugins/buddypress/bp-members/screens/register.phpon line93and change// $_POST[ 'field_' . $field_id ] = trim( $_POST[ 'field_' . $field_id ] );to
if ( is_array( $_POST[ 'field_' . $field_id ] ) ) { $_POST[ 'field_' . $field_id ] = array_map( 'trim', $_POST[ 'field_' . $field_id ] ); } else { $_POST[ 'field_' . $field_id ] = trim( $_POST[ 'field_' . $field_id ] ); }See the page and check for the link
7845.01.patchor go to https://buddypress.trac.wordpress.org/attachment/ticket/7845/7845.01.patchJune 4, 2018 at 12:15 pm #274043In reply to: BuddyPress activity link is broken
Varun Dubey
Participant@orribu you can check these fixes
https://buddypress.trac.wordpress.org/ticket/7843#comment:11June 4, 2018 at 12:12 pm #274042Varun Dubey
Participant@mvaneijgen You can follow these fixes https://buddypress.trac.wordpress.org/ticket/7845
June 4, 2018 at 8:37 am #274034dennis.cabasal
ParticipantHi Varun,
Thank you so much for the reply.
I did the testing with and without Buddypress Xprofile custom fields type on both versions (Version 1.0.0 and Version 2.6.3) but no luck on getting the front-end User profile SETTINGS to work (not displaying the settings page)
Also I even do the testing with newly install wordpress-4.9.6 and buddypress 3.0.0 only but still no luck as well on getting the front-end User profile SETTINGS to work (not displaying the settings page)
But when I try using the buddypress Version 2.9.3 and with xprofile custom fields type with versions: 1.0.0 and 2.6.3 all are working properly.
I dont know if the said issues is on buddypress version 3.0.0 that is not displaying the front-end users profile Settings page (General and Profile Visibility tab)
Thank you so much.
Best regards,
DennisJune 4, 2018 at 7:24 am #274031Varun Dubey
Participant@denniscabasal BuddyPress Xprofile Custom Fields Type: v2.6.3 is not compatible with BP3.0 You can check https://wordpress.org/plugins/bp-xprofile-custom-field-types/ which is new plugin based on Donmik’s plugin
June 4, 2018 at 6:28 am #274027In reply to: Document Management Support
Varun Dubey
Participant@optimized You can check https://wordpress.org/plugins/buddydrive/
June 4, 2018 at 6:08 am #274021In reply to: How to integrate with WooCommerce?
Varun Dubey
ParticipantYou can start with their lite version https://wordpress.org/plugins/wc4bp/
June 4, 2018 at 5:59 am #274016Varun Dubey
ParticipantJune 3, 2018 at 4:08 pm #273999In reply to: show loading animation
iamdev
Participantanyone here any idea how to do that you can see the below link to understand what i am trying to say
and if not possible in buddypress pages then in wordpress postJune 3, 2018 at 12:08 pm #273998kitchin
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-amd64 -
AuthorSearch Results