Search Results for 'buddypress'
-
AuthorSearch Results
-
June 6, 2018 at 6:29 am #274115
In reply to: Broken Link After Successful Activation
Varun Dubey
Participant@vpsgeneral I am able to replicate the issue, you can edit
bp-templates/bp-nouveau/buddypress/members/activate.php
Replace sprintf with printf
sprintf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ), wp_login_url( bp_get_root_domain() ) )with
printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ), wp_login_url( bp_get_root_domain() ) )June 6, 2018 at 5:50 am #274112In reply to: Redirect w/Woocommerce during billing
lz430
ParticipantI’ve tried custom code using http referrer, buddypress hooks.
Do you have any thing that could help?
June 6, 2018 at 4:11 am #274109In reply to: Broken Link After Successful Activation
vpsgeneral
ParticipantI noticed when signing in as a test user.. when editing your profile the gravatar link is broken as well. Looks to be a site wide issue with internal buddypress links.
June 5, 2018 at 10:38 pm #274106In reply to: Only allow admin to create the groups
optimized
ParticipantHi,
I have resolved this 404 issue which was caused by unfriendly permalinks.However, now I do not get a 404 error but do not see a page either. I just see the website header and footer section. This is true for all the links on the buddypress menu.
How can we get these pages displaying ?
Thanks,
Mike
June 5, 2018 at 10:13 pm #274105In reply to: Activation Email
meridioinc
ParticipantWell, it sort of half works now.
So I already had installed wp mail smtp, got all that setup…
So then I updated the buddypress plugin with the newest version that I think dropped today.
Then I installed wp better emails, reinstalled/reinstated emails in tools->buddypress, and the activation email thing works.The only issue I’m having now is that I can activate the account, but I can’t login because it says that the password is incorrect, even though it isn’t. So that’s progress anyway.
But I’m not sure what to do now.
So if I go to the login area of my site, I enter my username and password, and then it sends me to a default WordPress login page. So I enter the info again, and it says that it’s the incorrect password. Should I basically be logging in twice like that? Once on my site, then once via the default WordPress login, only to be denied access?
June 5, 2018 at 8:24 pm #274101r-a-y
KeymasterJune 5, 2018 at 8:22 pm #274100r-a-y
KeymasterUpgrade to BuddyPress 3.1.0 and view the section under “Activation email problems” for more details:
June 5, 2018 at 6:23 pm #274097In reply to: [Resolved] Members Profile URL Needs To Change
bassibabes1
ParticipantSolved it! Changed the BuddyPress Templates to Legacy. Obviously Nouveau doesn’t work with the BuddyApp theme. Must have missed that in the documentation. Thanks again for your help.
June 5, 2018 at 3:55 pm #274089In reply to: Only allow admin to create the groups
Venutius
ModeratorAdmin>>Settings>>BuddyPress>>Options>>Enable Group Creation for all users
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:57 pm #274080In reply to: User’s Issue When Creating Their Profile
Venutius
ModeratorSome of this is how BuddyPress works out of the box, when you hit a button, that will cause a page load and you will go to the top of the screen. However it looks like something it triggering two page loads, so you click a button, the page loads and while you are scrolling down the page loads again. That’s not how BuddyPress works.
This second part all depends on how your bp pages have been set up. The first thing I would try would be to change your theme to a default theme such as 2017 and see if it still loads the page twice after you click a profile button.
June 5, 2018 at 9:28 am #274069In reply to: Buddypress profile notifications section
Venutius
ModeratorAre these BuddyPress notifications you are talking about? How do they show on the homescreen?
BP does not provide a leaderboard.
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 5, 2018 at 4:05 am #274065dennis.cabasal
ParticipantHi sdkyle612 thank you so much for the reply. I already reverted back the Buddypress to version 2.9.3 as this is the only copy I have. Now it is working accordingly.
Thank you so much for sharing the solution to resolve the said issue.
Best regards,
DennisJune 5, 2018 at 12:21 am #274061jlconwa
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,
Dennis -
AuthorSearch Results
