1
Society
Admin rights on other users!
  • 2002/1/10 17:42

  • Society

  • Not too shy to talk

  • Posts: 178

  • Since: 2002/1/10


I tried to add a severel admin group to give news admins rights to access the admin module but now no body can go into admin :( no admin link will added. I added all checkboxes. What i can do?
The Users are displayed on the who is box

2
xile
Re: Admin rights on other users!
  • 2002/1/10 18:28

  • xile

  • Just popping in

  • Posts: 5

  • Since: 2002/1/6 1


i have a similar problem,

3
samhill
Re: Admin rights on other users!
  • 2002/1/10 22:11

  • samhill

  • Just popping in

  • Posts: 2

  • Since: 2002/1/9 2


modules\system\admin\groups\groups.php
line 26
$myts = new MyTextSanitizer;
change to
$myts = new MyTextSanitizer();

it will display in your groups what you added.
sorry,my english is not very good.
i hope you can understand what i mean.

4
xile
Re: Admin rights on other users!
  • 2002/1/10 22:23

  • xile

  • Just popping in

  • Posts: 5

  • Since: 2002/1/6 1


lol, your english is fine.

So basically is it a coding error in Xoops?

5
samhill
Re: Admin rights on other users!
  • 2002/1/11 11:50

  • samhill

  • Just popping in

  • Posts: 2

  • Since: 2002/1/9 2


soory i'm wrong

class/xoopsgroup.php
line284
if ( $size = sizeof($groupid) > 1 ) {
change to
$size = sizeof($groupid);
if ( $size > 1 ) {

From : goghs

don't change this file
modules\system\admin\groups\groups.php

6
kain
Re: Admin rights on other users!
  • 2002/1/11 13:31

  • kain

  • Just popping in

  • Posts: 56

  • Since: 2002/1/9 9


mmm.. the change of textsanitizer function works for me.. I will try this..

Login

Who's Online

179 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits