
10-28-2004, 10:29 PM
|
|
|
Join Date: Aug 2004
Location: Netherlands
Posts: 288
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Swedie
those values are nothing special. As you can see the next value should have the double number of the one before. Do the math and you should have no problem fixing your problem.
But here is how yours should look
PHP Code:
'canuseguestbook' => 262144,
'canusewebpage' => 524288,
'canseehiddencustomfields' => 1048576,
// Reputation
'canseeownrep' => 256,
'canuserep' => 2097152,
'canhiderep' => 2097152,
'cannegativerep' => 4194304,
'canseeothersrep' => 8388608,
'canhaverepleft' => 16777216
);
notice WITHOUT the , after the last array / number.
|
It looks like that did the trick!!! thanks again Swedie for the great support!!!
|