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?
[SOLVED] Front End Users not showing in Admin
[SOLVED] Front End Users not showing in Admin
Last edited by delve2013 on Mon Dec 01, 2014 8:41 pm, edited 1 time in total.
Re: Front End Users not showing in Admin
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
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.
It's as if it's not available in the admin.
Re: Front End Users not showing in Admin
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.
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.
-
- New Member
- Posts: 7
- Joined: Mon Dec 17, 2012 8:12 am
Re: Front End Users not showing in Admin
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.
<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
Thanks! I've managed to fix it.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.
Appreciate the help.