Replies
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.Lazy load – no need to press Show more button.
Autoloading the activity after scrolling the bottom of the activity.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- This reply was modified 5 years, 8 months ago by Maksim Rusakovich.
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.
super!
You’re awesome.
Waiting for your replyGreat.
Thank you. It will be very cool!
What is the best way to know this update?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?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