Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,576 through 5,600 (of 69,044 total)
  • Author
    Search Results
  • eigodeasobo
    Participant

    I see.
    I have asked a question below.
    https://bbpress.org/forums/topic/how-to-filter-buddypress-activity/
    I’m looking forward to hearing from you.
    Thanks.

    #282836
    Sbrack
    Participant

    Hi! it’s about a week I’m trying to add a notification counter to my Buddypress site’s menu, unfortunately without getting any results.

    I have read many topics on this forum but I have not been able to use them because I do not have the php code skills and I have a site on WordPress.com (not wordpress.org), so it’s harder to edit the files.

    So what I would like to know is: how can I add this counter to my menu using third-party plugins (eg “insert header and footers” or “code snippets”)? Is there a way to do it? I only need the counter because I’ve already created an icon in my menu that opens the notifications panel when clicked.

    Thank you in advance for your help!

    #282828

    In reply to: profile picture

    emmanuel1234
    Participant

    ok i got it to work but when an image is upload from the mobile website it goes off the screen and you can not get to crop the image properly see attachment

    actually this is an issue in buddypress that persons do not know about, try to upload a image from your end with a mobile with buddypress install in your site and you will see what i am speaking about

    Screenshot_40.png

    #282827

    In reply to: profile picture

    shanebp
    Moderator

    Does the profile picture appear properly when not on the mobile site?
    If so, then you need to talk to the creators of your theme – BuddyPress does not show ’round’ avatars.

    #282820
    shanebp
    Moderator

    if I do it on the User Screen through the Admin page it works fine…but my Users won’t have that option.

    That tells you there is something happening on the front end.
    I’ll bet it will work if you deactivate any ‘lazy’ loader plugin or code. ( jetpack ? )
    And / or any ‘minify’ plugin or code that is affecting javascript.

    I am using a theme now that is tested with BuddyPress

    Sez who? The theme creators? Always check by momentarily switching to a WP theme like 2016.

    #282819
    Kriss Kellino
    Participant

    I am only uploading on the member screen…if I do it on the User Screen through the Admin page it works fine…but my Users won’t have that option.

    Screen cap of page

    I am using a theme now that is tested with BuddyPress

    Kriss 🙂

    shanebp
    Moderator

    Please use the code button when posting code.

    If you are asking for the location of the bp_has_activities function, it is in this file:
    buddypress\bp-activity\bp-activity-template.php

    You can find the location of a function by searching for them via your code editor.
    Or by using google and entering the name of the function.

    #282810
    itzhakefraimov
    Participant

    Thanks for the replies @shanebp & @espellcaste !
    So my goal is to develop a tournaments component and I had an idea to take BuddyPress Docs and strip it since it has integrations to other components, which I also require. Do you guys think it could work?

    #282807
    shanebp
    Moderator

    It should be okay. And just install it to find out for sure.
    There is also this one that may be a little better re BP Theme Compat:
    https://github.com/boonebgorges/buddypress-skeleton-component/tree/1.7

    The best way, for now, is to look thru the codebase for examples of how the BP_Component class is extended to create components.

    Wayn
    Participant

    My Google search console is showing Server error (5xx) regarding the following Buddypress urls: Does anyone know what the issue is and how to fix this?

    /wp-content/plugins/buddypress/bp-friends/actions/add-friend.php
    wp-content/plugins/buddypress/bp-groups/actions/join.php
    wp-content/plugins/buddypress/cli/features/steps/then.php
    wp-content/plugins/buddypress/cli/features/steps/given-custom.php
    wp-content/plugins/buddypress/bp-groups/actions/leave-group.php
    wp-content/plugins/buddypress/bp-groups/actions/create.php
    wp-content/plugins/buddypress/bp-groups/screens/single/admin/group-cover-image.php
    wp-content/plugins/buddypress/bp-groups/screens/single/admin/edit-details.php
    wp-content/plugins/buddypress/bp-groups/screens/single/admin/membership-requests.php

    #282766
    shanebp
    Moderator

    BuddyPress is not a forum plugin.
    BuddyPress uses bbPress for forums.
    You may want to ask your question on the bbPress forums.

    #282758
    Steve
    Participant

    We have 250,000 users and unless we deactivate BuddyPress – it’s extremely slow with BuddyPress?

    I had posted this into forum but with no replies
    Yet – current WordPress 5.0 and current BuddyPress.

    Cloud SQL is running ar 100% we need to upgrade or contact buddy press team about the issue.
    Please contact them and provide the below server details and ask for support.
    1. Google Cloud VM Instance Ubuntu 18.04 (3.75 GB RAM)
    2. PHP 7.2, Nginx + FastCGI cache, Opcache, Redis, WP-Rocket plugin
    3. Cloud SQL for the database (3.75 GB RAM)

    shanebp
    Moderator

    If you mean the Private Message button at the top of a profile page, then place this code in bp-custom.php or in your theme > functions.php

    function lindsay_profile_button() {
    ?>
    	<div class="generic-button"><a href="https://google.com" >go to google</a></div>
    <?php
    }
    add_action( 'bp_member_header_actions', 'lindsay_profile_button', 25 );

    If ‘Private Messaging’ means something else, then you need to talk to the creators of that code because it does not come from BuddyPress.

    #282751
    shanebp
    Moderator
    shanebp
    Moderator

    You’re right, there is no flag etc.
    But having a ‘prevent’ flag on the call would not work, because the actual fetch is performed in the same function that does the grouping.
    See get_grouped_notifications_for_user in bp-notifications\classes\class-bp-notifications-notification.php

    So a flag that skips the $group_sql in that function would be useful.

    You can open an enhancement ticket here. Reference this thread. Even better if you can attach a patch.

    #282717
    mrditt
    Participant

    As you know, with Buddypress users see an email whenever someone sends them a message and they are offline. We have asked repeatedly to your support if Cometchat overrides BP’s direct messaging function at the basic pricing tier? Because Cometchat email notifications are according to your pricing menu are only available to the highest tier Enterprise pricing and that would cost $12,000 US per year! This functionality is something that Buddypress already does, free, so if CometChat ove rides this functionality then we cannot pay you $12,000 to get it back. Are we missing something? We have tried to ask your support this question but have not received a response. Thank you.

    #282708
    Venutius
    Moderator

    The first thing to do would be to deactivate all other plugins apart from BuddyPress and see if the fault remains. If it does then you need to check if you have overloaded the file by looking in wp-content/themes/your-child-theme/buddypress/members/single/messages/compose.php, if this file exists then check permissions and file content, if it does not exist then check permissions of wp-content/plugins/buddypress/bp-templates/bp-legacy or bp-nouveau/buddypress/members/single/messages/compose.php

    bbtrouble
    Participant

    Hello, we’re having issues with BuddyPress private messaging on our site https://www.lightstalking.com/

    We’re using Version 4.1.0 of BuddyPress running on WP 4.9.8

    This issues happens only with an admin account – it’s impossible to send new private messages from an admin account to other users of forum.

    When we try to do that, we get an error message (I attached a screenshot of it) – https://www.screencast.com/t/XoU5ZLRaAtf

    Let us know if there’s anything to do about this.

    Best regards,
    LightStalking team

    #282701

    In reply to: paid member content

    pethol
    Participant

    PeepSo made a copy of BuddyPress and turned it commercial, as you pretty much describe.

    sumitwalia055
    Participant

    Hello everyone,

    I am facing issue on my website a lot of emails generate from buddy-press and email to users. I got the alert message from hosting to control these bulk emails that sent to users. I tried to use the wp mail logging plugin what that’s not record all the buddypresss generate email record.

    I hope somebody help me to resolve this issue or guide me how to log all the email that generate by buddy-press so i can control the once that.

    Thanks

    evillizard
    Participant

    i dont know why fields cant be duplicated in buddypress

    #282676
    pethol
    Participant

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php

    This can take care of the top part at least, but not the page title. I’m still working on figuring that one out.

    PS. I’m old school. I don’t use child themes.

    shanebp
    Moderator

    On your profile, go to ‘Profile’.
    You should see these tabs:

    • View
    • Edit
    • Change Profile Photo
    • Change Cover Image

    The avatar is on the Change Profile Photo screen.

    If you don’t see it, to narrow things down, try momentarily changing to a WP theme like 2016.
    Also try changing the Template Pack in BuddyPress > Options

    #282646
    tibbalds
    Participant

    Solution found! It wasn’t a BuddyPress issue, it’s a wordpress issue!

    I contacted WordPress and found a solution. I thought I’d post it in case it comes up with someone else again:

    That should mean that single sign on is causing trouble. To test that, navigate to My Site –> Settings –> Security in your WordPress.com dashboard, and disable the ‘Allow sign in using WordPress.com accounts’ option

    This means that you will no longer be able to access your wp-admin area with your WordPress.com login information though. We’ll need to make sure we set you up with an account for your wp-admin area.

    We’ll need to set you up with a password for your username for wp-admin.

    You’ll need to go to WP-Admin > Users and then select your username from the list.

    The problem is that on WordPress.com the option to allow WordPress.com sign in replaces the regular registration form that BuddyPress uses to allow users to sign in. So we need to disable this option to let the user’s sign in using only their Buddy Press log in without a WordPress.com account.

    Hope this helps someone else

    #282641
    Venutius
    Moderator

    You’ve got a plugin installed that’s doing that, on it’s own BuddyPress allows non logged in users to see the members directory.

Viewing 25 results - 5,576 through 5,600 (of 69,044 total)
Skip to toolbar