I'm trying to install the Form Builder module but when I click "download & install" I get
"You need the "Modify Forms" permission to perform that operation."
That isn't a permissions option under Group Permissions for Admin.
So how can I install this module?
module permissions
-
casidougal
- Forum Members

- Posts: 98
- Joined: Tue Jun 06, 2006 10:08 pm
Re: module permissions
Found this fix in another post:
Greg wrote: Remove line 10 from method.install.php in the modules/FormBuilder folder
Code: Select all
if (! $this->CheckAccess()) exit;
Last edited by casidougal on Mon Jun 18, 2007 10:58 pm, edited 1 time in total.
