BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #23452

    Hello Brajesh.

    I know. Could you team make this feature for me for the payment?
    Because now this very important feature doesn’t work in BP Profile search plugin.

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21417

    It will be great. Thank you.

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21407

    Lazy load – no need to press Show more button.
    Autoloading the activity after scrolling the bottom of the activity.

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21168

    Thank you.

    Maybe you can assist to add your plugin define.

    
                if ( // Load the scripts on Activity pages
                    (defined('BP_ACTIVITY_SLUG') && bp_is_activity_component())
                    ||
                    // Load the scripts when Activity page is the Home page
                    (defined('BP_ACTIVITY_SLUG') && 'page' == get_option('show_on_front') && is_front_page() && BP_ACTIVITY_SLUG == get_option('page_on_front'))
                    ||
                    // Load the script on Group home page
                    (defined('BP_GROUPS_SLUG') && bp_is_groups_component() && 'home' == $bp->current_action)
                    ) {
                    add_action( "wp_enqueue_scripts", array (&$this, 'enqueue_scripts') );
                    add_action( "wp_print_scripts", array ( &$this, 'print_style' ) );
                }
    

    Line 79
    https://github.com/mgmartel/BP-Limit-Activity-Length/blob/master/bp-limit-activity-length.php

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21159

    The activity shortcode plugin simply includes the form from your theme. You will need to consult theme authors for limiting the size.

    It’s working with standard theme activity.
    But with your plugin – not.

    That is why I asked, if it’s possible to solve it.

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21155

    + How to show only Updates of the members?

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21046

    super!
    You’re awesome.
    Waiting for your reply

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21044

    Great.
    Thank you. It will be very cool!
    What is the best way to know this update?

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21025

    Great. Thank you.

    https://wordpress.org/plugins/wordpress-social-login/

    and your plugin
    https://wordpress.org/plugins/bp-redirect-to-profile/ (works perfect with usual buddypress login)

    But After social login it doesn’t redirect to user profile.
    Is is possible to combine your plugin and social login?

  • Participant
    Level: Enlightened
    Posts: 95
    Maksim Rusakovich on #21003

    Thank you.

    BuddyPress Profile Completion.
    But user should fill all mandatory fields during registration.
    What is the sense of this plugin?
    If not fill the fields, what restrictions make the plugin?
    Not described into the plugin info