Tag Archives: activate

How to change default auto activation?

if you want auto reactivation after update listing

In application\config\ cms_config.php add:

$config['reactivation_enabled'] = TRUE;

For listings:

Open application\controllers\frontend.php, line around 1264 depends on your version, change from:
$data[‘is_activated’] = 0;

to:
$data[‘is_activated’] = 1;

Or you can search (CTRL+F) for $data[‘is_activated’] in that file…

For quick submission:

Not suggested because of possible spamming disaster, but if you really wish:

Screenshot_1

For users registration:

You can enable email activation:

In application\config\cms_config.php you can add:
$config['email_activation_enabled'] = TRUE;

If you wish to customize this functionality, then open:

application\controllers\frontend.php

and search for “email_activation_enabled”, should be line around 1963 depends on your version. PHP knowledge is required for customization.

Admin reactivation?

Only agent/owner can move listing out of expire date, if you want that admin also do that, then:

Screenshot_17

If you need our customization services, guide:

http://iwinter.com.hr/support/?page_id=1870