-
Citrabola Bandar Judi Bola Terpercaya Indonesia'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
Great ????
-
Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 7 years, 6 months ago
Members directory is from BuddyPress. Buddypress always send an activation email when a new user registers from it’s register page. If you are not following that process then certainly you are using memberpress process and have to repair the count always or else let them login and when they will access Buddypress pages they will be listed…[Read more]
-
Milla Flynn's profile was updated 7 years, 6 months ago
-
Terrance Cross's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months ago
-
Prashant Singh replied to the topic Looking for Developer! Change Visibility of Avatars Depending on User Meta in the forum Creating & Extending 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months ago
Welcome 🙂
-
Университет АТУ's profile was updated 7 years, 6 months ago
-
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
Ok, I found it: it is in issue with my pushover notifications plugin, once I deactivated it everything works fine. Thank you very much Prashant!
-
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, I did that, but I can’t find a buddypress related error, just other messages
-
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
If you will enable debug log then it will create a file in wp-content folder and will write the errors there.
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
Ok, I did and got the debug.log file, but I’m not sure what to look for. I have no specific buddy press message, just a lot of other stuff?
-
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
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 7 years, 6 months 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 7 years, 6 months 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]
- Load More