For example if you want to hide rooms for Land type of property type, you can do this very easy with depended fields:
Admin->real estates->depended fields->Add->Select property type “Land”, check wanted fields like rooms and save
Frequently asked questions related to Real estate agency portal
For example if you want to hide rooms for Land type of property type, you can do this very easy with depended fields:
Admin->real estates->depended fields->Add->Select property type “Land”, check wanted fields like rooms and save
$config['email_activation_enabled'] = TRUE;
$config['email_activation_enabled'] = TRUE;
Auto-backup via cpanel:
1. Login to your cpanel
2. Backups->Download a Full website backup
Manual-backup via cpanel or similar tool:
1. Login to your cpanel
2. (Backup database) Go to phpMyAdmin, select database, export:
3. (Backup files) Go to file manager from cpanel dashboard:
Select folder where script is installed, all files inside and archive
In application\config\cms_config.php add:
$config['walkscore_enabled'] = TRUE;
Also don’t forget to check out this even better solution:
Please read this article for more info: http://tools.seobook.com/robots-txt/
DBNAME: “mywebsite”DBUSER: “root”
DBPASSWORD: LEAVE EMPTYEDIT:We noticed XAMPP >=8.1.6 causing blank screen issuequickfix solution:after you extract zipedit application\config\production\database.phpthis change to false:
Juut replace current favicon icons…
templates/bootstrap2-responsive/assets/img/favicon.png
admin-assets/img/favicon/favicon.png
Add new language via admin:
Login to admin->Settings->languages->Add language->enter for example ‘russian’ and code to for example ‘ru’.
Your language code need to be in ISO format: http://www.sitepoint.com/web-foundations/iso-2-letter-language-codes/
Then translate everything, instructions here:
http://iwinter.com.hr/support/?p=156
In application\config\cms_config.php add:
$config['cookie_warning_enabled'] = TRUE;
Cookie warning message can be customized in file:
templates\bootstrap2-responsive\assets\js\cookiewarning4.js
For change message, open translate file, and find line with:
$lang['Accept cookiebar']
file: templates\{your-template-name}\language\{your-language}\frontend_template_lang.php
In Admin->Settings->Design comments->Change “Facebook Javascript SDK code”
You can generate this codes on facebook page:
https://developers.facebook.com/docs/plugins/comments
You don’t need to change “Facebook comments code” but if you realy want, leave data-href attribute with this value: “http://example.com/comments”, script will change this value with current page…
You can receive money with PayPal or Cash
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
You can remove it, but must be sure if you translate everything on website to your other language before this.
If yes, then:
1. Just for security backup everything
2. Open phpMyAdmin and run SQL:
UPDATE `language` SET is_locked=0 WHERE 1
3. Now you can remove language from admin interface Admin->Settings->languages->Remove wanted language
Admin->Pages->Add Page-> In keywords field you can add any link, for example: http://www.google.com
If you need quotes in URL, for example when calling api methods with json, then you should replace quote with %22, example on image:
NOTE: in script v1.5.9 and above this replace is not required anymore.
For classifieds script you can take link as on this example:
search={"v_search_option_79":"example value"}
If you will add complete link including http://www.geniuscript.com/class…; then other page will be opened depend on link, so be careful.
You should enter your facebook “appId” and “secret key” into:
application\config\facebook.php
You can add new facebook app here to get this parameters: https://developers.facebook.com/apps
For new strict mode, use such address example:
Also your Facebook app should be online/activated:
Don’t forget to check your API version:
(Facebook API >=2.4 Supported from script v1.5.5) Min server requirements :
Can be configured in facebook.php you must add/change to:
$config['facebook_api_version'] = '2.4';
(Common error) If you have api version 2.5 or any above, enter 2.4 in configuration and nothing else!
Facebook API <= 2.3 Min server requirements:
Can be configured in facebook.php you must add/change to:
$config['facebook_api_version'] = '';
1. Your facebook email is already registered in script
2. You try to login with wrong facebook API configured, then you should remove app permissions from your personal facebook account and login again or try with another account.
How to submit your page on google?
Most simple way is to submit your generated sitemap.xml to google webmaster tools:
https://www.google.com/webmasters/tools
Generated URL example: http://real-estate.iwinter.com.hr/sitemap.xml
Regarding removing index.php:
First of all this doesn’t work on standard localhost, only on real servers!
If you want best seo principles like just content title in URL, without “index.php” in URI, you need to:
Rename “seo.htaccess” file to “.htaccess”.
.htaccess should be placed into your public_html, so root of your web installation, example:
In “application/config/config.php” change:
$config[‘index_page’] = ‘index.php';
to
$config[‘index_page’] = ”;
Some hosting providers have many restrictions with *.htaccess files, there is more versions so you can try other versions like seo-v2.htaccess etc…
Regarding hosting providers, this customization is tested on:
Don’t forget to check out extra seo module: http://iwinter.com.hr/support/?p=4662
Or this hint: http://iwinter.com.hr/support/?p=160
If you mean articles, example: http://iwinter.com.hr/real-estate/index.php/en/157/articles then:
I have also additional module with more features for blog/news, check it out (cost additional):
http://iwinter.com.hr/real-estate-custom/index.php/en/142/blog_page
Admin->Settings->Languages->Translate files of wanted language->frontend_template_lang.php->Translate “Message from real-estate web”->Save
Open application\libraries\MY_Email.php and change configuration.
Check out details here: https://ellislab.com/codeigniter/user-guide/libraries/email.html
Sometimes you need to configure server to enable outgoing SMTP, WHM example: