It might sound basic but how can I see members list..and edit it if needed?..maybe I changed something I should not have...I know a long time ago I wanted to not let members see the member list.
I see a member list link at bottom inside right frame within admin panel, but after clicking it and inserting my login info, a mesg says "You do not have permission to view this section of the site. Either you are not registered, not logged in, or the administrator chosen not to give you access to this page." ....however I am logged in as admin.
That code should prevent any group other than #3 from viewing it. Administrators are #3 by default though so you should be able to see it when logged in as one. Testing... I see that's not working, it works when multiple groups are specified like <!-- RESTRICT TO GROUPS 3,4 --> but not with only one group. Will fix.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on seeing and editing members
Member
Usergroup: Customer
Joined: Sep 28, 2007
Total Topics: 5
Total Comments: 11
It might sound basic but how can I see members list..and edit it if needed?..maybe I changed something I should not have...I know a long time ago I wanted to not let members see the member list.
I see a member list link at bottom inside right frame within admin panel, but after clicking it and inserting my login info, a mesg says "You do not have permission to view this section of the site. Either you are not registered, not logged in, or the administrator chosen not to give you access to this page." ....however I am logged in as admin.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Either you've inserted template code to prevent admins from viewing that template or you have members switched off.
Member
Usergroup: Customer
Joined: Sep 28, 2007
Total Topics: 5
Total Comments: 11
Okay thanks..you helped me
I see now that Isomehow have this code near the top "<!-- RESTRICT TO GROUPS 3 --> "
what is "GROUPS 3" ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That code should prevent any group other than #3 from viewing it. Administrators are #3 by default though so you should be able to see it when logged in as one. Testing... I see that's not working, it works when multiple groups are specified like <!-- RESTRICT TO GROUPS 3,4 --> but not with only one group. Will fix.