Update, I decided to move the vbgarage up on the list, and now it shows up...
PHP Code:
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'canvbgarage' => 4, <<<<<<<inserted it here
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
'caninvisible' => 524288,<<<<<<<swapped with this!
I just swapped caninvisible with it, since I don't allow anyone to be invisible. It's a bandaid fix. Is there a limitation to the array?