modules
Moderator: alexandrleonenko
Re: modules
Hello Bill
Could you explain what scripts you use "ApPHP Business Directory" or "uBusinessDirectory Talk" as far as I know both of these scripts should default include this modules, but I need to clarify.
Regards.
Could you explain what scripts you use "ApPHP Business Directory" or "uBusinessDirectory Talk" as far as I know both of these scripts should default include this modules, but I need to clarify.
Regards.
Re: modules
hi,
if you buy modules they must be instantiated first:
protected/config/main.php
go to around lines 103
// application modules
'modules' => array(
'setup' => array('enable' => true, 'removable' => false),
'backup' => array('enable' => true, 'removable' => true),
'cms' => array('enable' => true, 'removable' => true, 'backendDefaultUrl'=>''),
,
),
copy one of the lines and insert your module name and eventually set 'removable' to true
if you buy modules they must be instantiated first:
protected/config/main.php
go to around lines 103
// application modules
'modules' => array(
'setup' => array('enable' => true, 'removable' => false),
'backup' => array('enable' => true, 'removable' => true),
'cms' => array('enable' => true, 'removable' => true, 'backendDefaultUrl'=>''),
,
),
copy one of the lines and insert your module name and eventually set 'removable' to true
-
- Site Admin
- Posts: 6081
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: modules
Here described module installation:
http://www.apphp.com/php-directy-cmf/in ... and-update
http://www.apphp.com/php-directy-cmf/in ... and-update