Bug with memberlist – UserPro Forums https://forum.userproplugin.com/forums/topic/bug-with-memberlist/feed/ Sun, 19 May 2024 18:18:00 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22006 <![CDATA[Bug with memberlist]]> https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22006 Wed, 19 Feb 2014 17:24:04 +0000 Nexnivis Hi !

Let me ask this question because I noticed something : the member directory doesn’t display ALL members .

If I go to the list of members of my site in admin panel I see all the members, but in the list with the shortcode [ userpro template = memberlist ] are missing limbs !

In fact , it lacks all those who have not registered “normally” . If I import members for example, they are in my member list but do not appear in the UserPro directory .

So how does that happen? UserPro posts the members in the directory at the time of registration? He does not just consult the list of site members in the database?

It poses a number of problems, because part of my community registers on other sites and is then imported into my site!

Thank you to see if a solution is possible to address this concern, it would be great 🙂

]]>
https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22010 <![CDATA[Reply To: Bug with memberlist]]> https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22010 Wed, 19 Feb 2014 17:28:54 +0000 admin UserPro has caching turned on. Some added members from other methods (not normal registration) can be delayed until cache is cleared.

Try this in your functions.php

global $userpro;
$userpro->clear_cache();

Tell me if it solves the problem

]]>
https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22021 <![CDATA[Reply To: Bug with memberlist]]> https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22021 Wed, 19 Feb 2014 17:37:34 +0000 Nexnivis THX A LOT ! Works like a charm !

You’ve just resolve a big mistake of multisite install 🙂

]]>
https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22023 <![CDATA[Reply To: Bug with memberlist]]> https://forum.userproplugin.com/forums/topic/bug-with-memberlist/#post-22023 Wed, 19 Feb 2014 17:40:03 +0000 admin You’re welcome. The logic behind it that userpro implies caching, and does not update new members until cache is cleared which happens on normal registration and not with imports.

]]>