PDA

View Full Version : Member not showing in Memberlist?


Elixar
09-25-2014, 03:06 AM
I've checked everything, and they're in the Registered group.

ForceHSS
09-25-2014, 06:28 AM
admincp/settings/options/User Listing Options/Minimum Posts

Elixar
09-25-2014, 01:11 PM
It's set to 0 posts, but they're still not showing up.

ForceHSS
09-25-2014, 02:17 PM
Have you checked settings in usergroups

Lynne
09-25-2014, 04:09 PM
You need to have Registered Users > Viewable on the Memberlist set to Yes (which is NOT recommended for ANY large usergroup or you may break that page due to server settings).

ForceHSS
09-25-2014, 04:16 PM
If they are set to yes for Viewable on the Memberlist and they still don't show go to admincp/Maintenance/General Update Tools and run what is needed in there also Clear System Cache under Maintenance section

Elixar
09-30-2014, 02:44 AM
Still nothing. :(

ForceHSS
09-30-2014, 03:23 AM
Do you have a custom plugin to show the memberlist

Elixar
09-30-2014, 04:01 PM
Nope.

ForceHSS
09-30-2014, 05:30 PM
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files

Lynne
09-30-2014, 08:41 PM
Can we get a link to view the member list (make sure to either allow Unregistered Users to see it, or give us a test login to view it)? What member isn't showing (link to the member profile)? And, can we get a screencap of the admincp settings.

Elixar
10-02-2014, 02:12 AM
...

ForceHSS
10-02-2014, 02:31 AM
The only way to check what the problem is for someone to login to your admin panel and check it over. That member link you have seems to be maybe a custom admin group you have made

Elixar
10-02-2014, 03:20 AM
Fixed it, the option where it said Viewable on Memberlist was set to No for the primary group. :)

ForceHSS
10-02-2014, 03:48 AM
I did ask you about this on post 6

Elixar
10-02-2014, 10:40 PM
Yeah didn't really think about it. Thanks guys. :)