Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,026 through 5,050 (of 94,540 total)
  • Author
    Search Results
  • samtime
    Participant

    Hey Thomei,
    I found this article super-helpful to make the BuddyPress Display Name the same as the user’s username when they register: https://buddydev.com/buddypress-better-registration-part-1-remove-full-name-confirm-password-from-buddypress-registration/

    It doesn’t solve all the problems you mentioned, but can make the registration process much cleaner, as it only asks for one username on sign up.

    Hope it helps,
    Sam

    samtime
    Participant

    Hi, I have discovered that bbPress forum moderators can access another user’s BuddyPress Email & Password page by going to URL/members/USERNAME/settings/ revealing the user’s email address.

    How can we block access to this page to protect user’s privacy?

    Thank you, Sam

    WordPress 5.3.2
    bbPress 2.6.3
    BuddyPress 5.1.2

    shanebp
    Moderator

    The error should indicate the file that made the call to bp_loggedinuser_link()
    bp_loggedinuser_link() is deprecated.

    The proper function is bp_loggedin_user_link()

    bp_loggedinuser_link

    sanderthijs
    Participant

    After logging in the site crashes due to a Fatal error: Uncaught Error: Call to undefined function bp_loggedinuser_link()
    However I am able to reach my WP backend.

    The Buddypress plugin is installed on my wordpress backend.
    Can someone explain where this bp_loggedinuser_links() is located and how I can check if the whright path is being accessed when this function is called.

    The page I need help with: https://inspirathors.proeverijthijs.nl/

    bibblybob
    Participant

    Completely agree with your post. It’s 2020 now, and there should be the functionality to at least make the display name optional. In searching the annals for answers, I see questions going back to 2013 asking for this because users were getting confused with usernames / display names. It would be great to have something like Reddit, where just a username / email is required. Despite this frustration, massive thanks to those working on BuddyPress.

    Guy Hubert
    Participant

    After changing Template Pack from “BuddyPress New” to BuddyPress Heritage” in BuddyPress/Options Settings, it works well now …

    Any problems known with “BuddyPress New” Template Pack ?

    Guy

    #309916
    plattform12017
    Participant

    Following error message after WordPress relocation!

    Fatal error: Uncaught Error: Class ‘BP_XProfile_Component’ not found in /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php:25 Stack trace: #0 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-includes/class-wp-hook.php(288): bp_setup_xprofile(”) #1 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #2 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(65): do_action(‘bp_setup_compon…’) #4 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-includes/class-wp-hook.php(288): bp_setup_components(”) #5 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #6 /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-inclu in /homepages/16/d4295020239/htdocs/bmun-gv-at.eu/kontakt/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-loader.php on line 25
    ___
    I can’t get any further
    Please help
    Gerhard Eggetsberger

    #309898
    visimedia
    Participant

    when my free members post something in bbpress, it shows in their buddypress wall profile

    I want not to post this in their wall when my paid members post something in paid forums in bbpress

    is this doable?
    or how to hide all of the bbpress postign at all in the buddypress profile?

    #309897
    mrbiggboss
    Participant

    HI there

    I’m busy making a website for the hood that gives them to register, login and interact with a nother. We even have a forum and other options. But now i want to create a better and cleaner profile page. But when i want to create it, i havent got the elements in my divi builder, just like woocommerce. So how can i make the profile page a better look?

    Thnq so much for help

    patilkavya
    Participant

    Hi Team,

    We are using Buddypress and Youzer plugin and our goal is to pull each of these types of items – Posts / Comments / Articles / Likes and get them to user email.

    The page I need help with: https://nlgphptest.wpengine.com/members
    BuddyPress version – 5.1.2
    WordPress versions – 5.2.5

    It would be greatly appreciated if someone could help me on this.

    Thanks & regardsm
    Kavya Patil

    #309892
    naeemdh
    Participant

    Hi there,

    I always need page refresh to check cover image is upload successfully or not kindly give solution of this I already have checked all the threads related to same issue but failed to find solution

    Regards

    #309886
    shanebp
    Moderator

    This works, in wp-config.php or bp-custom.php,
    define( 'BP_GROUPS_DEFAULT_EXTENSION', 'forum' );

    #309883
    danielafer
    Participant

    hello how can I do so that the url that is created when installing buddypress is not indexed. For example, I do not want links to user profiles, groups and some other sections to be indexed. Can someone help me please?

    reelscene
    Participant

    Hi guys

    I have the Aardvark theme which comes bundled with Paid Memberships Pro and BuddyPress/bbPress.
    WP version 5.3.2, BP version 5.1.2
    I’ve set the site so any non logged-in user goes to a set page, the site is essentially private.

    For some reason, the activity feed on the homepage wall only shows activities when logged in as admin. Any other user gets the message “Sorry, there was no activity found. Please try a different filter.” If they post a status, it’s visible when posted and goes into the database, but refreshing the homepage leads to an empty wall again.

    I’ve only made one recommended tweak to the child theme – redirecting non-logged in users to a “public page”. I can provide the admin login if that helps.

    function my_template_redirect_require_membership_access() {
    if(!is_admin()){
    if ( function_exists( 'pmpro_has_membership_access' ) && ! pmpro_has_membership_access() ) {
    wp_redirect( pmpro_url( 'levels' ) );
    exit;
    }
    }
    }
    
    add_action( 'template_redirect', 'my_template_redirect_require_membership_access' );

    ​​As I don’t know where the problem lies I’m not sure what settings to show you. I’ve tried disabling all of the additional plugins I’ve installed to no avail. Here are the plugins I have installed:

    Aardvark Plugin

    bbP private groups
    This plugin adds private groups to the forums, allocating users to groups, and combinations of forums to those groups, creating multiple closed forums.

    bbPress
    bbPress is forum software with a twist from the creators of WordPress.

    bbPress Notify (No-Spam)
    Sends email notifications upon topic/reply creation, as long as it’s not flagged as spam. If you like this plugin, help share the trust and rate it!

    BP Profile Search

    BuddyPress

    BuddyPress Xprofile Custom Field Types

    Classic Editor

    Coming Soon Page, Under Construction & Maintenance Mode by SeedProd

    Contact Form 7

    Elementor

    Envato Market

    Events Manager

    GD bbPress Attachments

    LayerSlider WP

    Paid Memberships Pro

    Paid Memberships Pro – bbPress Add On

    Paid Memberships Pro – BuddyPress Add On

    Paid Memberships Pro – Mailchimp Add On

    Passster
    Plugin to password-protect portions of a Page or Post.

    Responsive for WPBakery Page Builder

    rtMedia for WordPress, BuddyPress and bbPress

    Sensei Certificates

    Sensei LMS

    Smash Balloon Instagram Feed
    Display beautifully clean, customizable, and responsive Instagram feeds.

    Smush
    Reduce image file sizes, improve performance and boost your SEO using the free WPMU DEV WordPress Smush API.

    Theia Sticky Sidebar

    Transcoder

    Ultimate Reviewer

    UpdraftPlus – Backup/Restore
    Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.

    WooCommerce

    Wordfence Security

    Wordfence Security – Anti-virus, Firewall and Malware Scan

    WordPress Popular Posts

    WP Google Review Slider
    Allows you to easily display your Google Places business reviews in your Posts, Pages, and Widget areas!

    WP-Live Chat by 3CX
    The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.

    WPBakery Page Builder

    Youzer

    I can send a link to a zip file of the settings of the various membership and theme plugins if that helps.

    I understand the issue could be complex but I’m a PHP developer, so if you know of some places I can look in the code or starting points for investigation that would be really helpful 🙂

    Cheers

    #309880
    evillizard
    Participant

    It’s the best wordpress plugin imho …

    If not for buddypress i don’t think i would be using wordpress

    And with people like @sbrajesh who assisted me when i was totally clueless.. The Dude is practically a legend… And il’d forever be grateful to him, We Need more people like that on earth


    Because buddypress is open-source i don’t think people who use it would let it go that easy .. I support open-source because i believe knowledge should be distributed freely for quick advancement of the human race as a whole.

    Danny Santoro
    Participant

    Hi there,

    What I’m looking to do is to add the dynamic BuddyPress profile URL in a page, so for example:

    “Thanks for registering! Head over to your profile to get started.”

    Where “your profile” is the link like https://example.com/members/john-doe/

    Is this something that can be done with the core plugin that I’m missing, or would I need some code to make it happen?

    Thank you!

    #309871
    sebe6
    Participant

    Problem solved, if anyone is in the same case :
    Buddypress store image in uploads/avatars/{user_id}
    It select avatar based on the last updated image

    You can find my work around there :
    https://stackoverflow.com/questions/59828308/change-bp-avatar-through-wp-rest-api/59857943#59857943

    #309870
    tekNorah
    Participant

    I am experiencing this same issue. So, I created a ticket on trac here: https://buddypress.trac.wordpress.org/ticket/8218#ticket

    ziridian
    Participant

    Hi,

    I assigned different topics on Forums (bbpress) and arranged its heirarchy.

    However when I added groups, there was an option to add forums to groups. I ticked add forums to groups. I thought the forums added via groups will only be viewable in : groups.

    When I checked my forums, the ones on top are already the group names. The forum topics I created are already on the bottom part.

    1. May I please ask how the group forums can be automatically assigned to the last part of the forums so the forum heirarchy I assigned will remain the same? When there are members who’ll add groups, the layout won’t be messed up since the groups (forums assigned by group) will just be placed on the lower part.

    Or

    2. How do I remove the portion in Groups where the group creator can add forums? This is so the members won’t be able to add their group forums on the forums I originally created (only when #1 doesn’t work).

    Thanks.

    #309864
    rewardbuddy
    Participant

    Hello,

    I have a wordpress site with MyListing theme and Buddypress.
    Buddypress was working fine with groups however all of a sudden I cannot view, create new or edit any groups pages.
    When I click on a groups page it goes to the URL but just a blank screen.

    Help please!

    #309861
    LAN NAA
    Participant

    version wordpress 5.3.2
    version Buddypress 5.1.2
    https://ventanasdelaeducacion.com
    theme ELEMENTOR

    I have installed Buddypress, I have created a group as an external user with a teacher profile (client) and with selected capabilities. When creating the group that user has become the group administrator. As such you should be able to access
    editar grupo
    to edit group and add users. But every time I try to access it tells me this: You do not have sufficient permissions to access this admin page.
    Reason: The current user doesn’t have the “bp_moderate” capability that is required to access the “Groups” menu item.

    I have the buddypress capabilities editor and I tried to add that capability (bp_moderate). But it does not appear in the list of capabilities. So believe her. Now it appears and I have assigned it, but it still does not let me access the group editor.

    I do not know what to do! please help me !!

    joeyleblanc94
    Participant

    Hi,

    I am using buddypress with Gwangi theme to make it a social media website, i want to hide private button on member when they are not friends.

    here’s my code.

    add_filter( 'bp_get_send_message_button', function( $array ) {
        if ( friends_check_friendship( bp_loggedin_user_id(), bp_displayed_user_id() ) ) {
            return $array;
        } else {
            return '';
        }
    } );

    What should i do and where should i apply my code to achieve the customisations.

    #309857
    caaprichos
    Participant

    Hello! Could you help me that I am going crazy with a problem that I cannot solve?
    I have the latest versions of wordpress and buddypress. I have a social network where I have pages that are assigned to a profession (accountant, administrative assistant, manager, HR) in each of the pages I have an advanced search engine with the (Name, City, Services), When doing the search I get the members page and what I need to leave is the page of each of the cities where you search, Example: Name (empty) City: Cuenca Services: (empty), instead of leaving a member page that leaves a page Of all the users that are in the city of Cuenca, if you add the services it would be a greater filtering but as a priority search in the area! I am using the Name Directory plugin but I cannot solve the problem.
    I don’t know if he explained me well! Can you help me!!

    #309847
    joeco
    Participant

    RE: https://sicklecellanemianews.com/forums/

    No activity found.
    I tried
    using the WP default theme,
    resaving the permalinks,
    disabling all plugin except bbpress and buddypress

    I tried these in Tools
    Recalculate last activity in each topic and forum
    Repair member “last activity” data.

    How can I remedy this?

    bbpress 2.6.3
    buddypress 5.1.2
    Kleo 4.9.50
    Server architecture Linux 4.15.0-72-generic x86_64
    Web server nginx/1.15.1
    PHP version 7.3.13-1+ubuntu18.04.1+deb.sury.org+1 (Supports 64bit values)

    #309844
    lwadz88
    Participant

    Hello All,

    I am not a web developer, however I am trying to learn. I have a website set up with buddypress already installed. It is all working fine as it should stock out of the box. However, I am trying to learn how to create a customized group template that will be used for all new groups created. I have messed around with the Groups Extra plugin, but that is too much effort on the user’s side to have to re-arrange tabs and create new pages and such. I am looking for a solution to do the work ahead of time so that all users simply have to customize the template with their own information and there is uniformity across groups.

    What id be looking for is something like this:

    Project Name (Join Button)
    (Group Logo or Header Image)

    (Group Admin Selectable Status Graphic, i.e. percent complete)

    (Group Description Block)

    (Group Details Block where group admin fills in details in pre-determined fields upon group creation)

    (Group Key People Images and basic data, like bubbles with four people’s pictures and basic information in a row)

    (Standard Buddy Press Announcement Board)

    ……………………………………….

    I can’t do much coding : ( Is there any way I can make a template with elementor or is there a plugin that can make this a standard format for BP groups?

    Thanks!

Viewing 25 results - 5,026 through 5,050 (of 94,540 total)
Skip to toolbar