Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 8,476 through 8,500 (of 69,044 total)
  • Author
    Search Results
  • #262974
    danbp
    Participant

    You simply use one of the 6 action hook available on the group member template.
    The file to check is buddypress/bp-templates/bp-legacy/buddypress/groups/single/members.php

    The hook to use, for example bp_group_members_list_item.

    WP hook reference.

    rmessick
    Participant

    Ok doing more testing if we deactivate “Activity Streams” in BuddyPress it stops calling this function on this page. Is there a way to keep this enabled but turn it off through remove actions on this page template?

    rmessick
    Participant

    I do not have anything else but buddypress loaded to be calling this function. Is there a way to override this function to exit out without modify plugin code?

    wp-content/plugins/buddypress/bp-friends/bp-friends-functions.php

    // Bail out if the site has a ton of users.
    if ( is_multisite() && wp_is_large_network( ‘users’ ) ) {
    return;
    }

    Would like it to just be:
    // Bail out if the site has a ton of users.
    if ( wp_is_large_network( ‘users’ ) ) {
    return;
    }

    #262968
    psmorrow
    Participant

    I found this:

    post

    which adds xprofile fields to member directory, but I can’t seem to get this working for the group members directory.

    #262954
    paulbntz
    Participant

    Hi Masoud , i have the same issue that you write or very similar.

    I have found a solution in this URL

    Restrict not logged in users from accessing BuddyPress or bbPress pages

    I hope it can help you as me. ๐Ÿ˜‰

    Have a nice day.

    Regards.

    #262953
    Solomonsun
    Participant

    hello @hurior. i made sure i deleted buddypress from my cpanel and Plugin tab in wp-admin. then i reinstalled buddypress, manually created pages like member, profile, registratoin, activation, etc. then i went to settings > buddypress > pages > and associate the pages there with the pages i created and saved them. thats all

    Check it out https://schoolhome.com.ng

    #262949
    gprovostjr
    Participant

    1. Which version of WordPress are you running? 4.7.1

    2. Did you install WordPress as a directory or subdomain install? Directory

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? no

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 2.7.4

    7. Did you upgraded from a previous version of BP? If so, from which version? no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? YES
    Analytics Cat 1.0.1
    bbPress 2.5.12
    Photo Gallery 1.3.26
    Ultimate Social Media PLUS 2.5.1
    User Role Editor 4.31.1
    WP Discord 0.2.3

    9. Are you using the standard WordPress theme or customized theme? Standard

    10. Which theme do you use ? 2017

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? listed earlier

    14. Please provide a list of any errors in your serverโ€™s log files.

    15. Which company provides your hosting? ipage

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    bcanr2d2
    Participant

    Consider this one resolved, I found the function for the OneAll Social Login that fires off after the accounts are created, and it will now send off welcome emails for those that create accounts via the social media logins!

    Thanks for the tip, whilst they didn’t have an example of what I was after, they had plenty showing what function fired off after their account creation.

    In the end, so little code -will put on here for reference.

    add_action( 'oa_social_login_action_after_user_insert', 'oa_social_login_send_welcome_email', 10, 2);
    function oa_social_login_send_welcome_email ($user_data, $identity) {
    //Fire off BuddyPress Welcome email
    $user_id = $user_data->ID;
    bpdev_welcome_user_notification( $user_id);
    }
    #262852
    danbp
    Participant

    The toolbar is part of WordPress, not BuddyPress.
    BP offers in his Main Settings to show the Toolbar for logged out users (default: enabled).

    Removing WP’s toolbar is a very common task, widely commented and explained over the web and on WP’s codex. Read here.

    #262851
    danbp
    Participant

    Which update ? Do you use a child theme ?
    Do you follow changelogs ? If so, have you noticed the recent template changes made in BuddyPress 2.7 ?

    Also, because BP pages are not exactly ordinary WP pages, how have you implemented your slider ? Those details may help to help you.

    Note also that an issue with Canvas/BP 2.7 was reported 2 mounth back. I ignore if you are concerned, but in case of, the discussion is here.

    #262849
    danbp
    Participant
    #262841
    danbp
    Participant

    Please, search the forum before asking common question!

    https://buddypress.org/support/search/change+buddypress+menu/

    #262832
    wfott
    Participant

    danbp,

    I seem to hit a limit around 250 items, however, the quantity does vary as I try to add more. I need to increase this to 375. I switched to a radio button and I was up to around 300. I also read that tables do not like capitals so converted to lower case with little impact. I have tried explorer, firefox and safari on a PC and MAC with no impact.

    I did look at the class-bp-xprofile-field-type-selectbox.php file and did not see a limiting parameter. The posts you referenced said they had over 1,000 items so I am not sure if it may be something with my host. Anyway, below is my theme and plug-ins, any help would be appreciated.

    Thanks,

    Bill

    Theme

    Boss

    Plug-ins

    BP Auto Group Join

    BuddyBoss Media

    BuddyBoss Wall

    BuddyPress

    BuddyPress Custom Profile Menu Pro

    BuddyPress Default Data

    BuddyPress Global Search

    BuddyPress Member Types

    BuddyPress Reorder Tabs

    Contact Form 7

    Custom Sidebars

    Duplicate Post

    Duplicator

    Invite Anyone

    Meta Tag Manager

    Mobile Smart

    Recent Posts Widget Extended

    The Events Calendar

    User Role Editor

    W3 Total Cache

    Wiki

    WP Editor

    Yoast SEO

    beforeplastic
    Participant

    On a profile page / viewed blog results, the previous entries link at the bottom of the results page takes you to a 404 page. Would this be a buddypress or buddyforms issue?

    #262824
    danbp
    Participant

    Most of BP functions are working within loops. If you want to use them, you simply have to use the parent loop.

    Loops Reference


    https://codex.buddypress.org/?s=loop

    #262810
    grinsemaenner
    Participant

    Did you find any solution? I plan something similar but with canoeing and other water sports.

    Thus, I’d be interested whether you managed to tweak your buddypress so that users can post new trips on maps themselves!?

    #262805
    shanebp
    Moderator

    You can use the theme approach by overloading a group template, home.php, from a plugin.
    https://codex.buddypress.org/plugindev/template-overload-from-a-plugin/

    Then in your overload, add a conditional at the top.

    That should side-step switching themes issues for most themes.

    #262802
    djsteveb
    Participant

    I am guessing an installer from a web host likely includes some plugins and different themes.
    I suggest deactivating or deleting all plugins, and switch to default theme in wordpress before you try to install buddypress. then follow the prompts from there.

    #262791
    Luisa Oreglia
    Participant

    Solved!! ๐Ÿ™‚

    I view this post https://buddypress.trac.wordpress.org/ticket/5373
    and I changed database field value.

    #262774

    In reply to: Custom Member Tab

    The API Guys
    Participant

    Starting point is https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

    But adding a full function looks like:

    
    /**
     * adds the profile user nav link
     */
    add_action( 'bp_setup_nav', 'add_calendar_2_bp_nav_item' );
    function add_calendar_2_bp_nav_item() {
    	global $bp;
    
    	$args = array(
    		'name' => __( 'Calendar', 'buddypress' ),
    		'slug' => 'my-calendar',
    		'default_subnav_slug' => 'my-calendar',
    		'position' => 80,
    		'screen_function' => 'bp_nav_tab_stuff',
    		'item_css_id' => 'my-calendar',
    	);
    
    	bp_core_new_nav_item( $args );
    }
    

    But to do anything with the above, you’ll need to add stuff to display:

    
    /**
     * Creates the screen function content
     */
    function bp_nav_tab_stuff() {
    	add_action( 'bp_template_title',  'bp_nav_tab_screen_title' );
    	add_action( 'bp_template_content',  'bp_nav_tab_screen_content' );
    	bp_core_load_template( apply_filters( 'bp_core_template_plugin',  'members/single/plugins' ) );
    }
    
    function bp_nav_tab_screen_title() {
    	echo '<h3>My Calendar Title</h3>';
    }
    
    function bp_nav_tab_screen_content() {
    	echo '<p>You can choose to embed an iframe from Google Calendar and then the source will be the ID of the calendar you want to embed. You can find this under Settings > Calendar Address > Calendar ID.</p>';
    	echo '<p><iframe src="https://calendar.google.com/calendar/embed?src=barthmaier.com_sd2o58ua3efj7ne1m8o3p8n91g@group.calendar.google.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe></p>';
    	echo '<p>Of course, the above is just one way to add a calendar.</p>';
    }
    
    #262766
    Lars Henriksen
    Participant

    Hi

    #2, Buddypress Registration Options is doing the job for me.

    #262756
    medicinalplantclub
    Participant

    Wordpress 4.7.1
    Buddypress 2.7.4
    http://www.medicinalplantclub.com

    Hi, I am hoping someone can help. I just got buddypress set up on my site and there is a quote under my admin profile page that I apparently do not have access to change?? I cannot find it anywhere. I want to remove or change it but don’t know how. Sorry if this is extremely basic, but I am new to buddypress and there is no field within the profile or settings page. Thanks!

    #262752
    The API Guys
    Participant

    Why do you say you should have network-activated BuddyPress?

    #262741
    Solomonsun
    Participant

    well said @djsteveb. thanks for your support and kindness. if i try those steps above (though i dont understand all of them) and it didnt work, i’ll say goodbye to buddypress.

    Much love from Nigeria

    #262739
    danbp
    Participant

    Thanks for sharing. But take in account that such solution is not recommended as your modification will be overwritten at next plugin update.
    Never, under any circumstances, should you hack core files.

    Don’t forget to save a copy of your modified file in a safe place, so you can remember later what you’ve done, as it seems you forget easily such details ๐Ÿ˜‰

Viewing 25 results - 8,476 through 8,500 (of 69,044 total)
Skip to toolbar