Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 1,876 through 1,900 (of 68,969 total)
  • Author
    Search Results
  • #323838
    anjanphukan
    Participant

    Sure no problem. So here is my scenario.

    There are 2 member types and I have a custom user field created, let’s called it Items.

    Both member types need to select some of those Item checkboxes. Now I need to show the oposite member types with common Items on a member profile. For that I created a custom page and run the Members loop. I was able to show the oposite members. But I am not sure how to match the Items and filter those oposite members. The my_custom_id() function works well if it is a textbox field. But it doesn’t work with the checkboxes. You can see how they are stored in the database.

    I can get the current logged in user’s Items list in an array format. I think if I follow the my_custom_id() function then I will have to pass the field name and the array to compare like this my_custom_id($item_field, $current_user_items_array)

    I think with that the SQL select query in the function needs to be modified.

    Hope this clarifies my requirement.

    I am very new to buddypress. If there is another way to achieve this then I will be happy to implement. My main goal is to show the members with common items selected but from the opposite member type to a logged in member.

    Thank you so much.

    anjanphukan
    Participant

    How to use bp_has_members() function to filter members based on a custom field which is a set of checkboxes?
    I think checkbox values are stored as array in database.
    The my_custom_ids() function in Members Loop works only with single value. But it doesn’t work with array of checkboxes.

    Thank you.

    chadriston
    Participant

    Sorry, I did not notate that well in the post above, should have been buddypress/members/single/front-member-type-{type}.php.

    #323816
    wappiez
    Participant

    Hi,

    Where can I find the group profile and background images in WordPress? I want to download them, but can’t find them in the Media section.

    Thx

    Anonymous User
    Inactive

    Unless you created a member type called ‘type’ and assigned the member you’re displaying to this type, the buddypress/members/single/front-member-type-type.php shouldn’t load. Instead of the second ‘type’ in your template filename, you need to use the name of your member type. If I created a “student” member type, assigned it to a user and added a buddypress/members/single/front-member-type-student.php template it should be used when I display the user having a student type.

    #323811

    In reply to: Avatar Cropping issue

    Anonymous User
    Inactive

    Hi @maleemuse

    The mime_content_type() issue will be fixed in 10.2.0. Thanks for your report.
    See https://buddypress.trac.wordpress.org/ticket/8646#comment:12

    chadriston
    Participant

    Also, it appears that in the multisite mode, when accessing <subdomain>/members/<user> it does not pick up my child theme’s buddypress/members/single/front-member-type-type.php file. I have manually set the sub-site bp option to use the nouveau template, and the active theme is the correct child theme.

    Thanks,

    Anonymous User
    Inactive

    Hi,

    That’s not a function defined into BP Core. It’s a function defined into the BP Template Pack « BP Nouveau ». My guess is your theme is not checking the BP Nouveau Template pack is active before using one of its functions. In WP Admin > Settings > BuddyPress options, Check what is the active template pack, there’s a good chance it’s BP Legacy, switch to BP Nouveau and it will fix the issue.

    jordan912003
    Participant

    I’ve been stuck on this problem for a while. I have a different page and URL structure than the default BuddyPress page/URL structure and therefore I can’t use /username/profile/change-avatar/ for changing user avatars.

    How can I take the BuddyPress avatar upload form from the default BuddyPress user edit structure and place it in my own custom user edit structure?

    smacrs
    Participant

    I use buddypress in my website, my website is in Arabic language, I translated all the strings to Arabic language but still when I do some actions the English translation appear by default, and when I refresh the page the Arabic language appear

    what should I do to make Arabic language the default and never show English language

    Thanks

    #323789

    In reply to: Avatar Cropping issue

    MaLee Muse
    Participant

    I will share the details you provided with my hosting company… and see if it works… prior to your reply… this is what was shared with me…

    Maybe it helps…

    [08-Mar-2022 10:23:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mime_content_type() in /home/lppbgmmy/public_html/quantummemoirtheory/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php:1664
    Stack trace:
    #0 /home/lppbgmmy/public_html/quantummemoirtheory/wp-content/plugins/buddypress/bp-core/classes/class-bp-attachment-avatar.php(274): bp_attachments_list_directory_files(‘/home/lppbgmmy/…’)
    #1 /home/lppbgmmy/public_html/quantummemoirtheory/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php(1310): BP_Attachment_Avatar->crop(Array)
    #2 /home/lppbgmmy/public_html/quantummemoirtheory/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php(1436): bp_core_avatar_handle_crop(Array, ‘array’)
    #3 /home/lppbgmmy/public_html/quantummemoirtheory/wp-includes/class-wp-hook.php(307): bp_avatar_ajax_set(”)
    #4 /home/lppbgmmy/public_html/quantummemoirtheory/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
    #5 /home/lppbgmmy/public_html/quantummemoirtheory/wp-includes/plugin.php(474): WP_Hook->do_action(Array) in /home/lppbgmmy/public_html/quantummemoirtheory/wp-content/plugins/buddypress/bp-core/bp-core-attachments.php on line 1664

    I believe your host needs to enable mime_content_type on your server.

    #323788

    In reply to: Avatar Cropping issue

    Anonymous User
    Inactive

    Hi @nihanthk @maleemuse,

    I’m really having difficulties to reproduce the issue, cropping avatars works fine for me and all the BP Team Developers.

    The feature we introduced in 10.0.0 is avatar’s history and the possibility for a user to recycle a previously uploaded avatar. There’s a way to deactivate the feature using this filter

    <?php
    add_filter( 'bp_disable_avatar_history', '__return_true' );

    into a bp-custom.php file for example.

    Using this filter solves your issue?

    Otherwise, if you look into your server’s error_log file, do you see if a specific line is appearing once you tried to crop an avatar?

    #323782
    jetpackrabbit
    Participant

    Hi all,
    I have implemented member requests as per this guide after a large number of spammy registrations and spoof email addresses:

    Alternative Registration Workflows


    It seems to work well in that it doesn’t seem to generate the confirmation email address, but allows me to approve instead.
    The problem is that when I choose to delete the request, BuddyPress tries to send an informational email to the spoof email address to inform them their request has been denied:
    “Sorry, your request to join the site “My BuddyPress Site” has been declined”
    How can I prevent these unnecessary emails being generated?
    Thanks
    Kevin

    #323778
    buripi
    Participant

    I just created my own social media website using metafans theme and buddypress plugins, along with the necessary plugins required. Everything seems to be working okay. I made a group for my community users, and clicked on it to see what appears on the page. But nothing but a blank page, saying “Page Not Found.” Is there anything I missed? I followed all the instructions for making groups, but I don’t know what to do next.
    To make things clear. There’s no problem in “making” the groups. The real issue is that nothing appears when I visit the group page I just created.
    Could you guys give me any help?

    siyahperde
    Participant

    Hello,

    I search for old posts about that, but i can’t find a same topic with a near date.

    Add friend button get lost on my buddypress https://ekoharita.org/uyeler/siyahperde/ anyone can help me about that? I need to fix it.

    Thank you so much,
    Best regards,

    #323769

    In reply to: No Sidebar Widgets

    shanebp
    Moderator
    #323768
    beitmenotyou
    Participant

    I updated my BuddyPress to the latest version and now all my sidebar widgets stopped showing

    #323766

    In reply to: Avatar Cropping issue

    MaLee Muse
    Participant

    I am having the same issue… no matter if I upload or take picture… it fails after the crop image…

    From what I found it looks like it was fixed in the updated in Version 10.
    https://buddypress.trac.wordpress.org/ticket/8619#no0

    Buddypress plug in is up to date…

    Have you found a fix?
    MaLee

    #323764
    eddiehub
    Participant

    Hello, I have the same issue on my website https://digitalteacher.academy
    I have buddypress social network platform, I face one issue, when I create groups then I can not post anything just keep rolling , but no post is published. I have deactivated youzify but the issue still persist.
    Please, how can I solve this issue.

    #323762
    eddiehub
    Participant

    Hello, I have the same issue on my website https://digitalteacher.academy
    I have buddypress social network platform, I face one issue, when I create groups then I can not post anything just keep rolling , but no post is published. I have deactivated youzify but the issue still persist.
    Please, how can I solve this issue.

    cactuscat
    Participant

    I forgot to mention that I disabled all of the functions that I possibly could in BuddyPress, and it is still giving me the error.

    #323741
    carasse64
    Participant

    Hello

    I’m hosting my site to Hostinger with the “WordPress Starter Hosting”.

    I have installed 35 pluggins (all are updated) and I already note my website speed is slowing down.

    The best solution would be to upgrade my hosting plan ? The “WordPress Business Hosting” plan could be sufficient ? Or should select a more powerfull one ?

    I would appreciate help.

    Thanks.

    Fabien

    shanebp
    Moderator

    BuddyPress does not add that restriction.
    It is coming from some other code on your site – probably Paid Memberships Pro and you should send your question to them.

    julioms64
    Participant

    Hello,
    We have an extranet-intranet web using WORDPRESS 5.9.1; BuddyPress – Version 10.1.0 and Paid Memberships Pro Version 2.7.5

    The member directory is viewable without registration,

    Miembros


    but clicking on the profile of any member redirects to the registration page, although the profiles are made visible to all public.
    What could I do to make the profiles public, without the need for registration.
    Thank you very much for your help
    Julio

Viewing 25 results - 1,876 through 1,900 (of 68,969 total)
Skip to toolbar