Quote:
Originally Posted by Nordinho
Thanx for your fast replies Swedie, but I actually meant the other values, since they seem to be conflicting...
|
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.