Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,551 through 2,575 (of 73,691 total)
  • Author
    Search Results
  • pressermannen
    Participant

    Notice: Undefined property: stdClass::$table_name_groups in C:\xampp\htdocs\project\wp-content\plugins\buddypress\bp-xprofile\classes\class-bp-xprofile-group.php on line 498

    WordPress database error: [Table 'project_2021.g' doesn't exist]
    SELECT DISTINCT g.id FROM g ORDER BY g.group_order ASC

    Getting those two. Have tried fixing the tables from wp-admin but no luck. Updating to 9.1.1 didn’t change anything. Changing to Twenty Twenty theme has the same error.

    Any ideas?

    homelesshenry
    Participant

    I’ve noticed an issue where the Activity Comments “Read More” links and Activity Comments “Reply” buttons seem to not work properly for some comments.

    In both cases, the accordion/expand effect isn’t occurring properly to expand out the rest of the content or the comment reply form.

    I can’t find a pattern (some threads work), although it tends to appear on comments nested 2 levels deep or greater (settings are set so comments can nest 5 levels deep).

    I’ve disabled every plugin except Buddypress and ran it with a default WP theme, and the problem still remains.

    I’ve downgraded wordpress and BP to see, but the problem still remains.

    Does anyone have any experience with this happening to them?

    I’m wondering if Buddypress can accrue errors over time as more comments and posts are being made, because that’s one of the only differences to the site that’s been made since this functionality seemingly stopped working.

    Otherwise, I’m going to look at the host.

    #320915
    kt206
    Participant

    I am trying to open the generated pages that buddypress creates on my local server so I can test out features without affecting the live website, but every time I try I keep getting a “Failed to load resource: the server responded with a status of 404 (Not Found)” error. When I try opening these pages on the live server/website they load no problem. Any feedback on how to address this issue is greatly appreciated.

    #320913
    trapsen
    Participant

    Unfortunately I have to correct myself: it doesn’t work with BuddyPress 8.0 either.

    I’ve already tried another theme -> without improvement

    Does somebody has any idea?

    #320911
    trapsen
    Participant

    New information: with BuddyPress 8.0 it works. Did you change anything in the login widget?

    #320908
    trapsen
    Participant

    Hey

    If I want to log in via the Buddypress login widget and I click the username or password field, the menu item closes

    Examplevideo: https://drive.google.com/file/d/1ORf1CjXCUQekypWX5D3U6Ja22MD183Cn/view?usp=sharing

    the error occurs on the iPhone with Google Chrome

    How can i fix this?

    Best regards
    Adrian

    #320906
    stijn18
    Participant

    Hey,
    Can anyone help me to change the activity title from “Blogs” to something else (for example: News).

    I use the buddypress plugin and whenever the Admin publishes a news article the activity steam titles this as “Blogs”.

    piperpeninfo
    Participant

    Hello everyone,
    I came across related discussions about this topic but didn’t find a real solution.

    I have a Multisite and I have Buddypres installed on my main site, which resposnsible to send a welocme emails and handling the users.

    The problem is that after new user registration – the user gets 2 welcome emails:
    1- is styled sent from Buddypress
    2 – unstyled default wordpress “Welcome User Email”

    I want to disable the default welcome email but only for the user (I still want to get notified about new users)

    Please don’t point me to install a plugin or link for irrelevant solutions (like I saw on other related discussions).

    Maybe it’s not Buddypress specific issue but i hoped someone can help with that, I need your help guys….

    #320875
    Naomi
    Participant

    How can I make my Events, Groups, and Forum pages private to non-logged in users like the other Buddypress pages? I tried 8 plugins in the last four hours and none of them are working for me. Please help!

    My site is at http://www.charlottemasoneducation.org
    I’m running Astra theme
    Wordpress 5.8
    Buddypress 9.1.1 & bbPress 2.6.6

    All updated and current.

    laribey
    Participant

    Are there plugins – social login that are compatible with the widget BuddyPress -> Enter the site?

    I need a quick registration for people.

    Thanks.

    Natalie
    Participant

    I’ve been trying to filter only the Activity Directory stream to show only a specific activity item type (in this case, it’s “new_product_page”, which I created with the help of the codex section on post types).

    I successfully managed to achieve this with the following code:

    function bpfr_filtering_activity( $retval ) {
    if ( bp_is_page( 'activity' ) ) {
    	// activities to filter on, comma separated
    	$retval['action'] = 'new_product_page, ';
    	$retval['max'] = '50';
    }		
    		return $retval;
    	}	
    add_filter( 'bp_before_has_activities_parse_args', 'bpfr_filtering_activity' );

    Although eventually I started to notice some errors where users were getting notification URLs (e.g. “John commented on one of your updates”) where the notification URLs weren’t appending the comment identifier at the end (e.g. /activity/p/762/?rid=310#acomment-780), instead ending prematurely with only the users referrer ID (e.g. /activity/p/762/?rid=310).

    This means the notification URLs would take you to the commented user’s profile, rather than the specific comment.

    After removing the above code from filtering the activity directory, suddenly all of the notification URLs issues went away and everything appeared to work flawlessly.

    I recall a wordpress developer once stating that is is advised NOT to block activity_comment and activity_update activities, because it will cause errors in BuddyPress.

    What I am wondering is if this is true? And, if there is a way to filter the Activity Directory to show only a specific post type (e.g. new_product_page) without it leading to errors elsewhere in BP? Is there a correct way to do it?

    #320870
    shanebp
    Moderator

    Use this filter hook and write a function:
    apply_filters( 'bp_attachments_get_max_upload_file_size', $fileupload_maxk, $type );
    From this file: buddypress\bp-core\classes\class-bp-attachment-cover-image.php

    #320867
    jbonlinea
    Participant

    Hi there

    I have a weird, and deep issue with buddy press.

    what am I doing and what I encounter :

    • create a bp group – ok
    • at the “invite member” page,
      • some users are listed (very few)
      • if i search for a username listed and visible as above, i get no results found
    • if i go to wp dashboard > group> click to edit my group > add user –> i’m typing in something, the whell spin, and nothing is loaded

    this happens on a pretty features wp install, so i tried to troubleshoot with only buddypres active and twentynineteen (everything else is off)

    the issue remains

    I’m on wp 5.8

    I really don’t get what happens
    if one of you can help i would greztly appreciate
    cheers

    #320866
    shanebp
    Moderator
    #320862

    In reply to: Feature Enquiry

    Paul Carter-Quayle
    Participant

    Thank you kindly for your prompt reply, I will look into finding a developer to extend BuddyPress for my clients feature request.

    #320856
    edieveder
    Participant

    Thanks @shanebp, I found out that the conflict is given by the “Member Swipe for BuddyPress” plugin and not Buddupress itself. Now I am seeing if I can get help to fix it.
    Greetings,
    Esteban.

    #320849
    Paul Carter-Quayle
    Participant

    Hi I am trying to ascertain whether BuddyPress has the following functionality for my clients needs. Here below is what my client is wanting to achive:
    “The purpose of what we want to create is: To maintain a lineage of facilitators by enabling the growing community to endorse one another based on assessment criteria.
    How we see this functioning is for people to be able to:
    – create simple profiles (picture, text description, tags: area of speciality/focus, location)
    – Find one another’s profiles based on the tags or other defining feature, e.g. name
    – Endorse one another’s capacity as a facilitator by: person (a) sending a request to person (b) and the endorsement only showing on person (a)’s profile when it is confirmed by person (b)
    – Leave testimonials
    We want the endorsements to show a lineage starting from the originator, so we can see who people have worked with/learned from.”
    Is BuddyPress capable of doing this?
    Thank you kindly in advance for your time and for your consideration.
    Paul

    #320843
    cleangist
    Participant

    I created my Social Network with BuddyPress.

    Now, I intend for it to grow large.

    Do you think that BuddyPress can support hundreds of thousands, and possibly 1 Million concurrent users? I mean that– can a Million users be logged in at the same time, carrying out actions on a Social Network built using WordPress and BuddyPress?

    Is BuddyPress designed to be able to handle that much concurrent User use? Or is it better suited to smaller applications?

    I’m asking this because I have Set up my Social Network on it and I want to ensure that I set it up to scale well from the outset (assuming it becomes popular!).

    I do like BuddyPress, but I don’t want it to become unmanageable if my site actually grows and becomes popular.

    Any ideas on how best I can solve Scalability problems with BuddyPress?

    Regards

    #320840
    edieveder
    Participant

    When the Buddypress plugin is activated, the carousel images component does not display all images, it displays only one. If I deactivate the Buddypress plugin it does show all the images. Could you help me with this please?

    I am working on local
    Wordpress 5.8
    Buddypress: 9.1.1
    Elementor Pro: 3.4.0
    Cera theme: 1.1.6

    Thank you.

    #320838
    pm21
    Participant

    Hi!

    I have a question regarding the cooperation between BuddyPress ( https://pl.wordpress.org/plugins/buddypress/ ) and Events Manager ( https://pl.wordpress.org/plugins/events-manager/ ).
    From what I have checked, Events Manager does not have a function that allows a logged-in WordPress user to invite other logged-in WordPress users to an event. I assume that this event may or may not be created by the inviting user. Ideally, if someone could invite individual users from their BuddyPress circle of friends, or an entire circle of friends, as well as individual members of a BuddyPress group of which the inviting user is a member, or and entire this group.

    Do you know any ready-made solution that makes it possible?
    And if there isn’t, can you give me a hint, how I could do this with BuddyPress / Events Manager or another tools?

    I would be grateful for the information

    #320829
    doncomputing
    Participant

    I created BuddyPress subscription, but when i register and login as a client, I found that I am in another wpabstracts’ profile, why that happened? How to keep all separate on one website…

    #320827
    felipeolivozn
    Participant

    instalé buddypress, todo funciona bien, pero el botón para completar el registro no se ve,
    al pasar el mouse se ve de un color muy claro casi transparente.
    desinstalé todos los plugin para descartar un posible conflicto pero no funciona.

    ¿Cómo puedo cambiar el color del botón?

    gracias..

    seregur
    Participant

    Wordpress 5.8
    BuddyPress 9.1.1
    Theme BuddyX
    Youzify 1.1.0

    Greyhelm – A Fantasy LARP in SC

    This is a new site with very little content at the moment.
    When attempting to post in the activity stream, any text appears without issue, but not images.

    During post creation, it allows me to add an image and it shows uploading and then the preview.

    I can see that the images are in fact uploading as they are in the WP media library. They just don’t show up along with their post.

    I have tried this with and without text. If no text, the post is just blank, but it is there.

    Any suggestions will be greatly appreciated.
    Thanks

    #320816
    gamicord
    Participant

    1.) How can I do it, in such a way that I can get notified of every activity that my friends do?

    It happens like that on Facebook and is called “Status Notification“. How can I do the same thing in BuddyPress?

    2.) If I click on a user, how can it be done, that I will see our mutual groups and forums that we both belong to?

    It happens in WhatsApp as you can see here–https://prntscr.com/1qskiz4

    How can I do the same thing in BuddyPress?

    3.) How can I Follow and Unfollow people without them being my Friends?

    4.) Where is the link exactly, to make Feature Requests on BuddyPress?

    Regards

    #320815
    doncomputing
    Participant

    Hi
    I created BuddyPress subscription, but when i register and login as a client, I found that I am in another subscription profile, why that happened?

    how to make sure that a completely separate users of my two services I provide?

    to explain more, assume I have two types of services, X and Y

    when someone registers for service X, he can not purchase Y and vice versa. how to do that?

Viewing 25 results - 2,551 through 2,575 (of 73,691 total)
Skip to toolbar