Some PHP knowledge is required!
You can customize related view and controller file: http://iwinter.com.hr/support/?p=1288
Example:
Some PHP knowledge is required!
You can customize related view and controller file: http://iwinter.com.hr/support/?p=1288
Example:
1. Create database
Save this DB details
2. Upload script zip file via ftp to your domain public_html directory, rename it to script.zip
Extract this file: autoinstall and upload autoinstall.php also into public_html directory.
Start this autoinstall file directly from browser, link like:
http://your-website-domain.com/autoinstall.php
Of course, change your-website-domain.com with your real domain
After that open http://your-website-domain.com
Now you are ready to install script:
Save provided details and open your website:
Please check post http://iwinter.com.hr/support/?p=164 , part:
“You can’t login after moving issues:”
in application\config\cms_config you can add:
$config['disable_faq_for_agent'] = TRUE;
View file is application\views\admin\estate\edit.php, you should detect lines based on option type. For example if you changing for TEXTAREA (long input) then line 162…
You can for example add class hide into:
<div class=”form-group”>
So replace it with omething like that:
<?php if($this->session->userdata('username') != 'sandi' && $val_option->id == 73): ?> <div class="form-group hide"> <?php else: ?> <div class="form-group"> <?php endif; ?>
In this case only user with username sandi will see option 74 field when edit property in administration…
Admin->Settings->Languages->Translate files->Translate min. backend_base_lang.php
After that you should change language in admin profile edit, and: Logout->Login again
For WordPress:
so user can change language in dashboard this way and then logout, login again:
video example: https://geniuscript.com/translate_loco.mp4