Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,401 through 4,425 (of 73,985 total)
  • Author
    Search Results
  • #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

    #311410
    joaopaulodr
    Participant

    I have a small problem:

    No sidebar widgets are showing up on BuddyPress pages (activity, member and group, etc), but they show up on the normal pages of theme.

    My theme premium is SCALIA.
    Wordpress version 5.4.1
    Buddypress version 5.2.0
    PHP version 7.2.24-0ubuntu0.18.04.4

    I hope someone can help me solve.

    Sincerely,
    João Paulo

    #311408
    Varun Dubey
    Participant

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

    #311407
    samhaddad85
    Participant

    Hi guys.
    So I want to build and educational material site. I want to upload lectures, videos and setup live video chat for questions and answers.

    I have few questions and i was hoping that you can help me figure out some answers.

    1- I want to be able to setup a video chat room for all my students as well as private chat room to be able to talk 1 on 1. is there any plugin that does that or is it supported by buddypress.

    2- I want to charge fee from students to be able to see content.
    for example i want to make packages (limited & unlimited) for unlimited you get to use all features of the website: msges, chat rooms, video content. and for limited users i want them to use basic features.

    I hope you can help me.

    #311405

    Topic: hiding comments

    in group forum Installing BuddyPress
    Raval
    Participant

    Hey
    I have a problem hiding comments in the activity stream.

    I changed the js code
    in “buddypress.min.js” in two places.
    like here: https://kainelabs.ticksy.com/article/14148
    Everything works until I go to the bottom of the stream and new posts are loaded. then the comments are no longer hidden. Please help

    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

    #311350
    Mathieu Viet
    Moderator

    Hello everyone,

    We’ve just release 6.0.0-RC1, thanks in advance for your tests!

    BuddyPress 6.0.0 Release Candidate

Viewing 25 results - 4,401 through 4,425 (of 73,985 total)
Skip to toolbar