-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago
You can paste that here https://pastebin.com/ and just share the link.
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
It is working fine for me. I have just tested on my localhost. Are they coming on second or third page in pagination? You can try clearing cache as well.
Thanks
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago
Yes of course there is, like I mentioned before everything works fine with php 7.0 only when I switch to php 7.1 or 7.2 I get the blank page.
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago
Can you please check if there is a page called activate in your pages list and also it is assigned to activate page setting in BuddyPress?
Thanks
-
Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi Prashant,
thanks for your quick response, I set wp_debug to true, but I don’t get any error messages in the browser when trying to register, just the blank page instead of the activation page.
-
Prashant Singh replied to the topic Adding new column to BuddyPress default column in the forum Creating & Extending 7 years, 6 months ago
Hi,
Please let us know what you want to achieve so that we can suggest any better approach hopefully.
Thanks
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please enable wp_debug to test what’s the error there.
Thanks
-
Prashant Singh replied to the topic When creating a Group, cannot see All Members in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please see: https://screencast-o-matic.com/watch/cF63bMYzAs
It is working fine with the default theme.
Thanks
-
Jacob_26 started the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago
Hello,
I need help please: when I update to php 7.1 the registration activation is no longer working, the registration works, but instead of the activation page a blank page shows up and the activation email is not sent. Nevertheless a new member in the wordpress database is created. With php 7.0 everything works fine. I hope someone can help me out.
-
Prashant Singh replied to the topic No "Create Group" button is visible in the forum How-to & Troubleshooting 7 years, 6 months ago
Great 🙂
-
Angelica Griffi's profile was updated 7 years, 6 months ago
-
Rohit Mewada's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 7 years, 6 months ago
Hi,
You need to disable activation mail and then those users will not be able to activate their account themselves and then you can go and do it manually from users screen.
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please open this plugin files and go to includes folder and in the core.php file try removing this code
add_filter( 'bp_after_activate_content', 'bp_registration_options_bp_after_activate_content' );If this removes the content then certainly this should
remove_filter( 'bp_after_activate_content',…[Read more] -
Prashant Singh replied to the topic WordPress add in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
Please write your full question.
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi
Please try this code:
function ps_exclude_current_user( $qs = false, $object = false ) {if( !is_user_logged_in() )
return $qs;$excluded_user= get_current_user_id();
if( $object !='members' )
return $qs;$args=wp_parse_args($qs);
if( !empty( $args[ 'user_id' ] ) )
return $qs;if( !empty( $args['exclude'] )…[Read more]
-
Prashant Singh replied to the topic How to call【profile-loop.php】in【edit.php】 in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try this
bp_get_template_part( 'members/single/profile/profile-loop' )Thanks
-
manuelhill14's profile was updated 7 years, 6 months ago
-
Mercede Tucker's profile was updated 7 years, 6 months ago
-
Елена Малышева's profile was updated 7 years, 6 months ago
- Load More