Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,401 through 6,425 (of 68,948 total)
  • Author
    Search Results
  • #274191

    In reply to: Description Groups

    r-a-y
    Keymaster

    This 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.

    #274183
    mbasonny
    Participant

    good 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 MBA

    #274175
    jstuts5797
    Participant

    I’m sorry, its actually called Shortcodes for BuddyPress. Here is the link: https://wordpress.org/plugins/shortcodes-for-buddypress/

    #274154
    Venutius
    Moderator

    I 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.

    #274138
    reivilob
    Participant

    Sorry 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.
    #274137
    michaelv3
    Participant
    #274135
    Varun Dubey
    Participant
    #274133
    reivilob
    Participant

    I already do this and no changes…
    I also compare my BP files to https://plugins.svn.wordpress.org/buddypress/tags
    exactly the same

    #274124

    In reply to: Activation email issue

    markcummins
    Participant

    Its 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.

    BuddyPress 3.0.0 “Apollo” is now available!

    #274117
    Varun Dubey
    Participant

    For 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' );

    #274115
    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() )
    						)
    #274112
    lz430
    Participant

    I’ve tried custom code using http referrer, buddypress hooks.

    Do you have any thing that could help?

    #274109
    vpsgeneral
    Participant

    I 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.

    broken links

    #274106
    optimized
    Participant

    Hi,
    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

    #274105

    In reply to: Activation Email

    meridioinc
    Participant

    Well, 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?

    #274101
    r-a-y
    Keymaster

    Your theme needs to be updated.

    View this thread for a fix:

    Groups and forum issue

    r-a-y
    Keymaster

    Upgrade to BuddyPress 3.1.0 and view the section under “Activation email problems” for more details:

    BuddyPress 3.0.0 “Apollo” is now available!

    #274097
    bassibabes1
    Participant

    Solved 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.

    #274089
    Venutius
    Moderator

    Admin>>Settings>>BuddyPress>>Options>>Enable Group Creation for all users

    #274082
    knowitallninja
    Participant

    Hi @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

    #274080
    Venutius
    Moderator

    Some 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.

    #274069
    Venutius
    Moderator

    Are these BuddyPress notifications you are talking about? How do they show on the homescreen?

    BP does not provide a leaderboard.

    #274067
    Varun Dubey
    Participant

    You 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.php

    #274066
    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.

    dennis.cabasal
    Participant

    Hi 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

Viewing 25 results - 6,401 through 6,425 (of 68,948 total)
Skip to toolbar