And what can we do if we use a module as an installation profile ?
Because in such a case, dependencies[] are the module dependencies while what we want is to
activate some modules whether or not they are dependencies.
That's where hook_profile_modules is [was] handy.
Comments
Now modules are defined in
Now modules are defined in the profile .info file. Simply add a line like this and it will enable the block module:
dependencies[] = block
David Mignot
www.idflood.com
And what can we do if we use
And what can we do if we use a module as an installation profile ?
Because in such a case, dependencies[] are the module dependencies while what we want is to
activate some modules whether or not they are dependencies.
That's where hook_profile_modules is [was] handy.