Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,626 through 3,650 (of 69,016 total)
  • Author
    Search Results
  • #311455
    riggie11
    Participant

    Hi guys,

    I migrated my site to another domain a while ago. Now I am getting blank pages when I visit the member and activity pages in Buddypress.

    I deleted all the BuddyPress WordPress Tables and did a fresh install of Buddypress.
    Still get blank pages.

    The server error message is:
    WordPress database error Table ‘members_healwithdiet.wp_cw_widgets_options’ doesn’t exist for query SELECT * FROM wp_cw_widgets_options WHERE `widget
    You can check the error logs your self from the hosting panel, here’s an article to guide you:
    https://wpxhosting.com/knowledgebase/article/110/how-to-access-your-error-logs/

    The members_healwithdiet is my old site and my new site is at members.riggie.com.

    Would appreciate it if someone can tell me how I can fix the above problem.
    As I have an existing membership site, I can’t simply do a brand new install.

    Thanks,
    Riggie

    #311433

    In reply to: Profiles

    clickallco
    Participant

    Jobs and businesses are not in the buddypress coding.

    If you meant business as in a user profile administrating different capabilities like regular posts, custom posts and Buddypress groups, then WordPress itself has the means.

    You can upgrade any user account as a site administrator to become, for example, an editor or author with more capabilities than a normal account.

    In a Buddypress group you can manage who’s the groups administrator inside the group under “manage”.

    Read about the WordPress roles here: https://wordpress.org/support/article/roles-and-capabilities/

    Read about the Buddypress capabilities here: https://codex.buddypress.org/administrator-guide/groups/

    #311431
    onfleekresources
    Participant

    BuddyPress – Olympus – Youzer.

    Can Businesses have multiple users that have access and can control their jobs, posts, groups, etc.?

    #311430
    clickallco
    Participant

    Look at the bp-templates as pre-made themes for Buddypress pages. You can figure out what you’re currently using through your WordPress dashboard > settings > buddypress > options > template pack.

    Legacy was the old templating system for Buddypress and a lot of websites still use it. Other new Buddypress installations use Nouveau which is now the default.

    So in short, they’re not removing legacy due to many sites still using it, bp-default is there as a fallback should the other two fail and Nouveau is the current templating system for Buddypress.

    #311429
    edwingraves
    Participant

    Edit doesn’t work, so I guess I’ll reply to my own post. Apparently the change I’m looking for resides in cover-image-header.php. Making edits there works fine. This still doesn’t answer why there are so many templates and themes inside of buddypress or why there’s such redundancy in code between files or why the documentation is so poor.

    Then again, the Edit link on your own website doesn’t work, so I’m just going to chalk it all up to “BuddyPress being BuddyPress”.

    edwingraves
    Participant

    I know the answer to this is probably very simple, so please bear with me.

    I’m attempting to override how member-header.php displays using a child theme I made of Customizr.

    The problem I’m having is that everything I search online seems to conflict or just not work.

    For example there’s a member-header.php file inside of the buddypress plugin, at:

    • buddypress/bp-templates/bp-nouveau/buddypress/members/single/member-header.php
    • buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php
    • buddypress/bp-themes/bp-default/buddypress/members/single/member-header.php

    The instructions I’ve found online, of other people trying to do this, say to simply create a folder structure like this: /wp-content/themes/mytheme/buddypress/members/single/member-header.php

    I attempted to do this and make edits, but they were never reflected back to the page. If it did work, which of the three above files would I use as my base? Why are there even three locations for this?

    On the actual buddypress documentation site, this isn’t really mentioned and instead the 1.8 documentation talks about overriding specific user ids, groups, or using an index.php. The 1.7 documentation does mention overriding via folder structure but the examples aren’t in-depth.

    Should I just abandon this and instead do everything via hook overrides? I’m just really confused as to what the modern solution is because I’ve done this back in the day and it wasn’t such a hassle. I feel like I’m missing something simple and I’d sincerely appreciate it if anyone could shed light on the problem.

    #311427
    clickallco
    Participant

    You can find some answers here:

    update group activities just for admins

    Keep in mind you’re using Youzer which is overriding a lot of the standard buddypress plugin’s templates, so you’d probably be better off asking in the Youzer forum.

    clickallco
    Participant

    Unless you have a theme or another custom plugin already overriding it somewhere else, here’s where you’ll find it inside the Buddypress plugin.

    Legacy
    buddypress > bp-templates > bp-legacy > buddypress > groups > single > members.php

    Nouveau
    buddypress > bp-templates > bp-nouveau >buddypress >groups > single > members-loop.php

    profile field
    <?php echo xprofile_get_field_data( 'profile field name', bp_get_member_user_id() ); ?>

    Remember to override the template with your own in your theme so plugin updates doesn’t override your changes.

    onfleekresources
    Participant

    I would like for my users to see my posts and be able to comment and like them, but not post themselves. ??

    BuddyPress – Olympus – Youzer – WPBakery

    #311415
    joaopaulodr
    Participant

    Thanks for the feedback, @vapvarun

    I made your suggestion to copy page.php as buddupress.php within my theme.
    But it stayed the same.

    Then I did the following, included in the buddypress.php file the code below for the widget:

    <? php
    while (have_posts ()): the_post ();
    get_template_part (‘content’, ‘page’);
    get_sidebar (‘buddypress’); /* HERE!!! */
    endwhile;
    ?>

    Now the widgets appear, but are below the content of the page.
    I would like them to stay to the right. Do you know how I should do this?

    #311412
    Varun Dubey
    Participant

    @joaopaulodr copy page.php as buddypress.php inside the child theme.

    Theme Compatibility & Template Files

    #311408
    Varun Dubey
    Participant

    @samhaddad85 you can use Learndash/LifterLMS with BuddyPress, and for chat comet chat, it offers group chat features.

    wafadul
    Participant

    I’m still encountering this issue. Has this been resolved or not yet?

    anshulkt98
    Participant

    Hi, I am not able to turn on the settings for “Allow upload from activity stream” in settings->buddypress> rtMedia -> buddypress. No matter how many times i change it and click on save settings, its still remains the same. please help. I am using localhost wordpress dashboard

    honoluluman
    Participant

    So i managed to find the appropriate code in case someone also needs it:

    define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
    
    /**
     * Filter and remove subscribers and user's own mail from all BuddyPress auto complete box.
     *
     * @param array $args BP_User_Query args.
     *
     * @return array
     */
    function buddydev_filter_buddypress_auto_complete_ids( $args ) {
    	$user_ids = isset( $args['exclude'] ) ? $args['exclude'] : array();
    
    	if ( $user_ids && ! is_array( $user_ids ) ) {
    		$user_ids = wp_parse_id_list( $user_ids );
    	}
    
    	$excluded = get_users( array( 'role' => 'subscriber', 'fields' => 'ID' ) );
    
    	if ( is_user_logged_in() ) {
    		array_push( $excluded, get_current_user_id() );
    	}
    
    	$args['exclude'] = array_merge( $excluded, $user_ids );
    	return $args;
    }
    add_filter( 'bp_members_suggestions_query_args', 'buddydev_filter_buddypress_auto_complete_ids' );

    with this i can have excluded from autocomplete all subscribes by hooking to bp_members_suggestions_query_args

    #311391
    SyGy
    Participant

    Hi sorry for the delay of this answer! thank you for your suggestion. I sent the request!
    thank you again!
    https://buddypress.trac.wordpress.org/ticket/8289

    #311392
    cmsplay
    Participant

    Help! This is so easy, but I can’t find the answer…

    I’ve successfully set up some BP Groups. When I’m logged in as Admin though, how do I post a message at one of the groups? I can’t see a link to make and post a message there for Group members.

    Thanks for your help guys.

    #311383
    Varun Dubey
    Participant

    @yassni BuddyPress does not offer a customized login page, you can log in widgets in the sidebar, or can create a branded login page there are couple of free plugins for it.

    yassni
    Participant

    when someone wants to register on my website. he presses log in but the BuddyPress window does not appear in his place a WordPress window that appears. can you help me please

    #311376
    Varun Dubey
    Participant

    @jluisrioja
    You can use the following code inside the child theme, it will add a timestamp for all users
    remove code once all member starts displaying in your member list.

    function buddypress_add_last_activity() {
      $members =  get_users( 'fields=ID' );
      foreach ( $members as $user_id ) {
            bp_update_user_last_activity( $user_id, bp_core_current_time() );
      }
    
    }
    add_action('bp_init', 'buddypress_add_last_activity' );
    N33D
    Participant

    Hi guys,

    Working on this issue for like 8 straight hours and I finally found the problem but I still can’t fix it.

    In my theme I use:
    wp_deregister_script('jquery');

    And load jQuery myself:
    wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js', false, '1.0', null);

    Scripts are loaded correctly: (screenshot) https://pixelheads.d.pr/qB0nKV

    But it causes many problems. For example, when I press the “Add friend” button, the whole page (HTML) is loaded in the div.friendship-button element. No idea why.

    All help appreciated.

    Thanks in advance.
    Justin

    #311338
    BuddyBoss
    Participant

    @coolhunt

    Thank you!

    – You cannot run BuddyBoss Platform and BP at the same time. BuddyBoss is a fork of BuddyPress and shares a lot of the same underlying code, so they cannot run at the same time.

    – These are the themes available: https://www.buddyboss.com/themes/
    “BuddyBoss Theme” is for BuddyBoss Platform.
    Boss 2.0 and OneSocial are actually for BuddyPress.

    I know it’s a bit confusing, but long term our product stack is basically just BuddyBoss Platform and BuddyBoss Theme which is actually very simple. We’re not making any new BuddyPress themes. The goal is to have everything you need out of the box from us with one plugin, one theme. That way we can focus all of our efforts on updating that product stack and just make it really awesome. We are adding more options over time to make the theme really flexible with layouts, especially via Elementor, so that people can take that one theme and make it look like anything.

    #311332
    BuddyBoss
    Participant

    @techhnyne

    BuddyBoss Platform (our version of BuddyPress) is free, including updates. The platform includes all of the social functionality, while the theme is purely for layout and is optional. You do pay for the theme, just as you would pay for a nice BuddyPress theme. You can also build your own theme, or use some generic free theme from the WordPress themes repo if you prefer.


    @hochingj
    Thanks!

    N33D
    Participant

    Hi there,

    Found this article: https://buddypress.org/support/topic/how-to-show-pending-memberships-to-user/

    It seems this is not baked in functionality in BuddyPress? Can’t find it anywhere in the code.

Viewing 25 results - 3,626 through 3,650 (of 69,016 total)
Skip to toolbar