1
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



2
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.




TopTop



Login

Who's Online

153 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits