-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 6 years, 1 month ago
Itβs tough enough for BP devs to find work and tough enough for potential clients to find experienced BP devs.
Really it is, I can easily relate with this. Hard to find potential clients.
-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 6 years, 1 month ago
@elichersky333 sorry for my first reply, I thought the rules are like WordPress forum. You can contact like I have mentioned or can post here a way to contact you.
-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 6 years, 1 month ago
Ohh ok, then I think we can ask them to check our profile and can contact us with our websites.
-
Prashant Singh's profile was updated 6 years, 1 month ago
-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 6 years, 1 month ago
Hi,
This is not the platform to look for developers. This forum is only to have help with BuddyPress related issues.
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month ago
Maybe you can comment on the previous code and then try.
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 6 years, 1 month ago
Welcome π
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 6 years, 1 month ago
If you will enable debug log then it will create a file in wp-content folder and will write the errors there.
Thanks
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 6 years, 1 month ago
https://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/
Please try enabling them and check if it records anything in debug file.
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month ago
I have this working code to display members directory gender specific. For males a directory of females and vice versa. Maybe this code is the one causing your code not to work?
Yes, this is possible. You can increase the priority to 9999 or 9 from 21 to check if it is working or not.
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month ago
add_filter ('bp_ajax_querystring', 'modify_members_loop', 20, 2);
function modify_members_loop ($qs=false, $object=false)
{
global $wpdb;
if ($object != 'members') return $qs;// figure out if the logged-in user is male or female
$gender = xprofile_get_field_data (9, bp_loggedin_user_id ());if ($gender == 'Male')…[Read more]
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years, 1 month 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 6 years, 1 month 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
-
Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 6 years, 1 month 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
-
Prashant Singh replied to the topic Adding new column to BuddyPress default column in the forum Creating & Extending 6 years, 1 month 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 6 years, 1 month 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 6 years, 1 month ago
Hi,
Please see: https://screencast-o-matic.com/watch/cF63bMYzAs
It is working fine with the default theme.
Thanks
-
Prashant Singh replied to the topic No "Create Group" button is visible in the forum How-to & Troubleshooting 6 years, 1 month ago
Great π
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 6 years, 1 month 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 6 years, 1 month 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] - Load More
@prashantvatsh
Active 3 months, 3 weeks ago