Search Results for 'buddypress'
-
AuthorSearch Results
-
June 5, 2018 at 12:21 am #274061
jlconwa
ParticipantHello –
I apologize for the delay in getting back to you. My client is using the Avada (https://avada.theme-fusion.com/) theme. BuddyPress and BBPress seem to work together when using the Twenty themes.
June 4, 2018 at 9:16 pm #274056sdkyle612
ParticipantHi there @vapvarun and @denniscabasal I’ve had the same issue. The issue becomes resolved when I revert back to Buddypress 2.9.4. Given that Dennis and I had the same issue and the resolution was the same I believe that the issue lies with the Buddypress 3.0.0 update.
June 4, 2018 at 8:55 pm #274055jessiemele
ParticipantI had the same problem and was following the fix too, but I made a copy of that file in my child theme under my-theme-name/buddypress/bp-members/screens/register.php. I didn’t want to change it in the original plugin file, but it’s not working. Is modifying the original plugin file ok? I’m not sure why my copied version in my child theme isn’t working??
June 4, 2018 at 4:39 pm #274048In reply to: How to integrate with WooCommerce?
Sadi87
ParticipantI tried this but nothing happened 🙁 and I’m confused.
Any more ideas how can I have Buddypress and WooCommerce in one website?
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 12:04 pm #274041In reply to: transfer only tables related to buddyoress
Christian de Hillerin
ParticipantI installed it. BuddyPress Registration Groups
Now the user chooses the group to register. That’s OK.
Thank you for your patience.Christian Em. de HILLERIN
Președinte PM23
0721 31 01 62
partidulmonarhist@yahoo.com
http://www.partidulmonarhist.roJune 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:36 am #274028dennis.cabasal
ParticipantHi Varun,
Thank you for your reply.
I already installed the bp-xprofile-custom-filed-types but still when I click the Settings option at the frontend after I login as subscriber does not show anymore the settings page anymore. (please refer to screenshot: http://prntscr.com/jqip5v
It was working before on the previous buddypress version.
June 4, 2018 at 6:27 am #274026In reply to: BuddyPress activity link is broken
orribu
ParticipantThis issue occurs for me as well! I’ve been frantically running around, troubleshooting by going through the plugins to see if it’s a compatibility issue.
I’ll switch to the default buddypress theme to see if there’s an issue with Nouveau, but I haven’t found a solution yet.June 4, 2018 at 6:26 am #274025In reply to: Password in email notification
Varun Dubey
ParticipantWith current BP email templates, Password is not available inside it, you can check available tokens here https://codex.buddypress.org/emails/email-tokens/
There are a couple of 3rd party plugin which you can use to modify the registration flow, or you can customize the BP registration form and hook up a new welcome emailJune 4, 2018 at 6:23 am #274024In reply to: Buddypress registration page password field
Varun Dubey
ParticipantA password is not available as email token
You will need to send a custom welcome email with an autogenerated password.
June 4, 2018 at 6:11 am #274023In reply to: Only allow admin to create the groups
Varun Dubey
Participant@optimized You can create the group from frontend only.
You can also limit the group create feature for admin only from BuddyPress SettingSetting >> BuddyPress >> Options
June 4, 2018 at 6:03 am #274019thegoodnamesweretaken
ParticipantPerhaps this will help to identify my problem.
The Registration link on my homepage points to ‘MySite.com/register/’. When I create a Register page for Buddypress under Dashboard>Pages, WP creates the registration page with an address of ‘MySite.com/index.php/register/’.
Buddypress is not automatically connecting with any of the new pages which I have read that I should create for it.
I’m hoping someone can steer me in the right direction to solve this problem.
June 4, 2018 at 6:03 am #274018In reply to: Problem with Buddypress
Varun Dubey
Participant@lunarayven Register page should work after page mapping. Try to save your site permalinks again from Setting >> Permalinks.
To debug the issue, try to deactivate other BP-related plugin and keep BuddyPress plugin activeJune 4, 2018 at 5:57 am #274015In reply to: Registration page is empty
Varun Dubey
Participant@sergebb check your configuration once, make sure same registration page is set inside Setting >> BuddyPress >> Pages
June 4, 2018 at 5:55 am #274013In reply to: Buddypress registration page password field
Varun Dubey
ParticipantYou can modify template files
buddypress/bp-templates/bp-nouveau/buddypress/members/register.php
and override them inside child theme.You can also go with without coding approach using Gravity form + GF User Registration addon
June 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.
-
AuthorSearch Results