Page 1 of 1

[SOLVED] Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 6:21 pm
by delve2013
I have installed Frontend Users along with self reg modules on a CMSMS 1.11.11 installation.

I can successfully register myself as a user, however when going into the Admin > Users & Groups > Front End User Management and then clicking on the Users tab, there are no visible users to view.

I can view the users when using the Calguys User Directory on a front end page, and I can login as the registered user, so the user does exist.

Is there a setting which I should know about or is this a bug?

Re: Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 7:20 pm
by Dr.CSS
It works for me, do you have them all still in self reg. or in user directory..?

Re: Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 7:26 pm
by delve2013
Here's the strange thing SelfReg is installed, but now it's no longer visible under Extensions.

It's as if it's not available in the admin.

Re: Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 7:34 pm
by delve2013
Update:

I cleared the admin cache and now the module is visible again but no users are visible.

In Front End Users I have a group called members and in that group it says 2 members exist. When i click on the Users tab, user history or Admin tabs there's nothing there.

Re: Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 8:27 pm
by PatriotsJase
grouplist.tpl has no closing </DIV> at the end of line 17:
<div class="clearb"/>

This has been reported under [#10312] so hopefully there's an update on the way.

Re: Front End Users not showing in Admin

Posted: Mon Dec 01, 2014 8:41 pm
by delve2013
PatriotsJase wrote:grouplist.tpl has no closing </DIV> at the end of line 17:
<div class="clearb"/>

This has been reported under [#10312] so hopefully there's an update on the way.
Thanks! I've managed to fix it.

Appreciate the help.