I figured it out. It was I had to add
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canhaveguestbook' => 262144,
'canhavewebpage' => 524288,
'canviewwebpage' => 1045876,
'canviewguestbook' => 2097152,
'canpostguestbook' => 4194304,
'canseehiddencustomfields' => 8388608,
And do the math accordingly. Clicks install and thanks!
Someone needs to mention this in the first post.
|