Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,101 through 4,125 (of 69,016 total)
  • Author
    Search Results
  • #309160
    David Cavins
    Keymaster

    Thanks for your report! I’ve created a ticket with a patch that corrects the behavior here: https://buddypress.trac.wordpress.org/ticket/8167

    #309159
    shanebp
    Moderator

    You may have found a bug.
    You can open a ticket here.

    #309158
    caaprichos
    Participant

    Hello! I am creating a social network with buddypress 5.0 and last wordpress update with the theme went and Seventeen Version: 2.2 and I am creating custom fields and I need to put photo gallery and video in the custom profile fields for the professional profile and the user profile! Is there any way or plugin that can put photo and video gallery? Please help

    #309157
    shanebp
    Moderator

    Using the proper hook always helps. Can be tricky to figure out.

    This is not up to date or comprehensive, but should help: bp hook order

    #309156
    caaprichos
    Participant

    462/5000
    Hello! I am creating a social network with Buddypress 5.0 with the latest WordPress update! In the Twenty Seventeen Version: 2.2 theme in the user profile that I have created and professional does not allow me to write a post from the profile itself instead of from the start or home page of the social network! How can I do so that both profiles (user and professional) can be written from the profile as or similar to Facebook?

    caaprichos
    Participant

    Hello! I am trying to create a social network having the buddypress 5.0 with the update of the last wordpress and I am having problems doing trial and error when creating a user and logging in but it does not let me settle with the user once it has already been registered!
    In the social network I have put several profiles (user and professional) and with neither of them it allows me to access the network being already registered! I need help!!

    #309154
    ekadevau
    Participant

    Hi folks,
    we have a private group where a user sent out some invites. The list under “pending invites” (like here: checking for pending invites) offers a “delete” or “remove” button. However, clicking on it won’t remove anything but give the generic error message “Group invitation could not be removed”. This happens with expired invites as well as with new invites.

    Running on Buddypress 5.0.0 on WordPress 5.2/5.3, additional BP-Plugins Group Email subscription, and the Woffice Theme (nothing special about invitations here, I think).

    Is there – besides this screen – any option to remove pending invites to renew an invitation? And: do invitations really expire? At this point I’m not sure it’s a user issue, but I can reproduce the “cannot remove” issue with new invitations as mentioned.

    Thanks for any hint!

    regards
    eka

    #309148
    caaprichos
    Participant

    Have you forgotten the password?
    Hello, I am creating a social network through buddypress, and it is giving me problems with the page “have you forgotten your password?
    It is not configured and I get a shortcode “[uwp_forgot]” but there is no configured page and it sends me to the home page of the social network! How can I make this page come out to recover the password for my clients?

    #309146
    shanebp
    Moderator

    You should not need to write a custom query to retrieve a piece of profile data, but if you do then this is more distributive:

    global $wpdb;
    $bp = buddypress();
    $user_id = get_current_user_id();
    $field_id = 2; // for example
    $field_value = $wpdb->get_var( $wpdb->prepare( "SELECT value FROM {$bp->profile->table_name_data} WHERE field_id = %d AND user_id = $user_id", $field_id ) );
    var_dump( $field_value );
    #309140
    shanebp
    Moderator

    You are making some basic mistake.
    You shouldn’t need to create an instance of bp
    Try using the bp_ready hook instead of bp_loaded.
    Instead of $bp->loggedin_user->id use bp_loggedin_user_id() or get_current_user_id()
    You don’t say where you are trying to use it in your child theme.
    Why not use pastebin to share the section of code that is not working?
    Use var_dump rather than echo to see what is really being returned.
    Try your code in bp-custom.php

    Buddy Quaid
    Participant

    I’m simply just trying to use xprofile_get_field_data with no success inside a child theme.

    I have tried so many different things. I’ve tried…

    • adding global $bp;
    • creating a new instance: $bp = buddypress();
    • echo $bp->loggedin_user->id (returns nothing);
    • hardcoding data for xprofile such as: xprofile_get_field_data(4,3053)
    • include_once to the plugins page that contains the function
    • using add_action(“bp_loaded”, “my_function”). (Didn’t fire my function)
    • I get “TRUE” if testing if (function_exists(‘xprofile_get_field_data’))

    What else can I be doing? Seems simple enough, yet, doesn’t want to work.

    #309138
    Antipole
    Participant

    I second action here.

    WP now has a password strength indicator with an option to allow a weak password. There is a plugin here that removes that option, so a user setting their password in the backend cannot set one WP regards as weak.

    Bu there is nothing to stop a use setting a very weak password in their BuddyPress profile. It warns you it is weak but still allows it. Please can we have the ability to block that?

    #309137
    nkemsnowman
    Participant

    Hello, I have an issue, whenever I try uploading profile picture using a phone like android it’s impossible to crop or see the other half of the picture without a landscape view. This makes it impossible to crop. Tried reducing the size or the jcroper when then the crop floats about. Any solution to this please.
    Using wordpress 5.2.4
    Buddypress 5.0.0

    #309136
    David Boudjenah
    Participant

    I don’t understand how is it possible to have such a bad navigation system on buddypress. It’s basic but the ajax system is completly anti-ergonomic. When you click on page 2 then click on a profile and click the return button you go back on page 1. This made me crazy that nobody correct this.

    Demo on video : https://my.pcloud.com/publink/show?code=XZuMtYkZklWTJl4GVYzXhDpOiGFMAzceyTc7

    Somebody have to correct this because now buddypress it really anoying because of this pagination system.

    #309134
    David Boudjenah
    Participant

    No response. I don’t understand how is it possible to have such a bad navigation system on buddypress. It’s basic but the ajax system is completly anti-ergonomic. When you click on page 2 then click on a profile and click the return button you go back on page 1. This made me crazy that nobody correct this.

    #309122
    jqcaffeine
    Participant

    Using @mentions in any text box (posts, replies, messages, etc) completely fails to pop up an auto-complete box with member suggestions. From what I’ve seen, this is supposed to be an automatic feature of BuddyPress, but I ain’t got it.

    I can only assume that one of my plugins or theme customizations has disabled the feature? Can anyone help me out? It would be an extremely useful feature to have in the community I manage.

    Thanks!

    #309120
    jennifersanchez
    Participant

    Hi! I’ve been searching without success.
    I am importing information from a form to the buddypress profile.
    But a field is an array (cities of the world that you chose) and when i trying to add it as checkbox it is not possible if it has not been loaded before, is there any way to do it?

    For example as it is imported in text line:
    Paris, Francia, Buenos Aires, Argentina (these are google places)
    like i need in check box

    Paris, Francia
    Buenos Aires, Argentina

    thanks!!

    #309112

    In reply to: Wrong User counting

    webmasterfreya
    Participant

    Can confirm this looks odd.

    Alle leden 2.651 (all members -> of groups ?)
    Mijn vrienden 3

    Sorteren: Alfabetisch

    Ledenoverzicht
    Je bekijkt 1 – 20 van 3.325 leden (all users )

    Dashboard :
    Alle (3.325) -> all users
    Participant (2.651) -> buddypress groups participants.

    If i search members (as admin) for a non group participant it does show up.

    However logging in as normal user (member of 2 groups) the total count is 2651 and non group participants don’t show up, which makes perfect sence.
    However sorting alfabetcally indeed returns the number 3.325. And searching a non participant does now show up.

    Something seems wrong indeed.

    #309102
    iamthewebb
    Participant

    Hi, BuddyPress uses bbpress for its forums so you may get a quicker response over on their support forums.

    I’ve just had a quick look at the forums on my site though and I can only see an option to use IMG tags to point to already online images and don’t see an option to upload images straight to the forums.

    #309101

    In reply to: buddydoc

    iamthewebb
    Participant

    Hi Elodie66,
    As your queries appear to be related to a different plugin you will likely get a better response from the plugins own support forums. This site is primarily related to the BuddyPress plugin itself.

    #309098
    mubiesam
    Participant

    Trying to change the layout from 3 columns currently (The social login from Super Socializer created the 3rd column) to 2 columns or even one column, please refer here…

    In Chrome Dev Tools I saw <div class=”entry content”> is from plugins/buddypress/bp-templates/bp-nouveau/css/buddypress.min.css but nothing change after I modifying “flex-flow:” from row wrap to column wrap.

    Any suggestion that Where should I look into?
    Thanks
    WP 4.9 BP 5.0

    #309097
    pixieblitz
    Participant

    I went into the database directly with phpMyAdmin and replaced the message text string with something like [this message was spam and has been deleted]. I originally tried deleting the database entries for the messages directly, but that still left the new message notifications and message counts unchanged so I got some user inquiries wondering where the “missing” messages went. I eventually figured out what to change in the database to correctly update the message counts, but it wasn’t very intuitive and it’s not practical for many messages, so… I’m frustrated and I wish there was a better solution, but for now that modification of the message is going to be my simple fix.

    BTW – I also use a recaptcha on signup, wordfence, a buddypress messaging rate limiter plugin, and CleanTalk – which altogether has significantly reduced the problem, but not completely eliminated it.

    #309095
    webmasterfreya
    Participant

    WP 3.5
    Buddypress 5.0.0.
    BP legacy
    php 7.3.11

    They don’t seem to like each other anymore.

    Warning: usort() expects parameter 1 to be array, string given in …/httpdocs/wp-content/plugins/buddypress/bp-activity/classes/class-bp-akismet.php on line 660

    also

    Illegal string offset ‘time’ in …/httpdocs/wp-content/plugins/akismet/class.akismet.php on line 1044

    Pff. For now Akismet deactivated, but maybe it’s wiser to deactivate Buddypress Activity?

    #309088
    maccas83
    Participant

    Any update guys? I’m going to have to delete BuddyPress at this rate. My site has slowed to a crawl

    bbtrouble
    Participant

    Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).

    Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.

    The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.

    Let me know if there’s anything we can do to solve this.

    Best,
    Jasenka

Viewing 25 results - 4,101 through 4,125 (of 69,016 total)
Skip to toolbar