Hello,
I have 2 issues I would like to know how to correct with this hack. I am running the website
www.jboc.org and it seems to be working fine however, here are the issues I see.
From Step 3b. My array currently looks like this:
...
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
//'canseehiddencustomfields' => 262144,
I need the last line to be active, so how can I do that.
Secondly from step 4b. The line you request for me to look for in the NAVBAR Template does not exsist. I am sure this is due to my style, but could you verify it won't be an issue?
Thanks