Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Members Directory › the number of users does not fit with the list of registered users
- This topic has 9 replies, 2 voices, and was last updated 6 years, 1 month ago by
Themosaurus.
-
AuthorPosts
-
@themosaurus
- 1 Topics
- 1675 Posts
Hi @chilepower,
Your issue is probably related with the translation into Spanish. Maybe it’s incomplete or outdated with the version that you’re currently using. Could try again by either live previewing with another theme in your Customizer please? Please also make sure not to publish your changes.
Could you also try to switch to another language like english, german or french please? We need to make that this issue is also occurring with other translation before we debug any further.
Thank you.
March 6, 2019 at 17:44 #5672@themosaurus- 1 Topics
- 1675 Posts
OK, we’ll run a quick check of your settings.
Could you please create a new website user for us? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.If you’ve already share this info with us, you can also link the topic in which you’ve do so.
Cheers,
March 7, 2019 at 16:22 #5678DEMENTEParticipant@chilepower- 51 Topics
- 178 Posts
Taking advantage of the fact that you will be on my website, you can also check the profile search engines that I have because they do not work either please,I have 29 registered users in total but at the time of using the profile finder on the homepage or in the sidebar, no user appears, whether by age, city or etc
http://prntscr.com/mur7lj – http://prntscr.com/mur87b
March 7, 2019 at 20:46 #5683@themosaurus- 1 Topics
- 1675 Posts
Hi @chilepower,
In fact, BuddyPress only displays members who are considered as active. This means that a user who has been manually entered via WordPress admin and who has never logged in is not considered as a member of the community. This is the default behavior of BuddyPress.
To change this, we have found the following code snippet (here : https://buddypress.org/support/topic/new-users-not-showing-on-member-page-until-they-sign-in/):
function buddypress_add_last_activity() { $members = get_users( 'fields=ID' ); // $members = get_users( 'fields=ID&role=subscriber' ); foreach ( $members as $user_id ) { bp_update_user_last_activity( $user_id, bp_core_current_time() ); } } add_action('bp_init', 'buddypress_add_last_activity' );
At the moment, this snippet is disabled because we don’t want to force this behavior.
It’s up to you to decide if you want to activate it in the future.——
Apparently the profile search seems to work very well.
Test : https://antofacitas.cl/miembros/?field_3=Hombre&field_299=Una+Mujer&field_323=Antofagasta&field_318=30+a+40+A%C3%B1os&bp_profile_search=204If no users match the search, here are some possible reasons:
– No user has filled in the desired field
– The combination of several fields does not match any members (search is too strict)
– The fields entered in the form don’t correspond to the fields filled in by users.Example: The search field “Edad Entre” will search on users who have entered the same field on their profile and not on the field “Fecha de Nacimiento”.
It is essential that the search field and the profile field match.I hope this will help you.
Regards,
March 8, 2019 at 10:32 #5686DEMENTEParticipant@chilepower- 51 Topics
- 178 Posts
the search does not work well if you carefully look at the profile you searched for, it is that of a woman from the city of Antofagasta aged 30 to 40 years old and the results show the profile of a man from another city and another age which is Totally the wrong thing is not what I was looking for. I do not understand why they give the option to create fields if they do not work when looking for a profile.
http://prntscr.com/mv684p – http://prntscr.com/mv6yt1
March 8, 2019 at 21:49 #5696DEMENTEParticipant@chilepower- 51 Topics
- 178 Posts
I have solved it thanks, but because all the users appear online if they are not online http://prntscr.com/mvke9j
March 9, 2019 at 18:52 #5697@themosaurus- 1 Topics
- 1675 Posts
March 11, 2019 at 14:13 #5714 -
AuthorPosts
The topic ‘the number of users does not fit with the list of registered users’ is closed to new replies.