 |
 |
 |
 |
#153605 - 08/13/02 08:10 AM
Re: [6.3.x] [beta] MegaMod
|
Spotlight Winner
Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
|
I was able to get past the error if I commented that line out but I have the same problem. after I set the megamods only 1 stays, and thats the second one in the top row. If I only set one then it seems fine (haven't gone far enough to see if he can mod) but if I set more than one then it get's messed up. The vars_megamods.cgi contains this if I set only one... code:</font><hr /> $Megamoderator = "00000001"; <hr /></blockquote>But it contains this if I set more than one... <blockquote><font class="small">code: [qb] $Megamoderator = "||^||00000012"; [/qb] Remember that I had to comment out this line in cp_vars_megamod.pl to even be able to set the megamods.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#153623 - 08/13/02 08:50 PM
Re: [6.3.x] [beta] MegaMod
|
Spotlight Winner
Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
|
There is still an extra bracket in there. this... code:</font><hr /> if($viewer_profile[8] eq 'Administrator' || $viewer_profile[8] eq 'MegaModerator')) {<hr /></blockquote>Should be this... <blockquote><font class="small">code: [qb] if($viewer_profile[8] eq 'Administrator' || $viewer_profile[8] eq 'MegaModerator') {[/qb] Edit: it is working great though...excellent hack.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|