Search Results for 'buddypress'
-
AuthorSearch Results
-
June 7, 2018 at 4:16 pm #274191
In reply to: Description Groups
r-a-y
KeymasterThis is a known bug with the Nouveau template pack.
Keep track of https://buddypress.trac.wordpress.org/ticket/7895
In the meantime, you can use the Legacy template pack by navigating to “Settings > BuddyPress > Options” and selecting Legacy.
June 7, 2018 at 9:16 am #274183In reply to: Buddypress n’envoie pas d’e-mails d’activation
mbasonny
Participantgood evening everyone
I have a pb on my website and it blocks me because users have created their account
Indeed I am setting up a dating site:
– wordpress 4.9.6,
-theme: sweet
website link: http://hiv-rencontre.com
The plugin used for confirmation of email addresses is buddypress 3.1.0
The pb is that this user has created an account he does not receive the confirmation email, and his account can not be active
I have already looked in a lot of forums and even that buddypress website without finding any solution to my problem.
I already used WP Mail SMTP, it sends the test messages.
The contact messages form7 and the password reset ones leave well, but for registration confirmation mails, the email is not sent
I uninstalled buddypress and I tried natively with wordpress it goes without problem so I do not know if the problem is with buddypress, because I even had to uninstall all the plugins but until the nothing.
Thank you for helping me because it’s really urgent,
Sonny MBAJune 7, 2018 at 5:40 am #274175In reply to: SiteOrigin PageBuilder compatible?
jstuts5797
ParticipantI’m sorry, its actually called Shortcodes for BuddyPress. Here is the link: https://wordpress.org/plugins/shortcodes-for-buddypress/
June 6, 2018 at 7:17 pm #274154In reply to: Embed an Activity stream like in Group & Profiles
Venutius
ModeratorI reckon try to build on that, otherwise you can create your own page based on the master templates in `plugins/buddypress.bp-templates/bp-legacy (or bp-nouveau)/buddypress/activity etc.
There’s a few template files that built the activity page, activity loop, index etc, you could make copies of these and load them from your theme, the alternative is to simply overload these template files in order to get the activity page working more like you want it.
June 6, 2018 at 3:41 pm #274138In reply to: group access after upgrade 2.9.3 to 3.1.0
reivilob
ParticipantSorry to not understand your question …
my file htdocs/wp-content/plugins/buddypress/bp-groups/actions/access.php is exactly the same as in the distrib and line 85 is
“}”
just before the
add_action( 'bp_actions', 'bp_groups_group_access_protection' );if i do in all my site a:
grep -R "bp_groups_group_access_protection" *give me only :
wp-content/plugins/buddypress/bp-groups/actions/access.php:function bp_groups_group_access_protection() { wp-content/plugins/buddypress/bp-groups/actions/access.php:add_action( 'bp_actions', 'bp_groups_group_access_protection' ); wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php: * Filter the access check in bp_groups_group_access_protection() for this extension.June 6, 2018 at 3:26 pm #274137In reply to: Profile field Visibility: Support Admin
michaelv3
ParticipantJune 6, 2018 at 3:07 pm #274135In reply to: Read activation key in activate.php
Varun Dubey
ParticipantJune 6, 2018 at 3:03 pm #274133In reply to: group access after upgrade 2.9.3 to 3.1.0
reivilob
ParticipantI already do this and no changes…
I also compare my BP files to https://plugins.svn.wordpress.org/buddypress/tags
exactly the sameJune 6, 2018 at 10:54 am #274124In reply to: Activation email issue
markcummins
ParticipantIts probably related to a bug in version 3.0 where the activation email template did not install. There is a fix in the latest version, 3.1, but you have to do the following:
Activation email problems
If you did a fresh install of BuddyPress 3.0.0 on a single-site install, the activation email would not be sent out because the activation email was not properly installed.
To fix this, upgrade to BuddyPress 3.1.0 and in the WordPress admin dashboard, navigate to “Tools > BuddyPress” and select the “Reinstall emails” option.
June 6, 2018 at 6:40 am #274117In reply to: Broken Link After Successful Activation
Varun Dubey
ParticipantFor Gravatar, you will need to modify
bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php
Replace
esc_html_e( 'Your profile photo will be used on your profile and throughout the site. If there is a <a href="https://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' );
with
_e( 'Your profile photo will be used on your profile and throughout the site. If there is a <a href="https://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' );June 6, 2018 at 6:29 am #274115In 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,
Dennis -
AuthorSearch Results
